Skip to content

Releases: gin-gonic/autotls

v1.1.0

12 May 04:28
5badb85
Compare
Choose a tag to compare

Changelog

Enhancements

Refactor

Build process updates

Documentation updates

v1.0.0

25 Feb 02:17
5cdadb9
Compare
Choose a tag to compare

Changelog

Enhancements

  • 5cdadb9 chore(actions): upgrade dependency
  • 865e31b chore(deps): add go1.20 version
  • a197360 chore: update Go dependencies and required modules

v0.0.5

30 Aug 08:43
Compare
Choose a tag to compare

Changelog

Bug fixes

  • 9bf58ee fix: passes lock by value: crypto/tls.Config contains sync.RWMutex

Enhancements

  • 5f664b2 chore(deps): bump goreleaser/goreleaser-action from 2 to 3 (#30)
  • 51bcee9 chore: add default todo context
  • c96a2dd chore: support context with graceful shutdown
  • 632894b chore: update go module

v0.0.4

30 Aug 06:12
Compare
Choose a tag to compare

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)

v0.0.3

30 Aug 06:11
Compare
Choose a tag to compare
chore: support http redirect to https