Skip to content

Releases: raqbit/mc-pinger

v0.2.4

07 Feb 17:38
e0c24de
Compare
Choose a tag to compare

Breaking changes

  • Bump minimum required Go version to 1.17 by @raqbit in #19

Fixes

  • Handle string list for extra siblings of description by @itzg in #18

Dependency updates

  • Bump github.com/pires/go-proxyproto from 0.6.0 to 0.6.1 by @dependabot in #17

Full Changelog: v0.2.3...v0.2.4

v0.2.3

21 Oct 21:39
2152bb9
Compare
Choose a tag to compare
  • Fix string size check being too strict (#15) (PR: #16)

v0.2.2

29 Sep 14:37
9baeff2
Compare
Choose a tag to compare
  • If a timeout is defined, use timeout for reading packets (#14 by @itzg)

v0.2.1

12 Mar 09:23
4d75242
Compare
Choose a tag to compare
  • Fix the timeout option (#11)
  • Deprecate WithContext & WithTimeout (#12)

v0.2.0

19 Apr 12:28
d244b73
Compare
Choose a tag to compare
  • Add PROXY protocol support (#8 by @itzg)

v0.1.1

24 Jul 18:57
1229469
Compare
Choose a tag to compare
  • Fix decoding server status responses with negative protocol versions (#6 by @iverly)

(Accidentally deleted release, re-created it)

v0.1.0

24 Feb 13:44
40c43c9
Compare
Choose a tag to compare

Initial release, API might change in the future.

Thanks to @Herobone for adding context & timeout support in #4.