From 3a0b5591b7bcdc5df2b357b02ea5f538adfa4ac0 Mon Sep 17 00:00:00 2001 From: Calvin Cestari Date: Mon, 25 Jul 2022 12:08:00 +0200 Subject: [PATCH] chore: Update ROADMAP for Beta release cycle --- ROADMAP.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 335af7fddb..39c418f649 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -1,6 +1,6 @@ # 🔮 Apollo iOS Roadmap -**Last updated: June 2022** +**Last updated: July 2022** For up to date release notes, refer to the project's [Change Log](https://github.com/apollographql/apollo-ios/blob/main/CHANGELOG.md). @@ -22,16 +22,16 @@ These are the three guiding principles we aim for in each major release: - **Completeness**: There are three main parts to the SDK: code generation, network fetching/parsing, and caching. These must provide enough functionality to be a good foundation for incremental improvements within major releases without requiring breaking changes. - **Clarity**: Everything must be clearly documented with as many working samples as possible. -## 1.0 - _Continuing with Alpha releases_ +## 1.0 - _In Beta release phase_ -[Alpha 5 is available](https://github.com/apollographql/apollo-ios/releases/tag/1.0.0-alpha.5), please try it and give us your feedback. +[Beta 1 is available](https://github.com/apollographql/apollo-ios/releases/tag/1.0.0-beta.1), please try it and give us your feedback. These are the major initiatives planned for 1.0/1.x: - **Swift-based Codegen**: The code generation is being rewritten with a Swift-first approach instead of relying on scripting and Typescript. This will allow easier community contribution to code generation and provide the opportunity to improve various characteristics such as generated code size and performance. - **Modularized GraphQL Code Generation Output**: To support advanced usage of Apollo iOS for modular code bases in a format this is highly configurable and agnostic of the dependency management and build system used. This should be achieved while maintaining the streamlined process for the default usage in unified code bases. -See Github [1.0 Milestone](https://github.com/apollographql/apollo-ios/milestone/61) for more details. +See Github [1.0 Beta Milestone](https://github.com/apollographql/apollo-ios/milestone/62) for more details. ## 2.0