Current section

Files

Jump to
brotli CHANGELOG.md
Raw

CHANGELOG.md

<a name="v0.3.2"></a>
## [v0.3.2] - 2023-07-25
### Bug Fixes
- build on otp 26
- Fix missing brotli.so file in _build dir on Elixir 1.13 ([`130676e`](https://github.com/yjh0502/erl-brotli/commit/130676e2adbea9232b7a0a891c380dc6cf8a68f2))
<a name="v0.3.1"></a>
## [v0.3.1] - 2022-01-06
### Bug Fixes
- chunk input for brotli:encode/{1,2} ([`eca29c4`](https://github.com/yjh0502/erl-brotli/commit/eca29c44e2d6298c0dc86a0c8e9145fd49fb2449))
<a name="v0.3.0"></a>
## v0.3.0 - 2021-10-04
### Bug Fixes
- remove maps:foreach/2 and use maps:fold/3 instead ([`129dd55`](https://github.com/yjh0502/erl-brotli/commit/129dd557b87360af447adabae079fc58811ce488))
- change the HEAD branch name ([`47957c8`](https://github.com/yjh0502/erl-brotli/commit/47957c81058e2d4ceacd51bb2594ff36908c7fe1))
### Features
- add decoder API ([`401ff99`](https://github.com/yjh0502/erl-brotli/commit/401ff99e8bbc6ec3b4258d568835d1f673493644))
- update library to use stream API ([`bc09c59`](https://github.com/yjh0502/erl-brotli/commit/bc09c5969ae4c5b45c07abdd3eb55cc8652fa0ec))
[Unreleased]: https://github.com/yjh0502/erl-brotli/compare/v0.3.2...HEAD
[Unreleased]: https://github.com/yjh0502/erl-brotli/compare/v0.3.1...v0.3.2
[v0.3.1]: https://github.com/yjh0502/erl-brotli/compare/v0.3.0...v0.3.1