Skip to content

Bump Amazon.IonDotnet from 0.9.0-beta to 1.3.2#1

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/QuantumVerification/Amazon.IonDotnet-1.3.2
Open

Bump Amazon.IonDotnet from 0.9.0-beta to 1.3.2#1
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/QuantumVerification/Amazon.IonDotnet-1.3.2

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 9, 2025

Updated Amazon.IonDotnet from 0.9.0-beta to 1.3.2.

Release notes

Sourced from Amazon.IonDotnet's releases.

1.3.2

What's Changed

Full Changelog: amazon-ion/ion-dotnet@v1.3.1...v1.3.2

1.3.1

What's Changed

New Contributors

Full Changelog: amazon-ion/ion-dotnet@v1.3.0...v1.3.1

1.3.0

What's Changed

Full Changelog: amazon-ion/ion-dotnet@v1.2.3...v1.3.0

1.2.3

What's Changed

New Contributors

Full Changelog: amazon-ion/ion-dotnet@v1.2.2...v1.2.3

1.2.2

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: amazon-ion/ion-dotnet@v1.2.0...v1.2.2

1.2.0

Changes:

  • Fixes a JSON down converter invalid decimal issue.

1.1.0

Changes:

1.0.0

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: amazon-ion/ion-dotnet@v0.9.0-beta...v1.0.0

0.9.0

This release includes APIs for reading and writing binary and text Ion data. It also includes "tree" APIs for reading, manipulating, and writing Ion data via an in-memory representation of the values.

The following changes have been made since the amzn/ion-dotnet repository was forked from dhhoang/IonDotnet. Note: several of these are API-breaking changes.

  • Changed the namespace from IonDotnet to Amazon.IonDotnet. (#​65)
  • Split the Amazon.IonDotnet.Systems package into Amazon.IonDotnet.Builders and Amazon.IonDotnet.Utils. (#​24)
  • Removed the IValueWriter interface. (#​25)
  • Moved the Amazon.IonDotnet.Conversions package to to Amazon.IonDotnet.Internals.Conversions. (#​26)
  • Added ImportLocation to SymbolToken to enable correct handling of symbols with unknown text. (#​12)
  • Extracted interfaces for the "tree" API, e.g. IIonValue, IIonInt, etc. Made the implementations internal and added a ValueFactory API for constructing IIonValue instances. (#​30)
  • Made IIonValue the super-interface over all types, e.g. IIonInt, IIonBool, etc. This reduces required casting when dealing with IIonValue instances. (#​43, #​45)
  • Added GetField and SetField methods to IIonStruct. (#​44)
  • Added UserTreeReader to enable traversal over "tree" values via the IIonReader API. (#​51)
  • Added IonReaderBuilder to provide a single source of instances of the various IIonReader implementations. (#​51)
  • Made IIonValue scalar types immutable and removed references to parent containers. (#​53)
  • Added the forceFloat64 option to IonBinaryWriterBuilder to enable users to write 64-bit floats even when the value would fit in a 32-bit float with full fidelity.
  • Fixed a bug that caused the RawBinaryWriter to write both lists and s-expressions using the list type ID. (#​59)
  • Various minor bugfixes (#​7, #​8, #​9, #​10, #​11, #​27, #​32, #​40, #​49, #​55, #​56, #​57, #​58)

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

---
updated-dependencies:
- dependency-name: Amazon.IonDotnet
  dependency-version: 1.3.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code labels Oct 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants