Quarry

Latest version: v1.9.4

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

Scan your dependencies

Page 1 of 5

1.6.2

------

- Added support for Minecraft 1.16.3 (thanks dries007)

1.6.1

------

- Added support for Minecraft 1.16.2 (thanks JLyne)
- Fixed unpacking of ``login_success`` packet in 1.16+ (thanks netux)

1.6

----

- Added support for Minecraft 1.16.1 (thanks dries007)
- Added support for loading profiles in macOS (thanks techkid6)
- Fixed ``server_chat_room`` example ``join_game`` packet fields

1.5.1

------

- Added support for Minecraft 1.15.2

1.5

----

- Added support for Minecraft 1.15 and 1.15.1
- Dropped support for Python 3.4
- Added ``TagRoot.from_body()`` constructor.
- Added ``Message.__repr__()`` method.
- Revised implementation of chunk data

- Added dependency on ``bitstring``
- Added a new ``PackedArray`` class for working with tightly-packed arrays.
This replaces the ``LightArray`` class, and additionally supports
heightmaps and raw block data. This particular implementation ensures
values are contiguous in memory, which speeds up gets/sets at the expense
of a de/serialization process that involves two passes of bitwise
reversals.
- Reworked ``BlockArray`` to use ``PackedArray`` internally.
- Changed the value type of NBT arrays from a ``list`` of ``int`` to a
``PackedArray``. A heuristic is used to determine the value width.
- Revised ``Buffer1_14.un/pack_chunk_section()`` to include arguments for
block/skylight data, for consistency with earlier ``Buffer`` classes.
- Added ``Buffer1_9.un/pack_chunk()`` methods.
- Added ``Buffer1_9.un/pack_chunk_section_array()`` methods.
- Added ``Buffer1_9.pack_chunk_bitmask()`` method.

1.4

----

- Added support for Minecraft 1.14.3 and 1.14.4
- Fixed support for Minecraft 1.7

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.