Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-18 | 788 Bytes | |
v4.3.1 source code.tar.gz | 2025-06-18 | 3.4 MB | |
v4.3.1 source code.zip | 2025-06-18 | 9.1 MB | |
Totals: 3 Items | 12.6 MB | 1 |
This is maintenance release that fixes an issue with Gradle task dependencies when using connectToAndroidSourceSet()
.
This release also introduces an Enhanced Client Awareness feature that adds the version of the library to requests in the extensions
object. This is useful for server-side analytics and debugging. This is enabled by default, and can be disabled by calling sendEnhancedClientAwareness(false)
on your ApolloClient.Builder
.
💜 Contributors
Many thanks to @calvincestari for the client awareness contribution 💜
👷♂️ All changes
- Backport IJ plugin changes from main (#6559)
- simplify task wiring and fix propagating task dependencies when using connectToAndroidSourceSet() (#6564)
- feature: Enhanced Client Awareness (#6567)