Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

Releases: amazon-ion/ion-dotnet

v1.3.3

20 Jun 19:00

Choose a tag to compare

What's Changed

  • Update release workflow to get raw output from jq and add more debug info by @tgregg in #162

Full Changelog: v1.3.2...v1.3.3

v1.3.4

20 Jun 19:16

Choose a tag to compare

What's Changed

Full Changelog: v1.3.3...v.1.3.4

v1.3.2

18 Jun 21:03

Choose a tag to compare

What's Changed

  • Fixes infinite loop bugs in text parsing of lobs and strings. by @tgregg in #160

Full Changelog: v1.3.1...v1.3.2

v1.3.1

05 Feb 21:37
9d416b5

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.3.1

v1.3.0

13 Nov 23:15

Choose a tag to compare

What's Changed

Full Changelog: v1.2.3...v1.3.0

v1.2.3

28 Dec 00:29

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.2...v1.2.3

v1.2.2

08 Feb 00:54

Choose a tag to compare

What's Changed

New Contributors

Note—a v1.2.1 release was started but not published. These release notes include all changes from v1.2.1 and v1.2.2.

Full Changelog: v1.2.0...v1.2.2

v1.2.0

05 Nov 19:08
459e3a5

Choose a tag to compare

Changes:

  • Fixes a JSON down converter invalid decimal issue.

v1.1.0

24 Nov 19:50
11b71bf

Choose a tag to compare

Changes:

v1.0.0

03 Jun 21:34

Choose a tag to compare

Changes:

  • Improved annotation-related APIs (#77, #88, #97). Breaking change: IIonReader.GetTypeAnnotations() now returns string[]. The new IIonReader.GetTypeAnnotationSymbols() API provides the same functionality that IIonReader.GetTypeAnnotations() previously provided.
  • Started raising an error when encountering incomplete UTF-8 sequences in seekable streams (#47).
  • Fixed bugs related to writing and reading Timestamps (#100).
  • Added support for reading local symbol table append syntax (#102).
  • Added code style and quality checks (#105) and enabled StyleCop on build (#106).
  • Removed the Serialization and Bench subprojects (#107).
  • Standardized target frameworks on netstandard2.0 for all platforms (#109).
  • Implemented the Disposable pattern in readers and writers (#111).
  • Started raising an error when attempting to write an out-of-range symbol ID (#112).
  • Various minor bugfixes and cleanups (#90, #103, #110, #114, #116, #118).

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