Releases: amazon-ion/ion-hash-go
Releases · amazon-ion/ion-hash-go
v1.2.0
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
- @popematt made their first contribution in #74
- @dependabot made their first contribution in #76
- @nirosys made their first contribution in #77
Full Changelog: v1.1.2...v1.2.0
v1.1.2
v1.1.1
v1.1.0
v1.0.1
v1.0.0
v1.0.0-rc
v0.1.0-beta
Beta release.
- Documentation
- README updates
- API documentation
Full list of commits: v0.1.0-alpha...89381f2
v0.1.0-alpha
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