Releases: gin-gonic/autotls
Releases · gin-gonic/autotls
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
Enhancements
v0.0.4
Changelog
Features
Enhancements
- 8b0ca89 chore: Add goreleaser config
- cc69476 chore: add golang 1.14 version
- 3f6e452 chore: check error value
- 84c80ec chore: remove unused package
- 689297a chore: support go1.13 (#16)
- 86c7d2d chore: support http redirect to https (#22)
- 926c4cf chore: switch CI/CD form travis to GitHub Actions
- 74a5c07 chore: update example
- 380d517 chore: update go module
- ffaac87 chore: upgrade gin to v1.5.0
- 7c6e480 chore: upgrade golangci-lint version to v1.49.0
Others
- 692e944 Add 1.15 version in go
- 8c05145 Add http redirection to Run function (#26)
- 33ca0bf Changed HTTP to HTTPS redirect status code to 301 (#24)
- 82f5821 Support golang 1.16
- 02b8ac3 Update doc link to reference pkg.go.dev (#25)
- b4d5e90 refactor(redirect): Use RequestURI (#23)
- 4503337 upgrade gin to v1.6.3
- 8ed28fb use tlsconfig with additional protos (#11)