Skip to content

Commit edfd82d

Browse files
author
Ruben Nine
committed
Preparing for 2.8.0 release.
1 parent 63a1e52 commit edfd82d

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

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

4+
Version 2.8.0 *(2021-08-06)*
5+
----------------------------
6+
- Setting `networkServiceType` to `.responsiveData` in `UploadService` to prioritize upload requests.
7+
- Adding `currentUploaders` and `isUploading` to `Client` so SDK users can obtain the uploaders currently in use (e.g. to cancel or query progress.)
8+
49
Version 2.7.0 *(2021-02-12)*
510
----------------------------
611
- Added `context` property to `JSONResponse`.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ platform :ios, '11.0'
3434
use_frameworks!
3535

3636
target '<Your Target Name>' do
37-
pod 'FilestackSDK', '~> 2.7.0'
37+
pod 'FilestackSDK', '~> 2.8.0'
3838
end
3939
```
4040

@@ -57,7 +57,7 @@ $ brew install carthage
5757

5858
To integrate FilestackSDK into your Xcode project using Carthage, specify it in your `Cartfile`:
5959

60-
`github "filestack/filestack-swift" ~> 2.7.0`
60+
`github "filestack/filestack-swift" ~> 2.8.0`
6161

6262
Run `carthage update` to build the framework and drag the built `FilestackSDK.framework` into your Xcode project.
6363

@@ -69,7 +69,7 @@ Alternatively, if you are adding `FilestackSDK` to your own Swift Package, decla
6969

7070
```swift
7171
dependencies: [
72-
.package(url: "https://github.com/filestack/filestack-swift.git", .upToNextMajor(from: "2.7.0"))
72+
.package(url: "https://github.com/filestack/filestack-swift.git", .upToNextMajor(from: "2.8.0"))
7373
]
7474
```
7575

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.0
1+
2.8.0

0 commit comments

Comments
 (0)