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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,30 @@ Change Log
3
3
4
4
# Next version
5
5
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
+
6
26
# Version 4.3.0
7
27
28
+
_2025-06-05_
29
+
8
30
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).
9
31
10
32
This allows to move some cache-specific code generation logic to the new normalized cache repo and better separate concerns.
0 commit comments