Skip to content

Releases: startersclan/source-udp-forwarder

v0.3.0

22 Nov 01:14
44e955a
Compare
Choose a tag to compare

Changes

🚀 Features

  • Enhancement: Add HTTP server to forward srcds/cs2 logs to daemon @leojonathanoh (#42)

🐛 Bug Fixes

📝 Documentation

v0.2.1

26 Mar 10:20
153be96
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

v0.2.0

26 Mar 07:21
10271c9
Compare
Choose a tag to compare

Changes

🚀 Features

  • Enhancement (development): Change Makefile clean to clean everything and bin-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 generate checksums.txt with sha256 checksums instead @leojonathanoh (#37)

🐛 Bug Fixes

📝 Documentation

v0.1.0

24 Mar 08:00
6257c20
Compare
Choose a tag to compare

Changes

🚀 Features

  • Enhancement (development): Update tasks.json with useful make 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 for Makefile *-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 and darwin binaries @leojonathanoh (#29)
  • Enhancement (ci): Add build job and make release job create release with changelog and binaries @leojonathanoh (#7)

🐛 Bug Fixes

🖊️ 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

🧰 Maintenance

v0.0.5

16 Oct 10:38
Compare
Choose a tag to compare
Update readme on development