Skip to content

Releases: amazon-ion/ion-hash-dotnet

v1.1.1

31 May 23:22
59614dd
Compare
Choose a tag to compare

Changes

  • Replace Amazon.IonDotnet version reference with wildcard 1.*

v1.0.0

04 Jun 22:47
07bdad5
Compare
Choose a tag to compare

This release provides full support for hashing all Ion values.

Changes

  • Now depends on ion-dotnet v1.0.0
  • IIonHashReader inherits breaking interface changes to IIonReader made in ion-dotnet v1.0.0. Specifically: GetTypeAnnotations() now returns string[]. The new GetTypeAnnotationSymbols() API provides the same functionality that GetTypeAnnotations() previously provided.
  • Adds API documentation (#37)

Bug Fixes

  • Removes logic that was causing annotations to be duplicated during hashing (#28)

Associated milestone: M2

Full list of commits: v0.9.0-beta...v1.0.0

v0.9.0-beta

19 Mar 00:07
6d19212
Compare
Choose a tag to compare
v0.9.0-beta Pre-release
Pre-release

Initial pre-release which provides readers and writers to compute hashes over Ion data.

The following are known limitations and are not supported:

  • float values
  • timestamp values
  • decimals with a -0 coefficient
  • SID0 ($0) used as a symbol, field name, or annotation

Full list of commits: e293a59...v0.9.0-beta