Skip to content

Releases: amazon-ion/ion-go

v1.0.0-rc

16 Sep 22:28
82c1039
Compare
Choose a tag to compare
v1.0.0-rc Pre-release
Pre-release
cleanup go.sum (#163)

preparation for new release

v0.1.0-beta

05 Aug 18:01
698d352
Compare
Choose a tag to compare
v0.1.0-beta Pre-release
Pre-release

Beta release.

  • Documentation updates
    • README
    • Public APIs
Feature Text Binary Exceptions
null YES YES none
bool YES YES none
int YES YES none
float YES YES NaN, infs, -0
decimal YES YES -0
timestamp YES YES precision up to 9 digits
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
local symbol table for syms and annotations YES YES none
local sym table append NO NO NO
shared sym table NO NO NO

See skip lists:

v0.1.0-alpha...1133cf1

v0.1.0-alpha

31 Jul 21:39
1913ef1
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
local symbol table for syms and annotations YES YES none
local sym table append NO NO NO
shared sym table NO NO NO

See skip lists: