Skip to content

Releases: Dinnerbone/mcstatus

v5.2.0

01 May 13: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

11 Apr 16:01
3096a65
Compare
Choose a tag to compare

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

v5.1.3

11 Apr 15:47
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

30 Mar 02:53
7724fc4
Compare
Choose a tag to compare
  • Lots of documentation related changes
  • CLI bugfix #114

release-5.1.1

21 Jan 14:26
fa17705
Compare
Choose a tag to compare
  • Fixed missing requirement in setup.py that was added in 5.1.0 (#110)

release-5.1.0

19 Jan 20:24
694401d
Compare
Choose a tag to compare

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

18 Jan 14:46
cce0edd
Compare
Choose a tag to compare

Drop support for python3.5 and add 3.9 (#105 #107)

release-4.1.0

30 Oct 04:33
c2fb996
Compare
Choose a tag to compare

Beginnings of async support (closes #70; implemented by #94)

release-4.0.0

06 Aug 14:38
8d71cef
Compare
Choose a tag to compare

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

13 May 01:33
40d12e5
Compare
Choose a tag to compare

Improve speed of anything that used TCP (ping, status, json) (#85) (Who needs Nagle's algorithm anyway?)