Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 7, 2023

Bumps com.amazon.ion:ion-java from 1.9.5 to 1.11.0.

Release notes

Sourced from com.amazon.ion:ion-java's releases.

v1.11.0

What's Changed

  • Optimize ion-java-regression-detection workflow to improve the accuracy. by @​linlin-s in amazon-ion/ion-java#603
  • Swaps out the binary reader for a more performant implementation by @​tgregg in amazon-ion/ion-java#615. This change allows for binary read performance improvements of up to 40%, depending on the size and shape of the data, with no code changes required.
  • Fixes a bug that caused concurrent field access of cloned, read-only structs with more than 5 members to be non-deterministic. by @​tgregg in amazon-ion/ion-java#630

Full Changelog: amazon-ion/ion-java@v1.10.5...v1.11.0

v1.10.5

This release adds several performance improvements for scenarios working with the ion-java DOM (IonValue etc.) and unifies IonValue.toString() representations with the IonTextWriter output

Performance Improvements

  • IonValue.hashCode: up to 57% faster
  • IonValue.clone: up to 41% faster
  • IonStruct.cloneAndRemove: up to 76% faster
  • IonStruct.cloneAndRetain: up to 43% faster
  • IonLoader.load: up to 17% faster
  • IonValue.writeTo: up to 32% faster

What's Changed

Full Changelog: amazon-ion/ion-java@v1.10.4...v1.10.5

v1.10.4

What's Changed

Full Changelog: amazon-ion/ion-java@v1.10.3...v1.10.4

v1.10.3

What's Changed

... (truncated)

Commits
  • aae4100 Prepares v1.11.0 release (#616)
  • b031376 Fixes a bug that prevented early step-out of a container when positioned on a...
  • 8df9b7d Ensures that the binary reader can handle a ByteArrayInputStream that returns...
  • 61d76e0 Handles the case where the binary cursor's InputStream provides fewer bytes t...
  • ab84b08 Makes the binary reader set the encoding version when seeked to a span. (#622)
  • 2963d4b Fixes a bug that caused concurrent field access of cloned, read-only structs ...
  • 9a74c6a Restores the previous binary reader implementation's local symbol table handl...
  • 43296c7 Fix checkout step in regression workflow (#621)
  • f3cf42b Update workflow trigger events. (#617)
  • e92b644 Bump actions/checkout from 4.1.0 to 4.1.1
  • Additional 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)

Bumps [com.amazon.ion:ion-java](https://github.com/amazon-ion/ion-java) from 1.9.5 to 1.11.0.
- [Release notes](https://github.com/amazon-ion/ion-java/releases)
- [Commits](amazon-ion/ion-java@v1.9.5...v1.11.0)

---
updated-dependencies:
- dependency-name: com.amazon.ion:ion-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 7, 2023
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ebb6c20) 87.66% compared to head (cdb3744) 87.66%.
Report is 2 commits behind head on master.

❗ Current head cdb3744 differs from pull request most recent head a11096b. Consider uploading reports for the commit a11096b to get more accurate results

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #213   +/-   ##
=========================================
  Coverage     87.66%   87.66%           
  Complexity      177      177           
=========================================
  Files            23       23           
  Lines           681      681           
  Branches         61       61           
=========================================
  Hits            597      597           
  Misses           63       63           
  Partials         21       21           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant