v0.15.0
- 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: