Skip to content

Releases: minekube/gate

v0.26.8

04 Feb 20:26
49082a9
Compare
Choose a tag to compare

Changelog

  • ccf1698 Correct a comment
  • 24fec9e Update dependency vitepress to v1.0.0-alpha.45 (#147)
  • bc059a2 Update docker/build-push-action action to v4 (#149)
  • cf24c32 Update golang Docker tag to v1.20 (#150)
  • 5137bbc Update module github.com/go-faker/faker/v4 to v4.0.0 (#146)
  • d103fd5 Update module github.com/urfave/cli/v2 to v2.24.1 (#143)
  • da0c9d8 Update module github.com/urfave/cli/v2 to v2.24.2 (#148)
  • 49082a9 Update module github.com/urfave/cli/v2 to v2.24.3 (#151)
  • f24fda6 Update module go.minekube.com/connect to v0.5.2 (#144)
  • ddc03ea Update module go.minekube.com/gate to v0.26.7 (#142)
  • e740bc4 Update module google.golang.org/grpc to v1.52.3 (#145)

v0.26.7

21 Jan 12:31
Compare
Choose a tag to compare

Changelog

  • 25433bd Add Paper to proxy proto docs
  • 5427fc6 Optimize route matching by 72.6% with cached regex; Allow case-insensitive route matching
  • 844f926 Update FUNDING.yml
  • 4975f0a Update dependency vitepress to v1.0.0-alpha.38 (#139)
  • bb83982 Update dependency vitepress to v1.0.0-alpha.40 (#141)
  • af4d5fd Update module github.com/sandertv/gophertunnel to v1.26.1 (#138)
  • 20355cd Update module github.com/spf13/viper to v1.15.0 (#140)
  • 9ec09d2 Update module go.minekube.com/gate to v0.26.6 (#136)
  • 931e7ce Update module google.golang.org/grpc to v1.52.0 (#132)

v0.26.6

12 Jan 21:42
Compare
Choose a tag to compare

Changelog

  • 9e551b2 Fix forwarding IPv4 client to IPv6 backend (fixes #137)
  • 709755b Fix nil pointer
  • 3696634 Update dependency vitepress to v1.0.0-alpha.36 (#135)

v0.26.5

12 Jan 19:01
Compare
Choose a tag to compare

Changelog

  • e88dc76 Allow KickedFromServerEvent handler to connect player to different server
  • 732561f Allow KickedFromServerEvent handler to connect player to different server!
  • b05f973 Fix typo
  • 34d5019 Fix typos
  • c58b4fc Merge branch 'docs_search'
  • dc84346 Minimal spigot sample config
  • fd57b0b No js
  • a8efb2a Update VitePress
  • aa9acf4 Update module go.minekube.com/gate to v0.26.4 (#129)
  • 0dc03d4 Use HeaderProxyFromAddrs helper func (fixes #133, closes #134)

v0.26.4

05 Jan 22:46
Compare
Choose a tag to compare

Changelog

  • 04d5cd8 Critical: Remove Latency lock call (fixes common timeout issue)

v0.26.3

05 Jan 13:01
Compare
Choose a tag to compare

Changelog

  • 791aaed Add ConnectionEvent
  • 7c635a3 Critical: Implement missing RemoteChatSession methods
  • 7d6816a Update module golang.org/x/text to v0.6.0 (#130)

v0.26.2

05 Jan 00:07
7390248
Compare
Choose a tag to compare

Changelog

  • ced2adf Build multi-arch Docker image (closes #116)
  • 6421b85 Configure Renovate (#115)
  • 6a92272 Create FUNDING.yml
  • 0a8a8b7 Update module github.com/gookit/color to v1.5.2 (#121)
  • 1558808 Update module github.com/jellydator/ttlcache/v3 to v3.0.1 (#117)
  • a5bfb3e Update module github.com/sandertv/gophertunnel to v1.26.0 (#122)
  • d16af6c Update module github.com/urfave/cli/v2 to v2.23.7 (#118)
  • 932d4f1 Update module go.minekube.com/gate to v0.26.1 (#123)
  • 4282675 Update module go.uber.org/multierr to v1.9.0 (#124)
  • 7390248 Update module go.uber.org/zap to v1.24.0 (#125)
  • 13b1211 Update module golang.org/x/text to v0.6.0 (#126)
  • c02b1cc Update module golang.org/x/time to v0.3.0 (#127)
  • 629c474 Update module google.golang.org/grpc to v1.51.0 (#128)
  • 9e87997 Update module to github.com/go-faker/faker/v4 (#120)
  • 4f02363 Use new GitHub State syntax [skip ci]

v0.26.1

27 Dec 15:05
Compare
Choose a tag to compare

Changelog

  • 82e0410 Fix critical config loading bug

v0.26.0

27 Dec 14:03
Compare
Choose a tag to compare

Changelog

  • a05fd49 Add status ping caching in Gate Lite mode

v0.25.6

24 Dec 12:38
Compare
Choose a tag to compare

Changelog

  • 75c6f88 Add ProxyProtocolBackend
  • 377f94b Cosmetic
  • 132daac Less packet read error logging (stop spamming console on bot attack)