We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b44ef4 commit f19d5b9Copy full SHA for f19d5b9
1 file changed
CHANGELOG.md
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
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
20
## [v1.0.2] - 2025-08-06
21
22
### Fixed
0 commit comments