News
Ion Hash .NET 1.1.1 Released
31 May 2022
This release replaces Amazon.IonDotnet version reference with wildcard 1.*
The Amazon.IonHashDotnet package is available via NuGet.
Release Notes | Ion Hash .NET |
Ion Hash Python 1.2.1 Released
10 September 2021
This release adds a faster implementation of _IonNature.ion_hash, precomputes several commonly used byte arrays, and adds details to the README’s setup instructions.
This package is available at PyPI.
Release Notes | Ion Hash Python |
Ion Hash Go 1.1.2 Released
13 July 2021
This release updates ion-go to v1.1.3.
The ion-hash-go package is available via GitHub.
Release Notes | Ion Hash Go |
Ion Hash Go 1.0 Released
30 September 2020
This release provides full support for hashing all Ion values.
The ion-hash-go package is available via GitHub.
Release Notes | Ion Hash Go |
Ion Hash .NET 1.0 Released
04 June 2020
This release provides full support for hashing all Ion values.
The Amazon.IonHashDotnet package is available via NuGet.
Release Notes | Ion Hash .NET |
Ion Hash JS 2.0 Released
31 March 2020
This release introduces a simple API for calculating an Ion hash of any value, including native JavaScript types as well as instances of ion-js 4.0’s dom.Value
class.
Release Notes | Ion Hash JS |
Ion Hash JS 1.0.2 Released
05 November 2019
This release is a complete implementation of the Ion Hash Specification for JavaScript, and provides hashing decorators of ion-js’s Reader and Writer interfaces.
This package is available via NPM.
Ion Hash JS |
Ion Hash Python 1.1.0 Released
22 October 2019
This release adds support for hashing timestamps with arbitrary precision.
This package is available at PyPI.
Ion Hash Python |
Ion Hash Python 1.0.1 Released
16 July 2019
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 ion-python simpleion objects.
This package is available at PyPI.
Ion Hash Python |
Ion Hash Specification 1.0 Released
23 May 2019
This new specification defines a hash algorithm for Ion values.
Ion Hash Specification |
Ion Hash Java Open Sourced
23 May 2019
A reference implementation of the Ion Hash specification is now available as open source software.
Ion Hash Reference Implementation |