Releases: x-stp/rxtls
Releases · x-stp/rxtls
v0.2.4
Immutable
release. Only release title and notes can be modified.
rxtls v0.2.4
High-Performance Certificate Transparency Processor
Changelog
Other
- 3b01ed5: ci: fix go.sum for PowerPC build (@x-stp)
- bfd090b: ci: harden GitHub Actions workflows and update Go version (@x-stp)
- 5997765: ci: harden workflow security by pinning to SHAs that actually exist (@x-stp)
Installation
Binary
Download the appropriate binary for your platform from the assets below.
Homebrew (macOS/Linux)
brew tap x-stp/rxtls
brew install rxtlsDocker
docker pull ghcr.io/x-stp/rxtls:v0.2.4Full documentation: https://github.com/x-stp/rxtls#readme
v0.2.3
rxtls v0.2.3
High-Performance Certificate Transparency Processor
Changelog
New Features
Bug Fixes
- 6088c5f: fix: nil pointer dereference in gzip writer cleanup (@x-stp)
- ebb4cbe: fix: strings.Builder type assertion in sync.Pool (@x-stp)
Other
Installation
Binary
Download the appropriate binary for your platform from the assets below.
Homebrew (macOS/Linux)
brew tap x-stp/rxtls
brew install rxtlsDocker
docker pull ghcr.io/x-stp/rxtls:v0.2.3Full documentation: https://github.com/x-stp/rxtls#readme
v0.2.2
What's Changed
- Dockerfile: fix golang version by @weird-ai-art in #12
- Fix strings.Builder type assertion panic in sync.Pool by @x-stp in #14
New Contributors
- @weird-ai-art made their first contribution in #12
Full Changelog: v0.2.1...v0.2.2
v0.2.1
rxtls v0.2.1
High-Performance Certificate Transparency Processor
Changelog
Bug Fixes
++ off 0.2.0 // goreleaser issues ^.^//
- Add User-Agent by @FiloSottile in #5
- fix: resolve build errors for ppc64le architecture by @x-stp in #8
- feat: add GoReleaser configuration for automated releases by @x-stp in #7
New Contributors
- @FiloSottile made their first contribution in #5
Full Changelog: https://github.com/x-stp/rxtls/commits/v0.2.0
Installation
Binary
Download the appropriate binary for your platform from the assets below.
Homebrew (macOS/Linux)
brew tap x-stp/rxtls
brew install rxtlsDocker
docker pull ghcr.io/x-stp/rxtls:v0.2.1Full documentation: https://github.com/x-stp/rxtls#readme
v0.2.0-goreleaser
please refer to 0.2.1 for brew etc.
_## What's Changed
- Add User-Agent by @FiloSottile in #5
- fix: resolve build errors for ppc64le architecture by @x-stp in #8
- feat: add GoReleaser configuration for automated releases by @x-stp in #7
New Contributors
- @FiloSottile made their first contribution in #5
Full Changelog: https://github.com/x-stp/rxtls/commits/v0.2.0_