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
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,25 @@ Change Log
3
3
4
4
# Next version
5
5
6
+
# Version 4.3.3
7
+
_2025-08-21_
8
+
9
+
This is maintenance release that includes a few fixes.
10
+
11
+
## 👷♂️ All changes
12
+
13
+
*[fix] Normalize the order of arguments of checked definitions (#6651)
14
+
*[fix] Make sure that the introspection endpoint property value is checked at execution time (#6658)
15
+
*[fix] Do not silently discard network exceptions (#6671)
16
+
17
+
## 💜 Contributors
18
+
19
+
Many thanks to @francescocervone for the Gradle plugin fix 💜
20
+
6
21
# Version 4.3.2
7
22
_2025-07-25_
8
23
9
-
Maintainance release to [fix](https://github.com/apollographql/apollo-kotlin/pull/6619) the `Accept:` header during introspection. Many thanks @pedromfmachado for diving into this!
24
+
Maintenance release to [fix](https://github.com/apollographql/apollo-kotlin/pull/6619) the `Accept:` header during introspection. Many thanks @pedromfmachado for diving into this!
10
25
11
26
This release also contains infrastructure work:
12
27
* the IJ plugin is now released separately from a [dedicated repository](https://github.com/apollographql/apollo-intellij-plugin).
0 commit comments