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
The people want a release! (See discussion on #394, #383, fixes#396.)
I'll wait to merge this until the discussion on #402 is resolved, since the test flake looks like a deadlock, and I can't tell offhand if it could affect real usage.
Copy file name to clipboardExpand all lines: docs/CHANGELOG.md
+13-4Lines changed: 13 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,17 +20,27 @@ When releasing a new version:
20
20
21
21
<!-- Add new changes in this section! -->
22
22
23
+
### Breaking changes:
24
+
25
+
### New features:
26
+
27
+
### Bug fixes:
28
+
29
+
## v0.9.0
30
+
23
31
This release adds support for Go 1.25.
24
32
25
33
Note that genqlient now requires Go 1.23 or higher, and is tested through Go 1.23, 1.24 and 1.25.
26
34
27
-
### Breaking changes:
28
-
29
35
### New features:
30
36
37
+
- The new `optional: pointer_omitempty` allows using a pointer that is also annotated with `omitempty`. See the [documentation](genqlient.yaml) for details.
38
+
31
39
### Bug fixes:
32
40
33
-
- fixed minor typos and grammatical issues across the project
41
+
- Fixed two bugs in websocket connection closure.
42
+
- Fixed handling of keep-alive messages in websockets.
43
+
- Fixed minor typos and grammatical issues across the project.
34
44
35
45
## v0.8.1
36
46
@@ -84,7 +94,6 @@ In addition to several new features and bugfixes, along with this release comes
84
94
### New features:
85
95
86
96
- The new `optional: generic` allows using a generic type to represent optionality. See the [documentation](genqlient.yaml) for details.
87
-
- The new `optional: pointer_omitempty` allows using a pointer that is also annotated with `omitempty`. See the [documentation](genqlient.yaml) for details.
88
97
- For schemas with enum values that differ only in casing, it's now possible to disable smart-casing in genqlient.yaml; see the [documentation](genqlient.yaml) for `casing` for details.
89
98
- genqlient now supports .graphqls and .gql file extensions for schemas and queries.
90
99
- More accurately guess the package name for generated code (and warn if the config option -- now almost never needed -- looks wrong).
0 commit comments