This version doesn't contain any major changes but drops support for Python 2 altogether.
1.0.2
-----
**A release with critical security fix.** All since 0.99 (inclusively) are compromised and should be never used again.
1.0
Not secure
---
A release with no significant changes from 0.99
0.99
Not secure
----
This is a test release before 1.0. The reference library for Ed25519 cryptography has been dropped and replaced with `pynacl`_ which is a wrapper over `libsodium`_, the industry standard lightning-fast C library.
There are no backward-incompatible changes in the API. The aim is to have the software tested thoroughly before the first stable release.
The hashing library ``sha3`` has been replaced by ``pycryptodomex`` which is a more actively maintained project. However, the code still may work with the old ``sha3`` module. Just ignore the new dependency and run as usual.
0.8
Not secure
---
Backward-incompatible changes:
1. The ``monero.prio`` submodule has been removed. Switch to ``monero.const``. 2. Methods ``.is_mainnet()``, ``.is_testnet()``, ``.is_stagenet()`` have been removed from ``monero.address.Address`` instances. Use ``.net`` attribute instead.