Skip to content

Bump ion-java from 1.2.0 to 1.5.1 #31

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 16, 2021

Bumps ion-java from 1.2.0 to 1.5.1.

Release notes

Sourced from ion-java's releases.

com.amazon.ion Release v1.5.1

  • Fixes a bug in IonReaderBinaryRawX that caused the reader to prematurely finish reading large streams in certain cases.
  • Add IonSystem#singleValue(byte[], int, int)
  • Manually specify the trusty distro for travis builds

software.amazon.ion Release v1.5.1

Legacy software.amazon.ion groupId release of https://github.com/amzn/ion-java/releases/tag/com_amazon_ion_v1.5.1

com.amazon.ion Release v1.5.0

  • Fixed a bug in IonReader.getTypeAnnotations when used with text data that contains a symbol table (#237).
  • Made the messages of certain IllegalStateExceptions more descriptive (#238).
  • Added an Equivalence option to specify an epsilon to use when comparing Ion float values (#243).
  • Reduced memory allocations and garbage collections required when stepping in and out of containers in the binary writer, resulting in a speedup (5%), heap size reduction (4%), GC count reduction (56%), GC time reduction (13%), and Eden Space churn reduction (71%) when writing a sample of container-heavy test data (#244).
  • Reduced memory allocations and garbage collections required when setting struct field names in the binary writer, resulting in a speedup (12.6%), reduction in heap usage (17%), and elimination of garbage collections when writing a sample of field-heavy test data (#246).
  • Cached the reference to the current container context in the binary writer to reduce repetitive List lookups, resulting in a speedup (10%) when writing a sample of container-heavy test data (#247).

Full list of commits: com_amazon_ion_v1.4.0...com_amazon_ion_v1.5.0

software.amazon.ion Release v1.5.0

legacy software.amazon.ion groupId release of https://github.com/amzn/ion-java/releases/tag/com_amazon_ion_v1.5.0

com.amazon.ion Release v1.4.0

  • First release using com.amazon.ion as the java package name and groupId
  • Fixed a gzipped related memory leak
  • Performance fix for IonValueLite.clearSymbolIdValues()

Full list of commits: v1.3.1...com_amazon_ion_v1.4.0

software.amazon.ion Release v1.4.0

legacy software.amazon.ion groupId release of https://github.com/amzn/ion-java/releases/tag/com_amazon_ion_v1.4.0

Release 1.3.1

  • Reverts replacing Timestamp internals with Calendar, which increased heap usage required by Timestamp.

Release 1.3.0

  • Various bugfixes.
  • Improves performance when reading streams containing local symbol table appends.
  • Adds support for Java 9, 10, and 11.
Commits
  • 00b62fd Release 1.5.1 (#262)
  • 389241f Fixes a bug in IonReaderBinaryRawX that caused the reader to prematurely fini...
  • 1c6f20e Add IonSystem#singleValue(byte[], int, int) (#257)
  • 157d474 Manually specify the trusty distro
  • 447bd74 Bumps version to 1.5.1-SNAPSHOT.
  • 0873d5c Release 1.5.0
  • 6ef0342 Removes @​Override annotation not allowed by old JDK versions. (#249)
  • 51a5365 Refactors the containers stack into the RecyclingStack class, which caches th...
  • 29176ea Makes IonRawBinaryWriter's currentFieldSid an int primitive instead of an Int...
  • 23b412f Makes IonRawBinaryWriter reuse ContainerInfo objects, reducing allocations an...
  • 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 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 16, 2021
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.

0 participants