Skip to content

Commit 68aba4b

Browse files
apollo-bot2gh-action-runner
authored andcommitted
1 parent b684d3d commit 68aba4b

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## v2.0.4
4+
5+
### Fixed
6+
7+
- **Fix infinite loop bug in Test Mocks ([#842](https://github.com/apollographql/apollo-ios-dev/pull/842)):** _Thank you to [@AlexPan1992](https://github.com/AlexPan1992) for raising the issue_.
8+
- **Improve error description formatting for validation failure ([#846](https://github.com/apollographql/apollo-ios-dev/pull/846)):** GraphQL validation errors encountered while running code generation are now formatted to be easier to read in logs. _Thank you to [@dfed](https://github.com/dfed) for the contribution_.
9+
- **Fix deadlock in `AsyncReadWriteLock` ([#851](https://github.com/apollographql/apollo-ios-dev/pull/851)):** When under heavy loads, the `AsyncReadWriteLock` used by the `ApolloStore` could cause a deadlock. This is now resolved. _Thank you to [@marksvend](https://github.com/marksvend) for raising the issue_.
10+
- **Fix cancellation error for single response operations ([#855](https://github.com/apollographql/apollo-ios-dev/pull/855)):** When a single response operation was cancelled, a `.noResults` error was thrown instead of the expected `CancellationError`. This is now resolved. _Thank you to [@3redrubies](https://github.com/3redrubies) for raising the issue_.
11+
- **Fix multipart parsing error ([#852](https://github.com/apollographql/apollo-ios-dev/pull/852)):** When a multipart message was received with characters after the closing boundary the multipart parser would emit a `cannotParseChunkData` parsing error. This is now resolved. _Thank you to [@ecant](https://github.com/ecant) for raising the issue_.
12+
313
## v2.0.3
414

515
### Fixed

CLI/apollo-ios-cli.tar.gz

34.5 KB
Binary file not shown.

Sources/Apollo/Constants.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ import Foundation
22

33
public enum Constants {
44
public static let ApolloClientName = "apollo-ios"
5-
public static let ApolloClientVersion: String = "2.0.3"
5+
public static let ApolloClientVersion: String = "2.0.4"
66
}

0 commit comments

Comments
 (0)