Releases: alanshaw/it-length-prefixed
Releases · alanshaw/it-length-prefixed
v3.1.0
v3.0.1
v3.0.0
Features
BREAKING CHANGES
- Additional validation now checks for messages with a length that is too long to prevent a possible DoS attack. The error code
ERR_MSG_TOO_LONG
has changed toERR_MSG_DATA_TOO_LONG
and the error codeERR_MSG_LENGTH_TOO_LONG
has been added.
License: MIT
Signed-off-by: Alan Shaw alan.shaw@protocol.ai
v2.0.0
v1.1.0
v1.0.0
Bug Fixes
- badgers (d2cec17)
- decode and add test (987f8f6)
- decode fixes and e2e tests (d4020df)
- do not slice on bufer and data length equal (3def7c8)
- fixes and tests (a26c5e8)
- more fix badgers (7bbfc93)
- properly handle backpressure (cf47d04)
- sync streams and empty streams (33e3a64)
- use default max length properly (182f3ed)