Skip to content

Releases: dreamscached/MineQuery

Release v2.5.0

13 Feb 08:50
ee6af81
Compare
Choose a tag to compare

What's new

  • Added SRV records support (now enabled by default) — #52
  • Now using Cache interface instead of hardcoded go-cache library — #53
  • Improved compatibility with Go 1.13 — dde3a85
  • Upgraded dependencies — b42cfb3
  • Added 1.7+ protocol version numbers beyond 1191 — #57

This release introduces potentially breaking changes. Please see migration guide.

Release v2.4.1

09 Feb 07:50
8046bc1
Compare
Choose a tag to compare

What's new:

  • Removed newline from Status17 String() output — 8046bc1

Release v2.4.0

09 Feb 07:41
dba1625
Compare
Choose a tag to compare

What's new:

Release v2.3.1

22 Dec 15:32
6679d4d
Compare
Choose a tag to compare

What's new:

v2.3.0

23 Nov 11:55
0b5f20c
Compare
Choose a tag to compare

What's new:

  • Implemented query session caching — 0b5f20c

This release introduces potentially breaking changes. Please see migration guide.

v2.2.2

10 Nov 12:08
f109a4c
Compare
Choose a tag to compare

What's new:

  • Fixed issue with EnforcesSecureChat field not being mapped to response object — f109a4c

This release introduces potentially breaking changes. Please see migration guide.

v2.2.1

08 Oct 12:50
86edee7
Compare
Choose a tag to compare

What's new:

  • Added EnforcesSecureChat field — ed0aef6

This release introduces potentially breaking changes. Please see migration guide.

v2.2.0

10 Aug 17:00
1c31aba
Compare
Choose a tag to compare

What's new:

  • I/O operations inlined/reworked and optimized with buffering — 8a8d461
  • Full query status struct now has Data field containing miscellaneous unprocessed data fields — 097c107

v2.1.0

31 Jul 14:54
817e636
Compare
Choose a tag to compare

What's new:

  • Query protocol implemented (#25, #32) — 7ea5df7
  • Migrated from value receivers/parameters/etc to pointers — 105faec
  • Several Codacy issue fixes — bd3f3dd

This release introduces breaking changes. Please see migration guide.

v2.0.2

25 Jul 12:20
b3d0b08
Compare
Choose a tag to compare

What's new:

  • WithDialer option now added to allow setting custom net.Dialerb4e1d27
  • Ping14 is now able to process 1.6 response format (unless in UseStrict mode) (fix #31) — c51ac55