Skip to content

Releases: Kong/go-kong

v0.19.0

14 May 16:11
Compare
Choose a tag to compare

v0.18.0

05 May 14:01
Compare
Choose a tag to compare

v0.17.0

05 Apr 17:13
e1eda37
Compare
Choose a tag to compare

v0.16.0

03 Mar 14:49
Compare
Choose a tag to compare

v0.15.0

22 Jan 18:25
Compare
Choose a tag to compare
  • feat: add req/resp route buffering options
  • chore: add codegen info to README.md

While technically adding request_buffering and response_buffering is backwards compatible because as nil the Kong API will default to true, please note that if your implementation decides to handle these fields you should ensure that they default to true where applicable, as the default behavior is enabled.

For more context about request and response buffering see the following:

v0.14.0

12 Jan 20:14
Compare
Choose a tag to compare
docs(changelog) document changes for v0.14.0

Also, change compare URLs to point to the Kong organization on GitHub.