Releases: hertz-contrib/gzip
Releases · hertz-contrib/gzip
release v0.0.3
fix: func name (#16)
release v0.0.2
What's Changed
- doc: rename README-CN.md to README_CN.md by @Skyenought in #2
- feat: add gzip for client by @zstone12 in #4
- fix: use gzip in empty body by @li-jin-gou in #7
- fix: decompress time by @zstone12 in #8
- Supports wildcard by @haoxins in #9
- feat: support stream gzip by @chaoranz758 in #11
- optimize: delete pool and optimize ut by @chaoranz758 in #12
- feat: add WithExcludedPathsRegexs option for aligning by @justlorain in #15
New Contributors
- @zstone12 made their first contribution in #4
- @li-jin-gou made their first contribution in #7
- @haoxins made their first contribution in #9
- @chaoranz758 made their first contribution in #11
- @justlorain made their first contribution in #15
Full Changelog: v0.0.1...v0.0.2
first release
Thanks a lot to those community contributors who submit some pull requests for this version:
@Skyenought