Skip to content

Commit

Permalink
chore: release version v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw committed Nov 13, 2019
1 parent e227050 commit 063bf63
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
<a name="3.0.0"></a>
# [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 <alan.shaw@protocol.ai>



<a name="2.0.0"></a>
# [2.0.0](https://github.com/alanshaw/it-length-prefixed/compare/v1.1.0...v2.0.0) (2019-09-26)

Expand Down

0 comments on commit 063bf63

Please sign in to comment.