Releases: py-mine/mcstatus
Releases · py-mine/mcstatus
v6.3.0
Async TCP read now uses a timeout and it is the same as when connecting (#149)
v6.2.0
Bedrock servers now return versions provided by the servers themselves #151
v6.1.2
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
- Begin using type-hints (#134 and some following commits)
- Asyncio streams being properly closed (#133)
v6.0.0
Upgrade dnspython library (#132)
v5.2.0
Bedrock now has an async query function #125
Code is automatically formatted by black during github actions #124
v5.1.4
Replaced socket.timeout error message with useful information about query port (#72)
v5.1.3
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
- Lots of documentation related changes
- CLI bugfix #114
release-5.1.1
- Fixed missing requirement in setup.py that was added in 5.1.0 (#110)