Releases: danielunderwood/log2http
Releases · danielunderwood/log2http
v0.3.3
Changelog
- 1af6917 docker: Update to golang 1.17
v0.3.2
Changelog
- 917ad1e Bump golang.org/x/sys from 0.0.0-20220224120231-95c6836cb0e7 to 0.1.0 (#2)
- b0342bb Really add default.nix
- 912c96c Tooling: Add flake-compat and default.nix
v0.3.1
Changelog
- d054e23 Updated: Move bloom filter to reasonable parameters for most systems
v0.3.0
Changelog
- 64f8eec Added: Deduplication feature with bloom filters
v0.2.1
Changelog
- 52c927d Improved: Inline fields for more compact embeds
v0.2.0
Changelog
- e60170d Added: Properly handle rate limit responses
- 5af2a60 Refactor: Move discord structs to separate file
- a7df7f8 Added: Parse regex captures for Discord embed fields
- 141e038 Improved: Use embeds for Discord
- 5a94738 CI: Only run goreleaser on tagged versions
v0.1.1
Changelog
- 13a5486 Fixed: Reopen recreated files and poll
- 3ec2499 Improved: Move to maintained fork of tail library
- 1e1a9d5 Docs: Add caveats and binary info
v0.1.0
Changelog
- f7d5cd2 CI: Actually add release workflow
- 4e26128 Added: goreleaser for binaries
- e631b34 Fixed: regexp argument in docs
- ef0f66f Added: Readme info for running in docker
- 08cba63 Updated: Better paths in Dockerfile
- 2192ab0 Added: Dockerfile
- 710201c Remove defer inside loop
- cde94a8 Added: Configurable host/source name
- 43364b9 Added: Docker build
- 28f106b Initial code commit
- d753a03 Initial commit