From 063bf63d36a1aee901bf338c419f2950bc99abb9 Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Wed, 13 Nov 2019 15:01:39 +0000 Subject: [PATCH] chore: release version v3.0.0 --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88eec52..a08b13d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ + +# [3.0.0](https://github.com/alanshaw/it-length-prefixed/compare/v2.0.0...v3.0.0) (2019-11-13) + + +### Features + +* add decodeFromReader ([#3](https://github.com/alanshaw/it-length-prefixed/issues/3)) ([b61654d](https://github.com/alanshaw/it-length-prefixed/commit/b61654d)) +* custom length encoding and decoding ([#8](https://github.com/alanshaw/it-length-prefixed/issues/8)) ([e419b63](https://github.com/alanshaw/it-length-prefixed/commit/e419b63)) + + +### 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 to `ERR_MSG_DATA_TOO_LONG` and the error code `ERR_MSG_LENGTH_TOO_LONG` has been added. + +License: MIT +Signed-off-by: Alan Shaw + + + # [2.0.0](https://github.com/alanshaw/it-length-prefixed/compare/v1.1.0...v2.0.0) (2019-09-26)