Skip to content

Commit 48003b9

Browse files
Release v0.9.0
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.
1 parent 8e493f1 commit 48003b9

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

docs/CHANGELOG.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,27 @@ When releasing a new version:
2020

2121
<!-- Add new changes in this section! -->
2222

23+
### Breaking changes:
24+
25+
### New features:
26+
27+
### Bug fixes:
28+
29+
## v0.9.0
30+
2331
This release adds support for Go 1.25.
2432

2533
Note that genqlient now requires Go 1.23 or higher, and is tested through Go 1.23, 1.24 and 1.25.
2634

27-
### Breaking changes:
28-
2935
### New features:
3036

37+
- The new `optional: pointer_omitempty` allows using a pointer that is also annotated with `omitempty`. See the [documentation](genqlient.yaml) for details.
38+
3139
### Bug fixes:
3240

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.
3444

3545
## v0.8.1
3646

@@ -84,7 +94,6 @@ In addition to several new features and bugfixes, along with this release comes
8494
### New features:
8595

8696
- 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.
8897
- 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.
8998
- genqlient now supports .graphqls and .gql file extensions for schemas and queries.
9099
- More accurately guess the package name for generated code (and warn if the config option -- now almost never needed -- looks wrong).

0 commit comments

Comments
 (0)