Skip to content

Commit a681971

Browse files
apollo-bot2gh-action-runnercalvincestariAnthonyMDev
authored
Release 1.25.3 (#837)
Co-authored-by: gh-action-runner <[email protected]> Co-authored-by: Calvin Cestari <[email protected]> Co-authored-by: Anthony Miller <[email protected]>
1 parent 8cd142d commit a681971

File tree

14 files changed

+430
-18
lines changed

14 files changed

+430
-18
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import Foundation
22

33
public enum Constants {
4-
public static let CodegenVersion: String = "1.25.2"
4+
public static let CodegenVersion: String = "1.25.3"
55
}
Lines changed: 1 addition & 1 deletion
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.25.2"
4+
public static let CLIVersion: String = "1.25.3"
55
static let defaultFilePath: String = "./apollo-codegen-config.json"
66
}

apollo-ios/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## v1.25.3
4+
5+
### Fixed
6+
7+
- **Include merged fields in selection set equality check ([#3602](https://github.com/apollographql/apollo-ios/issues/3602)):** When a field merged from a child object in a named fragment was merged, it was not being used for equality checks. Equality checks now use the types `__fulfilledFragments` and collects selections from all of them, instead of just traversing downward from `self.__selections`. This ensures all expected data is collected from merged fragments. See PR [#832](https://github.com/apollographql/apollo-ios-dev/pull/832). _Thank you to [@JOyo246](https://github.com/JOyo246) for raising the issue_.
8+
- **Percent encode semicolons when using GET ([#812](https://github.com/apollographql/apollo-ios-dev/pull/812)):** Semicolons were not being correctly encoded into the query string when `useGETForQueries` was enabled. _Thank you to [@nevil](https://github.com/nevil) for the contribution_.
9+
310
## v1.25.2
411

512
This version has no new changes since v1.25.1 and is being created to fix an issue where the previous version was tagged incorrectly.
-130 Bytes
Binary file not shown.

apollo-ios/Sources/Apollo/Constants.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Foundation
22

33
public enum Constants {
44
public static let ApolloClientName = "apollo-ios"
5-
public static let ApolloClientVersion: String = "1.25.2"
5+
public static let ApolloClientVersion: String = "1.25.3"
66

77
@available(*, deprecated, renamed: "ApolloClientVersion")
88
public static let ApolloVersion: String = ApolloClientVersion

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -703,11 +703,11 @@
703703
"type" : "codeVoice"
704704
},
705705
{
706-
"text" : " conforms to ",
706+
"text" : " is ",
707707
"type" : "text"
708708
},
709709
{
710-
"code" : "Hashable",
710+
"code" : "String",
711711
"type" : "codeVoice"
712712
},
713713
{
@@ -719,11 +719,11 @@
719719
"type" : "codeVoice"
720720
},
721721
{
722-
"text" : " conforms to ",
722+
"text" : " is ",
723723
"type" : "text"
724724
},
725725
{
726-
"code" : "Hashable",
726+
"code" : "AnyHashable",
727727
"type" : "codeVoice"
728728
},
729729
{

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -934,7 +934,7 @@
934934
"type" : "text"
935935
},
936936
{
937-
"code" : "JSONEncodable",
937+
"code" : "AnyScalarType",
938938
"type" : "codeVoice"
939939
},
940940
{

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@
351351
"doc://ApolloAPI/documentation/ApolloAPI/SelectionSet/Fragments-swift.associatedtype": {
352352
"abstract" : [
353353
{
354-
"text" : "A type representing all of the fragments the ",
354+
"text" : "A type representing all of the named fragments the ",
355355
"type" : "text"
356356
},
357357
{

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

Lines changed: 56 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,14 @@
135135
],
136136
"title" : "Associated Types"
137137
},
138+
{
139+
"anchor" : "Initializers",
140+
"generated" : true,
141+
"identifiers" : [
142+
"doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/SelectionSet\/init(unsafelyWithData:)"
143+
],
144+
"title" : "Initializers"
145+
},
138146
{
139147
"anchor" : "Instance-Properties",
140148
"generated" : true,
@@ -632,7 +640,7 @@
632640
"doc://ApolloAPI/documentation/ApolloAPI/SelectionSet/Fragments-swift.associatedtype": {
633641
"abstract" : [
634642
{
635-
"text" : "A type representing all of the fragments the ",
643+
"text" : "A type representing all of the named fragments the ",
636644
"type" : "text"
637645
},
638646
{
@@ -823,6 +831,53 @@
823831
"type" : "topic",
824832
"url" : "\/documentation\/apolloapi\/selectionset\/fragments-swift.property"
825833
},
834+
"doc://ApolloAPI/documentation/ApolloAPI/SelectionSet/init(unsafelyWithData:)": {
835+
"abstract" : [
836+
837+
],
838+
"fragments" : [
839+
{
840+
"kind" : "identifier",
841+
"text" : "init"
842+
},
843+
{
844+
"kind" : "text",
845+
"text" : "("
846+
},
847+
{
848+
"kind" : "externalParam",
849+
"text" : "unsafelyWithData"
850+
},
851+
{
852+
"kind" : "text",
853+
"text" : ": ["
854+
},
855+
{
856+
"kind" : "typeIdentifier",
857+
"preciseIdentifier" : "s:SS",
858+
"text" : "String"
859+
},
860+
{
861+
"kind" : "text",
862+
"text" : " : "
863+
},
864+
{
865+
"kind" : "typeIdentifier",
866+
"preciseIdentifier" : "s:9ApolloAPI9JSONValuea",
867+
"text" : "JSONValue"
868+
},
869+
{
870+
"kind" : "text",
871+
"text" : "])"
872+
}
873+
],
874+
"identifier" : "doc:\/\/ApolloAPI\/documentation\/ApolloAPI\/SelectionSet\/init(unsafelyWithData:)",
875+
"kind" : "symbol",
876+
"role" : "symbol",
877+
"title" : "init(unsafelyWithData:)",
878+
"type" : "topic",
879+
"url" : "\/documentation\/apolloapi\/selectionset\/init(unsafelywithdata:)"
880+
},
826881
"doc://ApolloAPI/s28CustomDebugStringConvertibleP": {
827882
"identifier" : "doc:\/\/ApolloAPI\/s28CustomDebugStringConvertibleP",
828883
"title" : "Swift.CustomDebugStringConvertible",

docs/docc/Apollo.doccarchive/data/documentation/apolloapi/selectionset/fragments-swift.associatedtype.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"abstract" : [
33
{
4-
"text" : "A type representing all of the fragments the ",
4+
"text" : "A type representing all of the named fragments the ",
55
"type" : "text"
66
},
77
{
@@ -370,7 +370,7 @@
370370
"doc://ApolloAPI/documentation/ApolloAPI/SelectionSet/Fragments-swift.associatedtype": {
371371
"abstract" : [
372372
{
373-
"text" : "A type representing all of the fragments the ",
373+
"text" : "A type representing all of the named fragments the ",
374374
"type" : "text"
375375
},
376376
{

0 commit comments

Comments
 (0)