Skip to content

Commit

Permalink
Release/1.7.1 (#133)
Browse files Browse the repository at this point in the history
Co-authored-by: Zach FettersMoore <zach.fetters@apollographql.com>
  • Loading branch information
AnthonyMDev and BobaFetters authored Nov 13, 2023
1 parent 62315f1 commit 3cc74aa
Show file tree
Hide file tree
Showing 111 changed files with 8,278 additions and 2,808 deletions.
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.7.0"
public static let CLIVersion: String = "1.7.1"
static let defaultFilePath: String = "./apollo-codegen-config.json"
}
11 changes: 11 additions & 0 deletions apollo-ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## v1.7.1

### Fixed

- **Fixed inconsistent ordering of fragments in generated operation definitions ([#130](https://github.com/apollographql/apollo-ios-dev/pull/130)):** In order to make the ordering of fragments consistent, they are not alphabetized. This is a change to the data that gets sent over the wire when making a network request for an operation with fragments. **[Persisted Queries](https://www.apollographql.com/docs/ios/fetching/persisted-queries) users should re-register their queries when upgrading to this version.** _Thank you to [@scottasoutherland](https://github.com/scottasoutherland) for reporting the issue._

### Improvement

- **Add initializer for `SelectionSet` that takes a `[String: Any]` JSON object ([#102](https://github.com/apollographql/apollo-ios-dev/pull/102)):** _Thank you to [@Cookiezby](https://github.com/Cookiezby) for the contribution._


## v1.7.0

**`ApolloCodegenLib` Now Uses Swift Concurrency**
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.7.0"
public static let ApolloVersion: String = "1.7.1"
}
34 changes: 33 additions & 1 deletion docs/docc/Apollo.doccarchive/data/documentation/apollo.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@
"identifiers" : [
"doc:\/\/Apollo\/documentation\/Apollo\/CachePolicy",
"doc:\/\/Apollo\/documentation\/Apollo\/Constants",
"doc:\/\/Apollo\/documentation\/Apollo\/GraphQLHTTPRequestError"
"doc:\/\/Apollo\/documentation\/Apollo\/GraphQLHTTPRequestError",
"doc:\/\/Apollo\/documentation\/Apollo\/RootSelectionSetInitializeError"
],
"title" : "Enumerations"
},
Expand Down Expand Up @@ -1921,6 +1922,37 @@
"type" : "topic",
"url" : "\/documentation\/apollo\/responsepath"
},
"doc://Apollo/documentation/Apollo/RootSelectionSetInitializeError": {
"abstract" : [

],
"fragments" : [
{
"kind" : "keyword",
"text" : "enum"
},
{
"kind" : "text",
"text" : " "
},
{
"kind" : "identifier",
"text" : "RootSelectionSetInitializeError"
}
],
"identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/RootSelectionSetInitializeError",
"kind" : "symbol",
"navigatorTitle" : [
{
"kind" : "identifier",
"text" : "RootSelectionSetInitializeError"
}
],
"role" : "symbol",
"title" : "RootSelectionSetInitializeError",
"type" : "topic",
"url" : "\/documentation\/apollo\/rootselectionsetinitializeerror"
},
"doc://Apollo/documentation/Apollo/Swift": {
"abstract" : [

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@
"topicSections" : [
{
"identifiers" : [
"doc:\/\/Apollo\/documentation\/Apollo\/ApolloAPI\/RootSelectionSet\/init(data:variables:)"
"doc:\/\/Apollo\/documentation\/Apollo\/ApolloAPI\/RootSelectionSet\/init(data:variables:)-5dodp",
"doc:\/\/Apollo\/documentation\/Apollo\/ApolloAPI\/RootSelectionSet\/init(data:variables:)-7xsfq"
],
"title" : "Initializers"
}
Expand Down Expand Up @@ -166,7 +167,7 @@
"type" : "topic",
"url" : "\/documentation\/apollo\/apolloapi\/rootselectionset"
},
"doc://Apollo/documentation/Apollo/ApolloAPI/RootSelectionSet/init(data:variables:)": {
"doc://Apollo/documentation/Apollo/ApolloAPI/RootSelectionSet/init(data:variables:)-5dodp": {
"abstract" : [
{
"text" : "Initializes a ",
Expand Down Expand Up @@ -238,12 +239,99 @@
"text" : "throws"
}
],
"identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/ApolloAPI\/RootSelectionSet\/init(data:variables:)",
"identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/ApolloAPI\/RootSelectionSet\/init(data:variables:)-5dodp",
"kind" : "symbol",
"role" : "symbol",
"title" : "init(data:variables:)",
"type" : "topic",
"url" : "\/documentation\/apollo\/apolloapi\/rootselectionset\/init(data:variables:)"
"url" : "\/documentation\/apollo\/apolloapi\/rootselectionset\/init(data:variables:)-5dodp"
},
"doc://Apollo/documentation/Apollo/ApolloAPI/RootSelectionSet/init(data:variables:)-7xsfq": {
"abstract" : [
{
"text" : "Initializes a ",
"type" : "text"
},
{
"code" : "SelectionSet",
"type" : "codeVoice"
},
{
"text" : " with a raw JSON response object.",
"type" : "text"
}
],
"fragments" : [
{
"kind" : "identifier",
"text" : "init"
},
{
"kind" : "text",
"text" : "("
},
{
"kind" : "externalParam",
"text" : "data"
},
{
"kind" : "text",
"text" : ": ["
},
{
"kind" : "typeIdentifier",
"preciseIdentifier" : "s:SS",
"text" : "String"
},
{
"kind" : "text",
"text" : " : "
},
{
"kind" : "keyword",
"text" : "Any"
},
{
"kind" : "text",
"text" : "], "
},
{
"kind" : "externalParam",
"text" : "variables"
},
{
"kind" : "text",
"text" : ": ["
},
{
"kind" : "typeIdentifier",
"preciseIdentifier" : "s:SS",
"text" : "String"
},
{
"kind" : "text",
"text" : " : "
},
{
"kind" : "typeIdentifier",
"preciseIdentifier" : "s:9ApolloAPI29GraphQLOperationVariableValueP",
"text" : "GraphQLOperationVariableValue"
},
{
"kind" : "text",
"text" : "]?) "
},
{
"kind" : "keyword",
"text" : "throws"
}
],
"identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/ApolloAPI\/RootSelectionSet\/init(data:variables:)-7xsfq",
"kind" : "symbol",
"role" : "symbol",
"title" : "init(data:variables:)",
"type" : "topic",
"url" : "\/documentation\/apollo\/apolloapi\/rootselectionset\/init(data:variables:)-7xsfq"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"identifier" : {
"interfaceLanguage" : "swift",
"url" : "doc:\/\/Apollo\/documentation\/Apollo\/ApolloAPI\/RootSelectionSet\/init(data:variables:)"
"url" : "doc:\/\/Apollo\/documentation\/Apollo\/ApolloAPI\/RootSelectionSet\/init(data:variables:)-5dodp"
},
"kind" : "symbol",
"metadata" : {
Expand Down Expand Up @@ -288,7 +288,7 @@
"variants" : [
{
"paths" : [
"\/documentation\/apollo\/apolloapi\/rootselectionset\/init(data:variables:)"
"\/documentation\/apollo\/apolloapi\/rootselectionset\/init(data:variables:)-5dodp"
],
"traits" : [
{
Expand Down Expand Up @@ -356,7 +356,7 @@
"type" : "topic",
"url" : "\/documentation\/apollo\/apolloapi\/rootselectionset"
},
"doc://Apollo/documentation/Apollo/ApolloAPI/RootSelectionSet/init(data:variables:)": {
"doc://Apollo/documentation/Apollo/ApolloAPI/RootSelectionSet/init(data:variables:)-5dodp": {
"abstract" : [
{
"text" : "Initializes a ",
Expand Down Expand Up @@ -428,12 +428,12 @@
"text" : "throws"
}
],
"identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/ApolloAPI\/RootSelectionSet\/init(data:variables:)",
"identifier" : "doc:\/\/Apollo\/documentation\/Apollo\/ApolloAPI\/RootSelectionSet\/init(data:variables:)-5dodp",
"kind" : "symbol",
"role" : "symbol",
"title" : "init(data:variables:)",
"type" : "topic",
"url" : "\/documentation\/apollo\/apolloapi\/rootselectionset\/init(data:variables:)"
"url" : "\/documentation\/apollo\/apolloapi\/rootselectionset\/init(data:variables:)-5dodp"
}
}
}
Loading

0 comments on commit 3cc74aa

Please sign in to comment.