You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our next major release is currently in the alpha stage. Expect new alphas to be released as we make progress towards being feature-complete. This major version removes some deprecated APIs but will otherwise contain mostly incremental changes and most of the API will stay compatible.
31
31
@@ -35,16 +35,19 @@ Here's a high-level overview of what to expect:
-[API tweaks and cleanups](https://github.com/apollographql/apollo-kotlin/issues/4171)
38
-
- Client-controlled nullability
39
-
- Annotation processing for custom scalars
40
-
- Stable Jetpack Compose extensions
38
+
- Client-controlled nullability (experimental)
41
39
42
40
## Cache improvements
43
41
44
42
_Approximate Date: TBD_
45
43
46
44
The declarative cache makes working with the cache and defining unique object ids easier. We also want to include helpers to handle with common cases like pagination, garbage collection and eviction. Follow [#2331](https://github.com/apollographql/apollo-kotlin/issues/2331) for a high level overview. The current focus is on cache control and expiration. You can read more in [the cache control design document](https://github.com/apollographql/apollo-kotlin/pull/4009).
47
45
46
+
## Future feature releases
47
+
48
+
- Annotation processing for custom scalars
49
+
- Stable Jetpack Compose extensions - user feedback is critical here, please do try out the experimental extensions and let us know what's working and what could be improved!
50
+
48
51
### `release-2.x` branch
49
52
50
53
`release-2.x` is the Apollo Android `2.x` branch. Major security issues or fixes will get new releases.
0 commit comments