Releases: amazon-ion/ion-hash-python
Releases · amazon-ion/ion-hash-python
Release 1.2.1
- 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
- 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
- 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
- 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
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.