Releases: dreamscached/MineQuery
Releases · dreamscached/MineQuery
Release v2.5.0
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
What's new:
- Removed newline from Status17
String()
output — 8046bc1
Release v2.4.0
What's new:
- Add an ability to use another JSON unmarshaller implementation (#45 by @dreamscached) — 9c0e7de
- Add an ability to use another PNG/Base64 decoders (#47 by @dreamscached) — 30b7b4c
- Implement Stringer interface for user-friendly stringifications (#48 by @dreamscached) — 09cff17
Release v2.3.1
What's new:
- Fixed #40 brought up by @terrifictable (#41 by @dreamscached) — b404c1b
v2.3.0
What's new:
- Implemented query session caching — 0b5f20c
This release introduces potentially breaking changes. Please see migration guide.
v2.2.2
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
What's new:
- Added
EnforcesSecureChat
field — ed0aef6
This release introduces potentially breaking changes. Please see migration guide.