Skip to content

Commit c898cdf

Browse files
authored
Changelog for 4.3.1 (#6573)
1 parent 9628c00 commit c898cdf

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,30 @@ Change Log
33

44
# Next version
55

6+
# Version 4.3.1
7+
8+
_2025-06-18_
9+
10+
This is maintenance release that fixes an issue with Gradle task dependencies when using `connectToAndroidSourceSet()`.
11+
12+
This release also introduces an Enhanced Client Awareness feature that adds the version of the library to
13+
requests in the `extensions` object. This is useful for server-side analytics and debugging. This is enabled by default,
14+
and can be disabled by calling `sendEnhancedClientAwareness(false)` on your `ApolloClient.Builder`.
15+
16+
## 💜 Contributors
17+
18+
Many thanks to @calvincestari for the client awareness contribution 💜
19+
20+
## 👷‍♂️ All changes
21+
22+
* Backport IJ plugin changes from main (#6559)
23+
* simplify task wiring and fix propagating task dependencies when using connectToAndroidSourceSet() (#6564)
24+
* feature: Enhanced Client Awareness (#6567)
25+
626
# Version 4.3.0
727

28+
_2025-06-05_
29+
830
Version 4.3.0 allows adding multiple compiler plugins and stabilizes `ApolloCompilerPlugin.beforeCompilationStep()` as the main entry point for compiler plugins. Read more in the [compiler plugins documentation page](https://www.apollographql.com/docs/kotlin/advanced/compiler-plugins).
931

1032
This allows to move some cache-specific code generation logic to the new normalized cache repo and better separate concerns.

0 commit comments

Comments
 (0)