Releases: startersclan/source-udp-forwarder
Releases · startersclan/source-udp-forwarder
v0.3.0
Changes
🚀 Features
- Enhancement: Add HTTP server to forward
srcds/cs2
logs to daemon @leojonathanoh (#42)
🐛 Bug Fixes
- Fix: Prepend 'L ' to lines from HTTP only if missing @leojonathanoh (#45)
- Fix: Fix incoming HTTP logs not being prefixed with 'L ' @leojonathanoh (#43)
- Fix: Do not forward empty lines from HTTP @leojonathanoh (#44)
📝 Documentation
- Docs (readme): Update broken links @leojonathanoh (#46)
- Docs (readme): Fix typo in titles of
docker-compose
examples @leojonathanoh (#41)
v0.2.1
v0.2.0
Changes
🚀 Features
- Enhancement (development): Change
Makefile
clean
to clean everything andbin-clean
to clean only.go/bin
@leojonathanoh (#35) - Enhancement (config): Change
UDP_FORWARD_ADDR
default value to match daemon's default IP:PORT @leojonathanoh (#34) - Enhancement (ci): Remove generation of
.sha1
and.sha512
checksums and generatechecksums.txt
withsha256
checksums instead @leojonathanoh (#37)
🐛 Bug Fixes
- Fix (logging): Fix logging of
prependStrBytes
when usingLOG_LEVEL=debug
@leojonathanoh (#36) - Fix (ci): Push
:latest
tag on tagged release @leojonathanoh (#39)
📝 Documentation
- Docs (readme): Fix URL to daemon's
proxy_key
code @leojonathanoh (#38)
v0.1.0
Changes
🚀 Features
- Enhancement (development): Update
tasks.json
with usefulmake
tasks @leojonathanoh (#8) - Enhancement (development): Simplify
build/test.sh
@leojonathanoh (#20) - Enhancement (development): Add
make help
command and cleanup makefile @leojonathanoh (#19) - Enhancement (ci): Use
docker buildx
forMakefile
*-image
targets and use it in CI @leojonathanoh (#14) - Enhancement (ci): Upload binaries to release draft in separate job @leojonathanoh (#31)
- Enhancement (ci): Update
release-drafter.yml
with more label conditions @leojonathanoh (#4) - Enhancement (ci): Make checksums for binaries @leojonathanoh (#15)
- Enhancement (ci): Do not upload binaries to release draft @leojonathanoh (#32)
- Enhancement (ci): Bump base image to
busybox
and add more architectures @leojonathanoh (#26) - Enhancement (ci): Bump base image of dockerfile to
alpine:3.15
@leojonathanoh (#12) - Enhancement (ci): Add
windows
anddarwin
binaries @leojonathanoh (#29) - Enhancement (ci): Add
build
job and makerelease
job create release with changelog and binaries @leojonathanoh (#7)
🐛 Bug Fixes
- Fix: Bump to
golang:1.20
@leojonathanoh (#1) - Fix (test): Set
CGO_ENABLED=0
intest.sh
@leojonathanoh (#30) - Fix (ci): Use
git describe --tags --dirty
to getVERSION
@leojonathanoh (#10) - Fix (ci): Run jobs on
master
, tags, and PRs @leojonathanoh (#2) - Fix (ci): Remove invalid
id
key insoftprops/action-gh-release@v1
@leojonathanoh (#33) - Fix (ci): Login to docker registry only on
master
and tags @leojonathanoh (#24) - Fix (build): Fix
test.sh
configuration @leojonathanoh (#9) - Fix (Makefile): Fix determination of
VERSION
@leojonathanoh (#16)
🖊️ Refactors
- Refactor: Move main package to
./cmd/<binary>
and version to./pkg
@leojonathanoh (#21) - Refactor (development): Rearrange
Makefile
targets for better readability @leojonathanoh (#17)
📝 Documentation
- Docs: Update install and usage section, and add demo
docker-compose
examples @leojonathanoh (#27) - Docs (readme): Update docker section with docker hub link @leojonathanoh (#28)
- Docs (readme): Update CI badges @leojonathanoh (#3)
🧰 Maintenance
- Chore: Bump to go 1.20 @leojonathanoh (#22)
- Chore (development): Remove need for
GO111MODULE
@leojonathanoh (#18) - Chore (development): Cleanup
.gitignore
and track.vscode/settings.json
@leojonathanoh (#11) - Chore (development): Bump makefile to
golang:1.20
@leojonathanoh (#5) - Chore (deps): Bump
github.com/sirupsen/logrus
tov1.9.0
andgolang.org/x/sys
tov0.6.0
@leojonathanoh (#25) - Chore (ci): Cleanup unneeded steps in jobs @leojonathanoh (#6)
v0.0.5
Update readme on development