Skip to content

Commit d64e7d1

Browse files
committed
update changelog
1 parent 1fafe37 commit d64e7d1

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
- Added a new Streaming API that processes data in chunks, reducing peak memory
13+
usage when handling large datasets or network streams
14+
- Introduced `Msgpack.encode_stream/2` to lazily encode a stream of Elixir
15+
terms one by one
16+
- Introduced `Msgpack.decode_stream/2` to lazily decode a stream of
17+
MessagePack objects, capable of handling data that arrives in multiple
18+
chunks
1219
- Added CI workflow to run tests against supported Elixir versions
1320

1421
### Changed

0 commit comments

Comments
 (0)