Skip to content

Commit a4935a5

Browse files
committed
changelog
1 parent 950726b commit a4935a5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
# This is the revision history of @msgpack/msgpack
22

3+
## 3.0.0-beta4 2025-02-04
4+
5+
https://github.com/msgpack/msgpack-javascript/compare/v3.0.0-beta3...HEAD
6+
7+
* Added Deno test to CI
8+
* Added Bun tests to CI
9+
* Allowed the data alignment to support zero-copy decoding ([#248](https://github.com/msgpack/msgpack-javascript/pull/248), thanks to @EddiG)
10+
311
## 3.0.0-beta3 2025-01-26
412

513
https://github.com/msgpack/msgpack-javascript/compare/v3.0.0-beta2...v3.0.0-beta3
614

715
* Added an option `rawStrings: boolean` to decoders ([#235](https://github.com/msgpack/msgpack-javascript/pull/235), thanks to @jasonpaulos)
8-
* Optimized GC load by reusing stack states (["228](https://github.com/msgpack/msgpack-javascript/pull/228), thanks to @sergeyzenchenko)
16+
* Optimized GC load by reusing stack states ([#228](https://github.com/msgpack/msgpack-javascript/pull/228), thanks to @sergeyzenchenko)
917
* Drop support for Node.js v16
1018
* Type compatibility with ES2024 / SharedArrayBuffer
1119

0 commit comments

Comments
 (0)