Skip to content

Releases: gin-contrib/gzip

v1.2.2

27 Jan 03:10
aa5d8ee
Compare
Choose a tag to compare

Changelog

Features

Bug fixes

  • 438926d: fix: default auto decompressor on uncompressed or double compressed bodies (#91) (@alexdyukov)

Refactor

  • 3529136: refactor: improve error handling and resource management in gzip utils (#101) (@appleboy)
  • f3f028a: refactor: refactor middleware and improve API handling (@appleboy)
  • 4fc267c: refactor: improve error handling and documentation for content encoding (@appleboy)
  • aa5d8ee: refactor: optimize gzip writer pool management and resource handling (#102) (@appleboy)

v1.2.1

27 Jan 01:39
3bd96db
Compare
Choose a tag to compare

Changelog

Features

  • 1b7e801: feat: improve compression level validation and default handling (@appleboy)
  • bc3ccd1: feat: add new endpoint and improve middleware functionality (@appleboy)

Bug fixes

Enhancements

Refactor

  • 262eca6: refactor: improve gzip handling and optimize resource management (@appleboy)
  • 79e888f: refactor: refactor codebase to improve maintainability and performance (@appleboy)
  • e389346: refactor: refactor codebase and update API integration (@appleboy)

Others

v1.2.0

13 Jan 15:07
9ab9665
Compare
Choose a tag to compare

Changelog

Features

Enhancements

  • 9ab9665: chore: update various Go module dependencies to latest versions (@appleboy)

Refactor

  • aa0f078: refactor: refactor and optimize exclusion handling logic (@appleboy)
  • 48d0307: refactor: refactor WithDecompressOnly function and update related tests (@appleboy)
  • 9bb40fc: refactor: refactor gzipHandler to use config struct instead of Options struct (@appleboy)
  • bc23737: refactor: refactor header handling with constants in handler module (@appleboy)

Build process updates

Documentation updates

  • fa26419: docs: improve documentation and examples for server push with Gin framework (@appleboy)
  • eae4239: docs: add documentation for exclusion and decompression functions (@appleboy)

Others

  • 807284b: style: refactor codebase for consistency and improved test coverage (@appleboy)

v1.1.0

26 Dec 05:40
4713b05
Compare
Choose a tag to compare

Changelog

Enhancements

Refactor

  • a6b2037: refactor: refactor data reading to use io package consistently (@appleboy)
  • 4766b70: refactor: migrate to io package for improved compatibility (@appleboy)

Build process updates

Documentation updates

Others

v1.0.1

02 May 01:23
5046004
Compare
Choose a tag to compare

Changelog

Enhancements

v1.0.0

23 Mar 11:50
b476794
Compare
Choose a tag to compare

Changelog

Enhancements

  • 46340a9 chore(CD): enable goreleaser config.
  • 3819350 chore(CI): add go 1.21
  • d221afa chore(CI): add go1.20 version
  • fffbe9e chore(deps): update dependency.
  • 45b5061 chore: Add go 1.19 and upgrade lint version to v1.49
  • 17b65c8 chore: refactor linter configurations and settings
  • f7d1af4 chore: update GitHub Actions versions in relevant files
  • 4a52e82 chore: update GitHub action to use goreleaser/goreleaser-action v5
  • 95350ab chore: update dependencies to latest versions
  • 7944e91 chore: update golang.org/x packages to latest versions
  • 6af466d chore: update goreleaser
  • d3b1ccd chore: update various third-party dependencies to latest versions

Others

  • cd336fa ci: enhance Go version compatibility in CI workflow
  • b476794 ci: refactor GitHub Actions workflows configurations
  • 49194dd ci: update GitHub Actions workflow to use latest CodeQL version
  • ef7d482 test: refactor test suite for excluded paths and extensions (#80)

Release v0.0.6

05 Jul 03:49
eba7ac8
Compare
Choose a tag to compare
Merge pull request #65 from gin-contrib/dependabot/go_modules/github.…

v0.0.5: chore: sync.Pool contains sync.noCopy

13 Dec 05:29
Compare
Choose a tag to compare
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>

v0.0.4

12 Dec 23:06
d34904d
Compare
Choose a tag to compare
Fix don't gzip server-sent events (#31)

v0.0.3: Remove Content-Length in more cases (#27)

16 Sep 13:23
474b41b
Compare
Choose a tag to compare
Co-authored-by: Bo-Yi Wu <appleboy.tw@gmail.com>