Skip to content

Releases: py-mine/mcstatus

v6.3.0

17 Feb 17:43
7b831c5
Compare
Choose a tag to compare

Async TCP read now uses a timeout and it is the same as when connecting (#149)

v6.2.0

17 Feb 17:43
8b84e4b
Compare
Choose a tag to compare

Bedrock servers now return versions provided by the servers themselves #151

v6.1.2

17 Feb 17:43
8346db2
Compare
Choose a tag to compare

Fixed query protocol sending an extra zero #146
Fixed improper handling of varint by restricting to 32 bits-signed instead of 35-unsigned #141

v6.1.0

17 Feb 17:43
5320c87
Compare
Choose a tag to compare
  • Begin using type-hints (#134 and some following commits)
  • Asyncio streams being properly closed (#133)

v6.0.0

17 Feb 17:43
68882a9
Compare
Choose a tag to compare

Upgrade dnspython library (#132)

v5.2.0

17 Feb 17:43
a552293
Compare
Choose a tag to compare

Bedrock now has an async query function #125
Code is automatically formatted by black during github actions #124

v5.1.4

17 Feb 17:43
3096a65
Compare
Choose a tag to compare

Replaced socket.timeout error message with useful information about query port (#72)

v5.1.3

17 Feb 17:43
3d4c2e7
Compare
Choose a tag to compare

async_ping fixed (#117)

P.S.: I'm changing the release naming scheme from release-X.Y.Z to vX.Y.Z, because I plan to use git describe versioning at some point in the future to automatically publish releases from CI builds when new tags are published.

release-5.1.2

17 Feb 17:43
7724fc4
Compare
Choose a tag to compare
  • Lots of documentation related changes
  • CLI bugfix #114

release-5.1.1

17 Feb 17:43
fa17705
Compare
Choose a tag to compare
  • Fixed missing requirement in setup.py that was added in 5.1.0 (#110)