Releases: suyashkumar/ssl-proxy
Releases · suyashkumar/ssl-proxy
ssl-proxy v0.2.8
Overview
- Go updates (including using go modules).
- Dependency updates
- Begin releasing arm64 builds
What's Changed
- Update go to 1.18 + go mod tidy by @suyashkumar in #44
- Update golang.org/x/crypto by @suyashkumar in #46
- Bump golang.org/x/text from 0.3.6 to 0.3.8 by @dependabot in #48
- Update to Go 1.21 by @konst-aa in #53
- Bump golang.org/x/net from 0.0.0-20211112202133-69e39bad7dc2 to 0.17.0 by @dependabot in #55
- Bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #56
- Bump gopkg.in/yaml.v3 from 3.0.0-20200313102051-9f266ea9e77c to 3.0.0 by @dependabot in #57
- Bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot in #58
New Contributors
- @dependabot made their first contribution in #48
- @konst-aa made their first contribution in #53
Full Changelog: v0.2.7...v0.2.8
ssl-proxy v0.2.7
This release is built with go1.17, and includes an updated crypto dependency to address #36.
ssl-proxy v0.2.6
When the redirectHTTP
flag is enabled (to redirect requests on port 80 to your TLS/SSL port), if a domain is specified it is used for the redirection.
ssl-proxy v0.2.5
This release includes the updated golang.org/x/crypto libraries to support ACME RFC 8555.
ssl-proxy v0.2.4
Effectively the same as v0.2.3 but compiled with go v1.13.3 which:
- adds support for websockets (see #15)
ssl-proxy v0.2.3
In this release:
- Support for optional HTTP redirection to HTTPS using
-redirectHTTP
- Colored terminal log
ssl-proxy v0.2.2
This ensures errors are logged before exit.
ssl-proxy 0.2.1
Proxy headers are added to all incoming requests.
ssl-proxy with LetsEncrypt support
ssl-proxy
with autogenerated LetsEncrypt certificate support added.
ssl-proxy
v0.1.0 Print SHA256 fingerprint, don't require specification of http protocol