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
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,17 @@
1
1
Change Log
2
2
==========
3
3
4
-
# Next version
4
+
# Version 4.4.0
5
+
6
+
Most of the development is now made in the 5.x alpha. This version backports compatibility with [AGP9](https://blog.jetbrains.com/kotlin/2026/01/update-your-projects-for-agp9/) as well as a few other fixes.
7
+
8
+
9
+
## 👷♂️ All changes
10
+
*[NEW] Agp9 support (#6844)
11
+
*[NEW] Add `@catch` support for `responseBased` codegen (#6698)
12
+
*[NEW] Add `ApolloInterceptor.InsertionPoint` to control where the interceptors are added (#6767)
13
+
*[FIX] Do not check already checked fragments in checkCapitalizedFields (#6721)
14
+
*[FIX] Restore JsonReader state if a field throws in-flight (#6781)
0 commit comments