Skip to content

Commit 38bbd01

Browse files
authored
Prepare for 1.9.5 release (#218)
* Prepare for 1.9.5 release * nits
1 parent 305792b commit 38bbd01

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,30 @@
11
# Parse-Swift Changelog
22

33
### main
4-
[Full Changelog](https://github.com/parse-community/Parse-Swift/compare/1.9.4...main)
4+
[Full Changelog](https://github.com/parse-community/Parse-Swift/compare/1.9.5...main)
55
* _Contributing to this repo? Add info about your change here to be included in the next release_
6+
7+
### 1.9.5
8+
[Full Changelog](https://github.com/parse-community/Parse-Swift/compare/1.9.4...1.9.5)
9+
10+
__Improvements__
611
- LiveQuery web socket connections handle URL error codes -1001 "The request timed out" and -1011 "There was a bad response from the server." ([#217](https://github.com/parse-community/Parse-Swift/pull/217)), thanks to [Lukas Smilek](https://github.com/lsmilek1).
712

813
### 1.9.4
914
[Full Changelog](https://github.com/parse-community/Parse-Swift/compare/1.9.3...1.9.4)
15+
1016
__Fixes__
1117
- Fix LiveQuery reconnections when server disconnects. Always receive and pass connection errors to ParseLiveQuery delegate ([#211](https://github.com/parse-community/Parse-Swift/pull/211)), thanks to [Corey Baker](https://github.com/cbaker6).
1218

1319
### 1.9.3
1420
[Full Changelog](https://github.com/parse-community/Parse-Swift/compare/1.9.2...1.9.3)
21+
1522
__Improvements__
1623
- Ensure delegate set before resuming a ParseLiveQuery task ([#209](https://github.com/parse-community/Parse-Swift/pull/209)), thanks to [Corey Baker](https://github.com/cbaker6).
1724

1825
### 1.9.2
1926
[Full Changelog](https://github.com/parse-community/Parse-Swift/compare/1.9.1...1.9.2)
27+
2028
__Improvements__
2129
- ParseLiveQuery checks all states of a websocket and reacts as needed after an error ([#207](https://github.com/parse-community/Parse-Swift/pull/207)), thanks to [Corey Baker](https://github.com/cbaker6).
2230

Sources/ParseSwift/ParseConstants.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import Foundation
1010

1111
enum ParseConstants {
1212
static let sdk = "swift"
13-
static let version = "1.9.4"
13+
static let version = "1.9.5"
1414
static let fileManagementDirectory = "parse/"
1515
static let fileManagementPrivateDocumentsDirectory = "Private Documents/"
1616
static let fileManagementLibraryDirectory = "Library/"

0 commit comments

Comments
 (0)