Releases: MoeraOrg/python-moeralib
Releases · MoeraOrg/python-moeralib
Python Moera library 0.17.0
- Updated Node API.
Python Moera library 0.16.6
- Updated Node API.
Python Moera library 0.16.5
- Updated Node API.
- Request timeouts for Naming and Node API calls.
Python Moera library 0.16.0
- Updated API.
Python Moera library 0.15.5
- Updated API.
- Added crypto primitives to serialize and restore keys in raw format:
raw_public_key(),raw_to_public_key(),raw_private_key(),raw_to_private_key(). - Added
generate_carte()function for generating cartes using the private signing key. - Added carte parameters to
MoeraCarteSourceconstructor.
Python Moera library 0.15.4
-
Cryptography and fingerprint utilities added (see documentation for details).
-
URL-encoding/decoding node names in universal URLs.
-
Added
MoeraNamingApiErrorexception for errors returned by Naming API calls. -
Pass keys and signatures as
bytesinMoeraNaming.put().
Python Moera library 0.15.3
- Updated API.
- Make schema validator to prune properties that are not present in the schema instead of failing validation.
Python Moera library 0.15.2
- Updated API.
Python Moera library 0.15.1
- Various bugfixes.
Python Moera library 0.15.0
- Updated API.
- Added
moeralib.universal_locationmodule for manipulating Moera universal URLs.