Skip to content

Commit 15b6291

Browse files
gh-action-runnergh-action-runner
authored andcommitted
Squashed 'apollo-ios/' changes from ee5b48de..51e535dc
51e535dc Release 1.20.0 (#633) 76166db0 Update ROADMAP.md git-subtree-dir: apollo-ios git-subtree-split: 51e535dcf5439c01396d668a9598748ea86c7c1a
1 parent 92c1c48 commit 15b6291

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

CHANGELOG.md

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

3+
## v1.20.0
4+
5+
### Fixed
6+
- **Location of CLI download script changed in Xcode 16.3 ([#3518](https://github.com/apollographql/apollo-ios/pull/3518)):** Xcode 16.3 changed the execution directory for plugins. This is fixed and will work for both < 16.3 and >= 16.3 Xcode versions. See PR [#623](https://github.com/apollographql/apollo-ios-dev/pull/623). _Thank you to [@robb](https://github.com/robb) for raising the issue._
7+
8+
### Improvement
9+
- **More contextual multipart parsing errors ([#3536](https://github.com/apollographql/apollo-ios/issues/3536#issuecomment-2763230360)):** Apollo iOS will now throw narrower scoped errors when a multipart message cannot be parsed. This will help in determining which part of the response is causing the issue. See PR [#628](https://github.com/apollographql/apollo-ios-dev/pull/628). _Thank you to [@GRajin](https://github.com/GRajin) for raising the issue._
10+
311
## v1.19.0
412

513
### New

CLI/apollo-ios-cli.tar.gz

-8 Bytes
Binary file not shown.

ROADMAP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🔮 Apollo iOS Roadmap
22

3-
**Last updated: 2025-04-01**
3+
**Last updated: 2025-04-16**
44

55
For up to date release notes, refer to the project's [Changelog](https://github.com/apollographql/apollo-ios/blob/main/CHANGELOG.md).
66

Sources/Apollo/Constants.swift

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

0 commit comments

Comments
 (0)