Skip to content

Releases: amazon-ion/ion-hash-go

v1.2.0

05 Sep 16:14
Compare
Choose a tag to compare

What's Changed

  • Adds CodeQL Analysis by @popematt in #74
  • build(deps): bump golang.org/x/sys from 0.0.0-20200805065543-0cf7623e9dbd to 0.1.0 by @dependabot in #76
  • build(deps): bump golang.org/x/crypto from 0.0.0-20200728195943-123391ffb6de to 0.1.0 by @dependabot in #75
  • Update Go and GH Action versions by @nirosys in #77
  • build(deps): bump gopkg.in/yaml.v3 from 3.0.0-20200615113413-eeeca48fe776 to 3.0.0 by @dependabot in #78

New Contributors

Full Changelog: v1.1.2...v1.2.0

v1.1.2

13 Jul 20:03
f2d73fe
Compare
Choose a tag to compare

v1.1.1

10 Jun 23:32
5335245
Compare
Choose a tag to compare

v1.1.0

09 Dec 15:30
7954804
Compare
Choose a tag to compare
  • Updated ion-go to v1.1.0.
  • #68: SymbolToken write support

v1.0.1

16 Oct 20:24
de5f96d
Compare
Choose a tag to compare
  • ion-go dependency version bumped to v1.0.1.

v1.0.0

30 Sep 19:53
f823e31
Compare
Choose a tag to compare

Moving RC to 1.0.0 release

v1.0.0-rc

16 Sep 22:37
0e7eecb
Compare
Choose a tag to compare
v1.0.0-rc Pre-release
Pre-release
prep v1.0.0-rc candidate (#66)

v0.1.0-beta

05 Aug 20:39
89381f2
Compare
Choose a tag to compare
v0.1.0-beta Pre-release
Pre-release

Beta release.

  • Documentation
    • README updates
    • API documentation

Full list of commits: v0.1.0-alpha...89381f2

v0.1.0-alpha

31 Jul 21:43
2997b05
Compare
Choose a tag to compare
v0.1.0-alpha Pre-release
Pre-release

Alpha released for intergration purposes

Feature Text Binary Exceptions
null YES YES none
bool YES YES none
int YES YES underscore, binary nums, hex…
float YES YES underscore, NaN, infs, -0
decimal YES YES -0
timestamp YES YES beyond nano seconds
string YES YES none
symbol YES YES $0, SIDs
blob YES YES none
clob YES YES none
struct YES YES none
list YES YES none
sexp NO NO maybe NO
annotations YES YES none

See commented out tests in https://github.com/amzn/ion-hash-go/blob/2997b057c62441d05dc984d444e1c769b43cfce2/ion_hash_tests.ion#L105