Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.13.0 #399

Merged
merged 4 commits into from
Jun 25, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion apollo-ios-codegen/Sources/CodegenCLI/Constants.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Foundation

public enum Constants {
public static let CLIVersion: String = "1.12.2"
public static let CLIVersion: String = "1.13.0"
static let defaultFilePath: String = "./apollo-codegen-config.json"
}
10 changes: 10 additions & 0 deletions apollo-ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## v1.13.0

### New
- **Added ExistentialAny requirement ([#379](https://github.com/apollographql/apollo-ios-dev/pull/379)):** This adds the `-enable-upcoming-feature ExistentialAny` to all targets.
BobaFetters marked this conversation as resolved.
Show resolved Hide resolved
- **Schema type renaming ([#388](https://github.com/apollographql/apollo-ios-dev/pull/388)):** This adds the feature to allow customizing the names of schema types for generated code.
BobaFetters marked this conversation as resolved.
Show resolved Hide resolved
- **JSONConverter helper ([#380](https://github.com/apollographql/apollo-ios-dev/pull/380)):** This adds a new helper class for handling JSON conversion of data.
BobaFetters marked this conversation as resolved.
Show resolved Hide resolved

### Fixed
- **ApolloSQLite build error with Xcode 16 ([#386](https://github.com/apollographql/apollo-ios-dev/pull/386)):** This fixes a naming conflict with Foundation in iOS 18 and the SQLite library. _Thanks to [@rastersize](https://github.com/rastersize) for the contributon._

## v1.12.2

### Fixed
Expand Down
Binary file modified apollo-ios/CLI/apollo-ios-cli.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion apollo-ios/Sources/Apollo/Constants.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Foundation

public enum Constants {
public static let ApolloVersion: String = "1.12.2"
public static let ApolloVersion: String = "1.13.0"
}
32 changes: 32 additions & 0 deletions docs/docc/Apollo.doccarchive/data/documentation/apollo.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@
"doc:\/\/Apollo\/documentation\/Apollo\/CachePolicy",
"doc:\/\/Apollo\/documentation\/Apollo\/Constants",
"doc:\/\/Apollo\/documentation\/Apollo\/GraphQLHTTPRequestError",
"doc:\/\/Apollo\/documentation\/Apollo\/JSONConverter",
"doc:\/\/Apollo\/documentation\/Apollo\/RootSelectionSetInitializeError"
],
"title" : "Enumerations"
Expand Down Expand Up @@ -1371,6 +1372,37 @@
"type" : "topic",
"url" : "\/documentation\/apollo\/interceptorrequestchain"
},
"doc://Apollo/documentation/Apollo/JSONConverter": {
"abstract" : [

],
"fragments" : [
{
"kind" : "keyword",
"text" : "enum"
},
{
"kind" : "text",
"text" : " "
},
{
"kind" : "identifier",
"text" : "JSONConverter"
}
],
"identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/JSONConverter",
"kind" : "symbol",
"navigatorTitle" : [
{
"kind" : "identifier",
"text" : "JSONConverter"
}
],
"role" : "symbol",
"title" : "JSONConverter",
"type" : "topic",
"url" : "\/documentation\/apollo\/jsonconverter"
},
"doc://Apollo/documentation/Apollo/JSONRequest": {
"abstract" : [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
},
{
"kind" : "text",
"text" : " : any "
"text" : " : "
},
{
"kind" : "typeIdentifier",
Expand Down Expand Up @@ -310,7 +310,7 @@
},
{
"kind" : "text",
"text" : " : any "
"text" : " : "
},
{
"kind" : "typeIdentifier",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
},
{
"kind" : "text",
"text" : " : any "
"text" : " : "
},
{
"kind" : "typeIdentifier",
Expand Down Expand Up @@ -151,7 +151,7 @@
},
{
"kind" : "text",
"text" : " : any "
"text" : " : "
},
{
"kind" : "typeIdentifier",
Expand Down Expand Up @@ -412,7 +412,7 @@
},
{
"kind" : "text",
"text" : " : any "
"text" : " : "
},
{
"kind" : "typeIdentifier",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
},
{
"kind" : "text",
"text" : " : any "
"text" : " : "
},
{
"kind" : "typeIdentifier",
Expand Down Expand Up @@ -167,7 +167,7 @@
},
{
"kind" : "text",
"text" : " : any "
"text" : " : "
},
{
"kind" : "typeIdentifier",
Expand Down Expand Up @@ -436,7 +436,7 @@
},
{
"kind" : "text",
"text" : " : any "
"text" : " : "
},
{
"kind" : "typeIdentifier",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
},
{
"kind" : "text",
"text" : " : any "
"text" : " : "
},
{
"kind" : "typeIdentifier",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
{
"kind" : "text",
"text" : " : any "
"text" : " : "
},
{
"kind" : "typeIdentifier",
Expand Down Expand Up @@ -137,7 +137,7 @@
},
{
"kind" : "text",
"text" : " : any "
"text" : " : "
},
{
"kind" : "typeIdentifier",
Expand Down Expand Up @@ -308,7 +308,7 @@
},
{
"kind" : "text",
"text" : " : any "
"text" : " : "
},
{
"kind" : "typeIdentifier",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@
},
{
"kind" : "text",
"text" : ": any "
"text" : ": "
},
{
"kind" : "typeIdentifier",
Expand Down Expand Up @@ -503,7 +503,7 @@
},
{
"kind" : "text",
"text" : ": (any "
"text" : ": ("
},
{
"kind" : "typeIdentifier",
Expand Down Expand Up @@ -558,7 +558,6 @@
},
{
"kind" : "typeIdentifier",
"preciseIdentifier" : "s:9ApolloAPI16GraphQLOperationP4DataQa",
"text" : "Data"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
}
],
"role" : "collectionGroup",
"roleHeading" : "API Collection",
"title" : "Equatable Implementations"
},
"schemaVersion" : {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
}
],
"role" : "collectionGroup",
"roleHeading" : "API Collection",
"title" : "Error Implementations"
},
"schemaVersion" : {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
}
],
"role" : "collectionGroup",
"roleHeading" : "API Collection",
"title" : "LocalizedError Implementations"
},
"schemaVersion" : {
Expand Down
Loading
Loading