diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dd7eb99228..fd5600d0abe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,86 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/99designs/gqlgen/compare/v0.17.7...HEAD) +## [Unreleased](https://github.com/99designs/gqlgen/compare/v0.17.9...HEAD) + +## [v0.17.9](https://github.com/99designs/gqlgen/compare/v0.17.8...v0.17.9) - 2022-05-26 +- 7f0611b2 release v0.17.9 + +- 738209b2 Update gqlparser (#2216) + +
6855b729 fix: prevent goroutine leak and CPU spinning at websocket transport (#2209) (closes #2168) + +* Added goroutine leak test for chat example + +* Improved chat example with proper concurrency + + +This reverts commit eef7bfaad1b524f9e2fc0c1150fdb321c276069e. + +* Improved subscription channel usage + +* Regenerated examples and codegen + +* Add support for subscription keepalives in websocket client + +* Update chat example test + +* if else chain to switch + + +* Revert "Add support for subscription keepalives in websocket client" + +This reverts commits 64b882c3c9901f25edc0684ce2a1f9b63443416b and 670cf22272b490005d46dc2bee1634de1cd06d68. + +* Fixed chat example race condition + +* Fixed chatroom#Messages type + +
+ +
5f5bfcb9 fix #2204](https://github.com/99designs/gqlgen/issues/2204) - don't try to embed builtin sources ([#2214) + +* dont't try to embed builtins + +* add test + +* generated code + +* fix error message string + +
+ +- 8d9d3f12 Check only direct dependencies (#2205) + +- b262e40a v0.17.8 postrelease bump + + + + + + +## [v0.17.8](https://github.com/99designs/gqlgen/compare/v0.17.7...v0.17.8) - 2022-05-25 +- 25367e0a release v0.17.8 + +- 5a56b69d Add security workflow with nancy (#2202) + +- 482f4ce0 Run CI tests on windows (#2199) + +- 656045d3 This works on Windows too! (#2197) + +- f6aeed60 Merge branch 'master' of github.com:99designs/gqlgen + +- d91080be Update changelog + +- 752d2d7e v0.17.7 postrelease bump + + + + + ## [v0.17.7](https://github.com/99designs/gqlgen/compare/v0.17.6...v0.17.7) - 2022-05-24 - 2b1dff1b release v0.17.7