Skip to content

Commit 93b6578

Browse files
authored
release: 1.3.1 (#3117)
1 parent ec05b00 commit 93b6578

File tree

106 files changed

+28915
-569
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+28915
-569
lines changed

CHANGELOG.md

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

3+
## v1.3.1
4+
5+
### Fixed
6+
- **Fix crashes in test mocks when setting an array of union types ([#3023](https://github.com/apollographql/apollo-ios/pull/3023)):** See PR ([#3089](https://github.com/apollographql/apollo-ios/pull/3089)). _Thank you to [@jabeattie](https://github.com/jabeattie) & [@scottasoutherland](https://github.com/scottasoutherland) for raising the issue._
7+
8+
### Deprecated
9+
- **Deprecated `APQConfig` & `operationIdentifiersPath` in `ApolloCodegenConfiguration`:** These have been replaced with `OperationDocumentFormat` and `OperationManifestFileOutput` respectively. Please see the documentation for [`ApolloCodegenConfiguration`](https://www.apollographql.com/docs/ios/code-generation/codegen-configuration) for more information.
10+
311
## v1.3.0
412

513
Though `1.3.0` is a minor version bump, some critical issues were addressed in this version that requires a small breaking change during the upgrade. While we strive to make the upgrade path for minor versions seamless, these issues could not be reasonably resolved without requiring this migration.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CURRENT_PROJECT_VERSION = 1.3.0
1+
CURRENT_PROJECT_VERSION = 1.3.1

Sources/CodegenCLI/Constants.swift

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

33
public enum Constants {
4-
public static let CLIVersion: String = "1.3.0"
4+
public static let CLIVersion: String = "1.3.1"
55
static let defaultFilePath: String = "./apollo-codegen-config.json"
66
}

docs/docc/Apollo.doccarchive/data/documentation/apollo/apollointerceptor.json

+4-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/docc/Apollo.doccarchive/data/documentation/apollo/apollointerceptor/id.json

+46-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/docc/Apollo.doccarchive/data/documentation/apolloapi.json

+46-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/docc/Apollo.doccarchive/data/documentation/apolloapi/documenttype.json

+8-134
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)