Releases: raqbit/mc-pinger
Releases · raqbit/mc-pinger
v0.2.4
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
- Fix string size check being too strict (#15) (PR: #16)
v0.2.2
- If a timeout is defined, use timeout for reading packets (#14 by @itzg)
v0.2.1
- Fix the timeout option (#11)
- Deprecate
WithContext
& WithTimeout
(#12)
v0.2.0
- Add PROXY protocol support (#8 by @itzg)
v0.1.1
- Fix decoding server status responses with negative protocol versions (#6 by @iverly)
(Accidentally deleted release, re-created it)
v0.1.0
Initial release, API might change in the future.
Thanks to @Herobone for adding context & timeout support in #4.