Skip to content

Commit a23664e

Browse files
authored
Encode request/response into buffer to avoid temporary allocations (#292)
1 parent ea6ea5c commit a23664e

File tree

4 files changed

+485
-347
lines changed

4 files changed

+485
-347
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@
55

66
## v0.16.0 (Unreleased)
77

8+
- Encoding of requests: Less allocations
9+
- Decoding of requests/responses: More strict validation
10+
811
### Breaking Changes
912

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

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

0 commit comments

Comments
 (0)