Skip to content

Commit f19d5b9

Browse files
committed
update changelog
1 parent 9b44ef4 commit f19d5b9

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased] - 2025-08-09
9+
10+
### Added
11+
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
19+
820
## [v1.0.2] - 2025-08-06
921

1022
### Fixed

0 commit comments

Comments
 (0)