Skip to content

Commit 4d0845f

Browse files
apollo-bot2gh-action-runner
authored and
gh-action-runner
committed
1 parent 899d297 commit 4d0845f

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.19.0
4+
5+
### New
6+
- **New function to mutate the properties of a local cache mutation fragment. ([#3433](https://github.com/apollographql/apollo-ios/issues/3443)):** Removal of the setter for type conditions made it difficult to work with the properties on those types. A new `mutateIfFulfilled` function was added to facilitate that workflow while still preventing a fragment from being added or removed from an existing model. See PR [#608](https://github.com/apollographql/apollo-ios-dev/pull/608).
7+
- **Configure `URLRequest` timeout interval ([#3522](https://github.com/apollographql/apollo-ios/issues/3522)):** Added a request context specialization protocol (`RequestContextTimeoutConfigurable`) that specifies options for configuring the timeout interval of a `URLRequest`. See PR [#618](https://github.com/apollographql/apollo-ios-dev/pull/618).
8+
39
## v1.18.0
410

511
### New

CLI/apollo-ios-cli.tar.gz

76 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.18.0"
4+
public static let ApolloVersion: String = "1.19.0"
55
}

0 commit comments

Comments
 (0)