Skip to content

Commit 13bf0d6

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 2.0.0
1 parent a0a0ded commit 13bf0d6

File tree

3 files changed

+2774
-696
lines changed

3 files changed

+2774
-696
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this package will be documented in this file.
44

5+
## [2.0.0] - 2023-07-05
6+
### Changed:
7+
- Changed the way allocations are handled when receiving a line over multiple chunks. Instead of concatenating buffers together as they are received, instead an exponential doubling capacity algorithm will be used to allocate buffers to which multiple chunks may be copied. The algorithm will double until the excess capacity allocated reaches 1MiB. At that point subsequent re-allocations will allocate at maximum 1MiB of extra capacity.
8+
59
## [1.4.4] - 2022-03-10
610
### Fixed:
711
- Removed the dependency on the [`original`](https://www.npmjs.com/package/original) package. A transitive dependency of this package was flagged in [CVE-2022-0686](https://nvd.nist.gov/vuln/detail/CVE-2022-0686).

0 commit comments

Comments
 (0)