v2.0.0
What's Changed
BREAKING CHANGE
- Fix symbol collision with other native gems using libzstd by @SpringMT in #104
- Remove deprecated methods for v2 by @SpringMT in #108
Improvemnt
- Add versioning policy for v2.0.0+ by @SpringMT in #105
- Implements handling of partial frames by the streaming decompressor by @gucki in #88
- Add tests for decompress_with_pos method by @SpringMT in #106
- Add documentation for decompress_with_pos method by @SpringMT in #107
- V2 by @SpringMT in #109
- Potential fix for code scanning alert no. 10: Workflow does not contain permissions by @SpringMT in #110
- chore(deps): update actions/checkout action to v5 by @renovate[bot] in #111
Bug fix
- Add pending handler to concat 128kb or more data by @cosmo0920 in #114
New Contributors
- @gucki made their first contribution in #88
- @cosmo0920 made their first contribution in #114
Full Changelog: v1.5.7.0...v2.0.0