Skip to content

Commit 33d76a0

Browse files
committed
Updating CHANGELOG.md for 2.2 release.
1 parent a6000c1 commit 33d76a0

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
Change Log
22
==========
33

4-
Version 2.2 *unreleased*
4+
Version 2.2 *(2019-09-18)*
55
----------------------------
66

7-
- Added `upload(using:options:queue:uploadProgress:completionHandler:)` taking one or multiple `Uploadable` items as input to Client and deprecated `multiPartUpload(...)` and `multiFileUpload(...)`.
7+
- Added `upload(using:options:queue:uploadProgress:completionHandler:)` taking one or multiple `Uploadable` items as input to `Client` and deprecated `multiPartUpload(...)` and `multiFileUpload(...)`.
88
- Added equivalent new upload functionality for Objective-C that allows uploads of one or several local `NSURL` or `NSData`.
9-
- Exposed `progress` property in `MultipartUpload` and `MultifileUpload` classes.
9+
- `Client` upload functions now return types based on protocols, such as `Uploadable`, `DeferredAdd`, `Cancellable`, `Monitorizable` or combinations of these.
1010
- Added `UploadOptions` class that allows customizing the upload behavior in a much more fine-grained way.
11-
- Added current status tracking to `MultipartUpload` and `MultifileUpload` via `currentStatus` property.
12-
- Changed `add(uploadables:)`, `cancel()` and `start()` in `MultipartUpload` and `MultifileUpload` so they return a `Bool` value.
1311
- Added `CustomStringConvertible` conformance to most public classes using newly added helper `Tools.describe(subject:only:except:)`.
14-
- Removed unused `storage` property from `Client` and marked `init(apiKey:security:storage:)` as deprecated.
1512
- Added static `defaults` function to `StorageOptions` defaulting to `StorageOptions(location: .S3, access: .private)`.
13+
- Removed unused `storage` property from `Client` and marked `init(apiKey:security:storage:)` as deprecated.
1614
- Exposed more API to Objective-C.
1715
- Updated `Alamofire` dependency to `~> 4.9`.
1816
- Updated `CryptoSwift` dependency to `~> 1.0`.

0 commit comments

Comments
 (0)