Skip to content

Releases: MoeraOrg/python-moeralib

Python Moera library 0.15.5

28 Aug 23:12
Compare
Choose a tag to compare
  • 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 MoeraCarteSource constructor.

Python Moera library 0.15.4

25 Jun 21:10
Compare
Choose a tag to compare
  • Cryptography and fingerprint utilities added (see documentation for details).

  • URL-encoding/decoding node names in universal URLs.

  • Added MoeraNamingApiError exception for errors returned by Naming API calls.

  • Pass keys and signatures as bytes in MoeraNaming.put().

Python Moera library 0.15.3

05 Jun 02:07
Compare
Choose a tag to compare
  • 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

19 May 04:14
Compare
Choose a tag to compare

Python Moera library 0.15.1

17 Mar 03:26
Compare
Choose a tag to compare
  • Various bugfixes.

Python Moera library 0.15.0

17 Mar 00:10
Compare
Choose a tag to compare
  • Updated API.
  • Added moeralib.universal_location module for manipulating Moera universal URLs.

Python Moera library 0.14.5

27 Jan 23:39
Compare
Choose a tag to compare
  • Fixed delete_draft() call.
  • Optional digest field in postings and comments.

Python Moera library 0.14.4

02 Nov 03:39
Compare
Choose a tag to compare
  • Fixed conversion of lists to JSON.

Python Moera library 0.14.3

02 Nov 00:47
Compare
Choose a tag to compare
  • Fixed incorrect implementation of _or_default properties in operations classes.
  • Fixed handling of List[Structure] | None type in structures.

Python Moera library 0.14.2

30 Oct 17:52
Compare
Choose a tag to compare
  • In structures, use a constructor for constructing the structure from properties, and from_json() method for constructing it from JSON.
  • Properties in operations returning default values instead of None.