We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fafe37 commit d64e7d1Copy full SHA for d64e7d1
1 file changed
CHANGELOG.md
@@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
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
- Added CI workflow to run tests against supported Elixir versions
20
21
### Changed
0 commit comments