Skip to content

Releases: py-mine/mcstatus

release-5.1.0

17 Feb 17:43
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

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

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

release-4.1.0

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

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

release-4.0.0

17 Feb 17:43
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

17 Feb 17:43
40d12e5
Compare
Choose a tag to compare

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

release-3.1.0

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

IPv6 support (#80)

release-3.0.0

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

Dropped support for EOL Python versions (#81)

release-2.3.0

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

Added json CLI command (#74)

release-2.2.1

17 Feb 17:43
2542913
Compare
Choose a tag to compare
stop caring if the socket fails to close (#56)