Skip to content

v0.15.0

Compare
Choose a tag to compare
@shaneutt shaneutt released this 22 Jan 18:25
· 442 commits to main since this release
  • 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: