Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encode request/response into buffer to avoid temporary allocations #292

Merged
merged 13 commits into from
Oct 17, 2024
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@

## v0.16.0 (Unreleased)

- Encoding of requests: Less allocations
- Decoding of requests/responses: More strict validation

### Breaking Changes

- Increased MSRV from 1.65 to 1.76
- Limit request/response PDU size to 253 bytes (encoding/decoding)

## v0.15.0 (2024-10-10)

Expand Down
Loading