Mcstatus

Latest version: v11.1.1

Safety actively analyzes 621920 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 7

11.1.1

What's Changed
Fixed
* Allow strings in extra Motd by PerchunPak in https://github.com/py-mine/mcstatus/pull/715
* Transform MOTD to string in FAQ example by PerchunPak in https://github.com/py-mine/mcstatus/pull/681
Internal
* Update pre-commit hooks by CoolCat467 in https://github.com/py-mine/mcstatus/pull/690
* Enable pre-commit.ci and enable config file sorting by CoolCat467 in https://github.com/py-mine/mcstatus/pull/697


**Full Changelog**: https://github.com/py-mine/mcstatus/compare/v11.1.0...v11.1.1

11.1.0

What's Changed

Added

* Support Python 3.12 by PerchunPak in https://github.com/py-mine/mcstatus/pull/647
* Add [enforces_secure_chat](https://mcstatus.readthedocs.io/en/stable/api/basic/#mcstatus.status_response.JavaStatusResponse.enforces_secure_chat) to JavaStatusResponse by Nixuge in https://github.com/py-mine/mcstatus/pull/675, https://github.com/py-mine/mcstatus/pull/678

Changed

* Raise warning when resolving `localhost` IP on MacOS by PerchunPak in https://github.com/py-mine/mcstatus/pull/620
Because of some mysterious reasons, we can't resolve localhost into IP. Please, replace 'localhost' with '127.0.0.1' (or '::1' for IPv6) in your code to remove the warning.
* Improve MOTD simplifies by PerchunPak in https://github.com/py-mine/mcstatus/pull/638

Internal

* Fix py-mine's logo on pypi by PerchunPak in https://github.com/py-mine/mcstatus/pull/612
* Update Minecraft Wiki links to new domain after fork by misode in https://github.com/py-mine/mcstatus/pull/641
* Use default bump strategy for dependabot by PerchunPak in https://github.com/py-mine/mcstatus/pull/585

New Contributors
* misode made their first contribution in https://github.com/py-mine/mcstatus/pull/641
* Nixuge made their first contribution in https://github.com/py-mine/mcstatus/pull/675

**Full Changelog**: https://github.com/py-mine/mcstatus/compare/v11.0.1...v11.1.0

11.0.1

What's Changed
* Implement reading and writing boolean values by CoolCat467 in https://github.com/py-mine/mcstatus/pull/555
* Move zeros in the packet to follow documentation update by DAMcraft in https://github.com/py-mine/mcstatus/pull/576
* Create publish action by kevinkjt2000 in https://github.com/py-mine/mcstatus/pull/571
* Prepare pyproject.toml with dynamic version by kevinkjt2000 in https://github.com/py-mine/mcstatus/pull/581
* Fix server icon saving example by ItsDrike in https://github.com/py-mine/mcstatus/pull/591
* Replace flake8 with ruff linter by ItsDrike in https://github.com/py-mine/mcstatus/pull/590
* Move to PyPI Trusted Publisher Management by ItsDrike in https://github.com/py-mine/mcstatus/pull/603
* Fix `translate` field name confusion by PerchunPak in https://github.com/py-mine/mcstatus/pull/608
* Fix poetry-dynamic-versioning for PEP 517 builds by tjni in https://github.com/py-mine/mcstatus/pull/609

New Contributors
* DAMcraft made their first contribution in https://github.com/py-mine/mcstatus/pull/576
* tjni made their first contribution in https://github.com/py-mine/mcstatus/pull/609

**Full Changelog**: https://github.com/py-mine/mcstatus/compare/v11.0.0...v11.0.1

11.0.0

Major Changes
Thanks to significant contributions from the community, mcstatus has a major release with substantial documentation improvements. Major thanks to PerchunPak, ItsDrike, people who provided feedback, and anyone else mentioned below! Check out the stable docs here https://mcstatus.readthedocs.io/en/stable/

What's Changed

* Move zeros in the packet to follow documentation update DAMcraft https://github.com/py-mine/mcstatus/pull/576
* Adjust deprecation dates by kevinkjt2000 in https://github.com/py-mine/mcstatus/pull/531
* Remove dead code from complex testing system by PerchunPak in https://github.com/py-mine/mcstatus/pull/535
* Test JavaStatusResponse.raw too by PerchunPak in https://github.com/py-mine/mcstatus/pull/537
* Ignore exceptions on socket close by PerchunPak in https://github.com/py-mine/mcstatus/pull/540
* Update and unpin some dependencies by PerchunPak in https://github.com/py-mine/mcstatus/pull/550
* Mark `MCServer` as Public API by PerchunPak in https://github.com/py-mine/mcstatus/pull/455
* Ignore all .coverage files by kevinkjt2000 in https://github.com/py-mine/mcstatus/pull/452
* Add `pytest-rerunfailures` by PerchunPak in https://github.com/py-mine/mcstatus/pull/461
* Rework docstrings to the Sphinx style by PerchunPak in https://github.com/py-mine/mcstatus/pull/458
* Rewrite answer objects by PerchunPak in https://github.com/py-mine/mcstatus/pull/306
* Sphinx docs by PerchunPak in https://github.com/py-mine/mcstatus/pull/477
* Fix documentation by PerchunPak in https://github.com/py-mine/mcstatus/pull/484
* Use faster ItsDrike/setup-poetry in favor of HassanAbouelela/actions/setup-python by ItsDrike in https://github.com/py-mine/mcstatus/pull/487
* Add FAQ to docs by PerchunPak in https://github.com/py-mine/mcstatus/pull/504
* Fix typo with old attributes' names in README by PerchunPak in https://github.com/py-mine/mcstatus/pull/514
* Deprecate `favicon` attribute properly by PerchunPak in https://github.com/py-mine/mcstatus/pull/513
* Raise better error if server doesn't return a full answer by PerchunPak in https://github.com/py-mine/mcstatus/pull/512
* Remove the type validation system in status responses by PerchunPak in https://github.com/py-mine/mcstatus/pull/515
* Add example "Using platform-specific attribute on multi-platform status" by PerchunPak in https://github.com/py-mine/mcstatus/pull/505
* Use `increase-if-necessary` strategy for dependabot by PerchunPak in https://github.com/py-mine/mcstatus/pull/522
* Rewrite MOTD parser by PerchunPak in https://github.com/py-mine/mcstatus/pull/335

11.0.0rc3

What's Changed
* Only package bumps from dependabot oops :facepalm:


**Full Changelog**: https://github.com/py-mine/mcstatus/compare/v11.0.0-rc2...v11.0.0-rc3

11.0.0rc2

What's Changed
* Adjust deprecation dates by kevinkjt2000 in https://github.com/py-mine/mcstatus/pull/531
* Remove dead code from complex testing system by PerchunPak in https://github.com/py-mine/mcstatus/pull/535
* Test `JavaStatusResponse.raw` too by PerchunPak in https://github.com/py-mine/mcstatus/pull/537
* Ignore exceptions on socket close by PerchunPak in https://github.com/py-mine/mcstatus/pull/540
* Update and unpin some dependencies by PerchunPak in https://github.com/py-mine/mcstatus/pull/550


**Full Changelog**: https://github.com/py-mine/mcstatus/compare/v11.0.0-rc1...v11.0.0-rc2

Page 1 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.