Skip to content

Commit 9ec4b0b

Browse files
apollo-bot2gh-action-runner
authored and
gh-action-runner
committed
1 parent a346e64 commit 9ec4b0b

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## v1.16.1
4+
### Fixed
5+
- **Web socket data race crash fixed ([#578](https://github.com/apollographql/apollo-ios-dev/pull/578)):** A data race in the web socket layer was causing crashes in some rare circumstances.
6+
7+
- **Added support for GraphQL over HTTP media type([#558](https://github.com/apollographql/apollo-ios-dev/pull/558)):** Apollo iOS now supports the `content-type` header with a type of `application/graphql-response+json`.
8+
39
## v1.16.0
410

511
### New

CLI/apollo-ios-cli.tar.gz

23 Bytes
Binary file not shown.

Sources/Apollo/Constants.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import Foundation
22

33
public enum Constants {
4-
public static let ApolloVersion: String = "1.16.0"
4+
public static let ApolloVersion: String = "1.16.1"
55
}

0 commit comments

Comments
 (0)