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
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,19 @@
1
1
Change Log
2
2
==========
3
3
4
+
# Version 4.4.2
5
+
_2025-03-16_
6
+
7
+
Maintenance release that adds a new KMP target and makes it easier to work with the new cache and AGP9.
8
+
9
+
This version also bumps KGP to 2.2. This is transparent for Android/JVM consumers but requires native/JS/wasm consumers to use KGP 2.2 to compile against `4.4.2`.
10
+
11
+
*[NEW] Add watchosDeviceArm64 (#6892)
12
+
*[UPDATE] Upgrade KGP to 2.2 (#6892)
13
+
*[FIX] If the new cache is present, do not import @typePolicy and @fieldPolicy (#6896)
14
+
*[FIX] Use the same classloader than the one which loaded apollo-gradle-plugin to lookup the AGP version (#6877) (#6893)
15
+
16
+
4
17
# Version 5.0.0-alpha.5
5
18
6
19
This version is ["golden-path ready"](https://github.com/graphql/graphql-wg/issues/1887). It supports latest GraphQL experimental features:
0 commit comments