Releases: Dinnerbone/mcstatus
Releases · Dinnerbone/mcstatus
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)
release-5.1.0
We finally hit rock bottom!
- Support for bedrock status protocol (#103 #104)
- Using
isinstance(x, y)
instead of type(x) is y
(#108)
release-5.0.0
Drop support for python3.5 and add 3.9 (#105 #107)
release-4.1.0
Beginnings of async support (closes #70; implemented by #94)
release-4.0.0
Rename retries
to tries
to better go along with the meaning of the word (#89)
This is a breaking change for any code that was relying on passing named keyword arguments including this, hence the major bump in version.
release-3.1.1
Improve speed of anything that used TCP (ping, status, json) (#85) (Who needs Nagle's algorithm anyway?)