Skip to content

Releases: Dinnerbone/mcstatus

v9.0.0-dev5

06 Feb 15:06
Compare
Choose a tag to compare
v9.0.0-dev5 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v8.0.0...v9.0.0-dev5

v8.0.0

03 Jan 04:05
Compare
Choose a tag to compare

Support python 3.10 (27fbe2e)
Lean more on poetry in the release script (aa43f01)
Removed usage of six (c67dde8)
Depend on tox and tox-poetry for development (f6b7a09)
Cleanup tox.ini a bit (333858d)
Fix broken test (30bc83f)
Drop support for python 3.6 (#185)

v7.0.0

09 Dec 00:10
Compare
Choose a tag to compare

This is mostly a development-specific release, but I bumped the major version because of the switch to poetry.

  • Close connection with destructor (#172)
  • Format strings (#167)
  • Switching to poetry (#165)
  • Removed outdated changelog (#170)
  • Fixing some development stuff on Windows (a31e808 d647b4e)

v6.5.0

21 Aug 15:02
10cea64
Compare
Choose a tag to compare

More timeouts for async bedrock (#154)
Fixed a pytype error (5717dae)

v6.4.0

07 Jul 02:17
1aef08b
Compare
Choose a tag to compare

Some love for the description and favicon fields #148

v6.3.0

07 Jul 02:04
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

05 Jul 03:51
8b84e4b
Compare
Choose a tag to compare

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

v6.1.2

21 Jun 16:05
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

15 Jun 16:45
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

01 Jun 16:15
68882a9
Compare
Choose a tag to compare

Upgrade dnspython library (#132)