Skip to content

Commit 3b1203b

Browse files
apollo-bot2gh-action-runner
authored andcommitted
1 parent 25dec48 commit 3b1203b

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## v2.0.6
4+
5+
### Fixed
6+
7+
- **Fix HTTP method selection ([#877](https://github.com/apollographql/apollo-ios-dev/pull/877)):** The APQ retry logic was overriding the HTTP method selected for all queries. _Thank you to [@3redrubies](https://github.com/3redrubies) for raising the issue_.
8+
- **Prevent crashes in `Dictionary` initialization with duplicate keys ([#884](https://github.com/apollographql/apollo-ios-dev/pull/884)):** `Dictionary` initialization using literal elements now uses a safer internal initializer to prevent crashes when duplicate keys are used. In the event that duplicate keys are present, the value associated with the first key will override all other values. _Thank you to [@adysart](https://github.com/adysart) for raising the issue_.
9+
310
## v2.0.5
411

512
- **Fix data race in `AsyncReadWriteLock` ([#862](https://github.com/apollographql/apollo-ios-dev/pull/862)):** This fixes issue [#3616](https://github.com/apollographql/apollo-ios/issues/3616). _Thank you to [@AlexPan1992](https://github.com/AlexPan1992) for raising the issue_.

CLI/apollo-ios-cli.tar.gz

2 Bytes
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.5"
5+
public static let ApolloClientVersion: String = "2.0.6"
66
}

0 commit comments

Comments
 (0)