Skip to content

Commit 1a7bde4

Browse files
committed
Merge branch 'main' into feature/defer
# Conflicts: # Tests/TestCodeGenConfigurations/Other-CocoaPods/CocoaPodsProject.xcodeproj/project.pbxproj
2 parents 60d4dc4 + 5212c5f commit 1a7bde4

6 files changed

Lines changed: 10 additions & 20 deletions

File tree

.github/PULL_REQUEST_TEMPLATE/pull-request-template-release.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

CHANGELOG.md

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

3+
## v1.6.1
4+
5+
### Fixed
6+
7+
- **Fix bug with AnyHashable coercion ([#68](https://github.com/apollographql/apollo-ios-dev/pull/68)):** This is an additional fix for the crashes on iOS 14.4.1.
8+
39
## v1.6.0
410

511
The Apollo iOS ecosystem is changing in the 1.6.0 release in order to provide a better development experience for users. For most users nothing will change, while some users will see a minor difference. The biggest change is that the `ApolloCodegenLib` is now in a separate repo/package that will need to be included as its own dependency from [apollo-ios-codegen](https://github.com/apollographql/apollo-ios-codegen) if you are doing your code generation through Swift. If you are using the codegen CLI then no changes are necessary.

CLI/apollo-ios-cli.tar.gz

-40 Bytes
Binary file not shown.

RELEASE_CHECKLIST.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

ROADMAP.md

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

3-
**Last updated: 2023-10-05**
3+
**Last updated: 2023-10-19**
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

@@ -35,6 +35,8 @@ _Approximate Date: 2023-10-31_ 👻
3535

3636
The `@defer` directive enables your queries to receive data for specific fields asynchronously. This is helpful whenever some fields in a query take much longer to resolve than others. [Apollo Kotlin](https://www.apollographql.com/docs/kotlin/fetching/defer/) and [Apollo Client (web)](https://www.apollographql.com/docs/react/data/defer/) currently support this syntax, so if you're interested in learning more check out their documentation. Apollo iOS will release support for this directive in a `1.x` minor version. This will be released as an experimental feature.
3737

38+
We plan to release `@defer` support in a feature branch first, then will move it into our regular release pipeline behind an experimental flag later on.
39+
3840
### [Improvements to code generation configuration and performance](https://github.com/apollographql/apollo-ios/milestone/67)
3941

4042
_Approximate Date: to be released incrementally, beginning in October 2023 with 1.7.0_

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

0 commit comments

Comments
 (0)