Skip to content

Releases: amazon-ion/ion-hash-python

Release 1.2.1

10 Sep 19:14
e09a15a
Compare
Choose a tag to compare
  • Adds a faster implementation of _IonNature.ion_hash (#22)
  • Precomputes several commonly used byte arrays (#23)
  • Adds details to the README's setup instructions (#25)

Full list of changes: v1.2.0...v1.2.1

This package is available at PyPI.

Release 1.2.0

10 Aug 19:10
79d028c
Compare
Choose a tag to compare
  • Added ion-hash command-line tool
  • Fixed hasher symbol serialization to allow for non-symboltokens

Full list of changes: v1.1.0...v1.2.0

This package is available at PyPI.

Release 1.1.0

22 Oct 19:27
3b0fdbb
Compare
Choose a tag to compare
  • Added support for hashing timestamps with arbitrary precision
  • Updated amazon.ion dependency to require version >=0.5

Full list of changes: v1.0.1...v1.1.0

This package is available at PyPI.

Release 1.0.1

16 Jul 22:03
Compare
Choose a tag to compare
  • adds amazon.ion-0.4.0 as an setup/installation requirement
  • minor fix to example code in README.md

Full list of changes: v1.0.0...v1.0.1

This package is available at PyPI.

Release 1.0.0

16 Jul 21:59
Compare
Choose a tag to compare

This release is a complete implementation of the Ion Hash Specification. In addition to low-level hash_reader/hash_writer APIs, it adds an ion_hash() method to all simpleion objects.

This package is available at PyPI.