Releases: gin-gonic/autotls
Releases · gin-gonic/autotls
v1.2.2
Changelog
Enhancements
- bf3d66f: chore(deps): bump github/codeql-action from 3 to 4 (#76) (@dependabot[bot])
- 8a5d54a: chore(deps): bump actions/setup-go from 5 to 6 (#74) (@dependabot[bot])
- 1b5242b: chore(deps): upgrade golang.org/x/crypto to v0.45.0 (@appleboy)
- 983aee8: chore: update Go dependencies to latest stable versions (@appleboy)
- 4d8c5cc: chore: remove bearer.yml workflow (@appleboy)
- 326c8de: chore(deps): bump actions/checkout from 4 to 6 (@appleboy)
- 9949c53: chore: drop Go 1.23 support, require Go 1.24+ (@appleboy)
- d4f7c14: chore(ci): update golangci-lint to v2.6 (@appleboy)
Build process updates
- cd367bc: ci: add dedicated Trivy security scan workflow and badge (@appleboy)
- 4e11c41: ci: enhance Trivy scan workflow with improved options and clarity (@appleboy)
Others
v1.2.1
Changelog
Features
Enhancements
- eba1822: chore: upgrade dependencies and GitHub Actions workflows (@appleboy)
- 1e79705: chore: upgrade Go version and related dependencies (@appleboy)
Build process updates
- 7623923: ci: include latest Go release in CI test matrix (@appleboy)
- c8cce03: ci: update Trivy scanner to version 0.32.0 (@appleboy)
- aef6721: ci: update CI workflow dependencies to latest versions (@appleboy)
Documentation updates
v1.2.0
v1.1.4
v1.1.3
v1.1.2
Changelog
Enhancements
Build process updates
- 759da8f: ci: add GitHub Actions workflow for Bearer PR checks (@appleboy)
- f402999: ci: update and optimize CI workflows and test configurations (@appleboy)
- fbe327f: ci: update workflows and tests; switch to internal API (@appleboy)
- 83c300a: ci: update golangci-lint configuration to version 2.0 (@appleboy)
v1.1.1
v1.1.0
Changelog
Enhancements
- cd74fe7: chore: update Go dependencies to latest versions (@appleboy)
- 5f4bce5: chore: update golang.org/x dependencies (@appleboy)
- 5bd11c6: chore: refine changelog generation and categorization (@appleboy)
- 5867671: chore: refactor CI/CD configuration and workflows (@appleboy)
Refactor
- a379eaf: refactor: refactor project naming and changelog categories (@appleboy)
- 5badb85: refactor: refactor and enhance autocert TLS handling (@appleboy)
Build process updates
Documentation updates
v1.0.0
v0.0.5
Changelog
Bug fixes
- 9bf58ee fix: passes lock by value: crypto/tls.Config contains sync.RWMutex