Skip to content

v0.4.0

Compare
Choose a tag to compare
@py-mine-ci-bot py-mine-ci-bot released this 11 Jun 18:36
· 278 commits to main since this release
v0.4.0
cc16a90

Breaking Changes

  • #41: Rename mcproto.packets.abc to mcproto.packets.packet
  • #116: Restructure the project, moving to a single protocol version model
    • This change does NOT have a deprecation period, and will very likely break most existing code-bases. However this change is necessary, as multi-version support was unsustainable (see issue #45 for more details)
    • Any packets and types will no longer be present in versioned folders (mcproto.packets.v757.xxx), but rather be directly in the parent directory (mcproto.packets.xxx).
    • This change doesn't affect manual communication with the server, connection, and basic IO writers/readers remain the same.