Skip to content

Update dependency mcstatus to v13#32

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/mcstatus-13.x
Open

Update dependency mcstatus to v13#32
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/mcstatus-13.x

Conversation

@renovate
Copy link

@renovate renovate bot commented Mar 5, 2026

This PR contains the following updates:

Package Change Age Confidence
mcstatus ==9.0.3==13.0.0 age confidence

Release Notes

py-mine/mcstatus (mcstatus)

v13.0.0

Compare Source

Breaking Changes

  • Restructure the project & public API clarification from code by @​ItsDrike in #​1103
    • This changes a lot of file paths and class names within mcstatus, you might see deprecation warnings if importing certain objects from the old paths.
    • We also better clarify what is and what is not a part of the public API, no deprecations will be provided for things that we do not consider as public API, so you might face full import errors if you were using these, they will now live under _ prefixed symbols.
    • Specifically:
      • mcstatus.status_response -> mcstatus.responses (which is also further divided into submodules, but you can import from mcstatus.responses directly too through re-exports)
      • mcstatus.forge_data -> mcstatus.responses.forge (or the re-exports in mcstatus.responses)
      • mcstatus.bedrock_status, mcstatus.pinger, mcstatus.legacy_status, mcstatus.querier -> considered private API
      • mcstatus.protocol, mcstatus.address, mcstatus.dns -> considered private API
      • mcstatus.motd.transformers, mcstatus.motd.simplifies -> considered private API
      • The typed dict definitions in mcstatus.status_response and mcstatus.forge_data -> considered private API
  • CLI: use StatusResponse.as_dict() in JSON command by @​PerchunPak in #​1102
    • This changes the JSON output of mcstatus CLI in an incompatible way, people relying on certain field names / value types might face breakages. The breaking changes only affect query responses.
    • The following has changed specifically in the query response JSON:
      • The map key was renamed to map_name
      • The port value is now a JSON number type, not a string
      • New fields: motd, game_id, game_type, players, and software were added

Features / Improvements

Other changes

New Contributors

Full Changelog: py-mine/mcstatus@v12.2.1...v13.0.0

v12.2.1

Compare Source

What's Changed

Internal changes

Full Changelog: py-mine/mcstatus@v12.2.0...v12.2.1

v12.2.0

Compare Source

What's Changed

Internal changes

New Contributors

Full Changelog: py-mine/mcstatus@v12.1.0...v12.2.0

v12.1.0

Compare Source

What's Changed

Internal changes

New Contributors

Full Changelog: py-mine/mcstatus@v12.0.6...v12.1.0

v12.0.6

Compare Source

What's Changed

New Contributors

Full Changelog: py-mine/mcstatus@v12.0.5...v12.0.6

v12.0.5

Compare Source

What's Changed

Internal changes

New Contributors

Full Changelog: py-mine/mcstatus@v12.0.4...v12.0.5

v12.0.4

Compare Source

What's Changed

Nothing changed; this was pushed by mistake

Internal changes

Full Changelog: py-mine/mcstatus@v12.0.3...v12.0.4

v12.0.3

Compare Source

What's Changed

New Contributors

Full Changelog: py-mine/mcstatus@v12.0.2...v12.0.3

v12.0.2

Compare Source

What's Changed

Full Changelog: py-mine/mcstatus@v12.0.1...v12.0.2

v12.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: py-mine/mcstatus@v12.0.0...v12.0.1

v12.0.0

Compare Source

Breaking changes

New features

Bug fixes

Small improvements

This excludes a lot of improvements to the internal developing process.

New Contributors

Full Changelog: py-mine/mcstatus@v11.1.1...v12.0.0

v11.1.1

Compare Source

What's Changed

Fixed
Internal

Full Changelog: py-mine/mcstatus@v11.1.0...v11.1.1

v11.1.0

Compare Source

What's Changed

Added
Changed
  • Raise warning when resolving localhost IP on MacOS by @​PerchunPak in #​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 #​638
Internal

New Contributors

Full Changelog: py-mine/mcstatus@v11.0.1...v11.1.0

v11.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: py-mine/mcstatus@v11.0.0...v11.0.1

v11.0.0

Compare Source

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

v10.0.3

Compare Source

Full Changelog: py-mine/mcstatus@v10.0.2...v10.0.3

v10.0.2

Compare Source

What's Changed

New Contributors

Full Changelog: py-mine/mcstatus@v10.0.1...v10.0.2

v10.0.1

Compare Source

What's Changed

Full Changelog: py-mine/mcstatus@v10.0.0...v10.0.1

v10.0.0

Compare Source

What's Changed

Breaking Changes
Non-breaking Changes
Development/Internal Changes

Full Changelog: py-mine/mcstatus@v9.4.2...v10.0.0

v9.4.2

Compare Source

What's Changed

Full Changelog: py-mine/mcstatus@v9.4.1...v9.4.2

v9.4.1

Compare Source

What's Changed

New Contributors

Full Changelog: py-mine/mcstatus@v9.4.0...v9.4.1

v9.4.0

Compare Source

What's Changed

  • Rewrite CLI part with stdlib module argparse by @​PerchunPak in #​376
  • click dependency is no longer required

Full Changelog: py-mine/mcstatus@v9.3.1...v9.4.0

v9.3.1

Compare Source

What's Changed

Full Changelog: py-mine/mcstatus@v9.3.0...v9.3.1

v9.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: py-mine/mcstatus@v9.2.0...v9.3.0

v9.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: py-mine/mcstatus@v9.1.0...v9.2.0

v9.0.4

Compare Source

What's Changed

Full Changelog: py-mine/mcstatus@v9.0.3...v9.0.4


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants