Skip to content

Commit 89ff44c

Browse files
Update 1.7.0.md
1 parent 9478be3 commit 89ff44c

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/changelog/1.7.0.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# Changelog for v1.7.0
22

3-
This guide lists the most conspicuous changes features for this release, and hopefully also a guide for developers to
4-
backwards compatibility.
3+
This guide lists the most conspicuous change features for this release, and hopefully provides help for developers to
4+
achieve backwards compatibility.
55

66
## Integration with Guzzle HTTP component
77

8-
This guide cannot give a complete overview of Guzzle HTTP's awesomesome, but here some highlights:
8+
This guide cannot give a complete overview of Guzzle HTTP's awesomeness, but here some highlights:
99

10-
- Uploading files is now way quicker
10+
- Uploading files is now __much quicker__
1111
- Parallel requests using multi-cURL, which means files can be uploaded concurrently
12-
- Files over 5GB are fragmented and uploading using multibyte chunking
13-
- URLs are now treated as fully fledged objects, allowing for greater functionality
14-
- Requests that send content now have the benefit of using the EntityBody object, which extends and builds on the
12+
- Files over 5GB are fragmented and uploaded using multibyte chunking
13+
- URLs are now treated as fully fledged objects (`Guzzle\Http\Url`), allowing for greater functionality
14+
- Requests that send content now have the benefit of using the `Guzzle\Http\EntityBody` object, which extends and builds on the
1515
native functionality offered by PHP streams. Now there is a cool abstraction layer that offers a lot of consistency
1616
- Progress functionality (either by dedicated methods or by anonymous functions)
17-
- Event dispatching so all of your objects now have access to, and can also modify, the HTTP workflow
17+
- Event dispatching so all of your objects now have access to, and can also modify, the HTTP workflow. See Symfony's [Event Dispatcher Component](http://symfony.com/doc/current/components/event_dispatcher/introduction.html) for more info.
1818

1919
For a complete list of features, [view the official page](http://guzzlephp.org).
2020

@@ -48,19 +48,19 @@ try {
4848
## Better handling of services
4949

5050
- Endpoints, the Service Catalog, and Catalog Items are now treated as objects
51-
- Factory methods in the core OpenStack client have renamed for greater clarity
51+
- Factory methods in the core OpenStack client have been renamed for greater clarity
5252
- Services are now constructed with a ServiceBuilder for efficiency
5353
- Namespace changes to all resource models for greater consistency
5454

5555
## Major upgrade of CloudFiles
5656

5757
- _Near_ 100% API consistency for Cloud Files
5858
- Complete documentation, both technical and non-technical, for all functionality
59-
- Better handling of resource objects: Account, Container, CDNContainer, DataObject
59+
- Better handling of resource objects: `Account`, `Container`, `CDNContainer`, `DataObject`
6060
- The ability to upload files in 3 different ways (each one has a different use case):
6161
- Sequential uploads for simple files
6262
- Parallel batched uploads for multiple files
63-
- A TransferBuilder factory object for handling large uploads (+5GB) that require chunking
63+
- An `OpenCloud\ObjectStore\Upload\TransferBuilder` factory for handling large uploads (+5GB) that require chunking
6464
- Conditional requests for getting objects (`If-Match`, `If-None-Match`, `If-Modified-Since` and `If-Unmodified-Since`).
6565
`Range` is also now supported for partial content returns.
6666
- Bulk extract and bulk delete now better supported

0 commit comments

Comments
 (0)