Skip to content

Update amazon-ion requirement from ~=0.9.3 to ~=0.11.2 #330

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
Contributor

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

Updates the requirements on amazon-ion to permit the latest version.

Release notes

Sourced from amazon-ion's releases.

v0.11.2

0.11.2 (2023-11-16)

  • Uses the latest ion-c version to build the C extension. (#299)
  • Changes IonPyObjects' constructor to match their parent classes. (#298)
  • Adds common examples for the simpleion load/dump APIs. (#294)
  • Add support for large decimals with >34 digits. (#293)
Changelog

Sourced from amazon-ion's changelog.

0.11.2 (2023-11-16)

  • Uses the latest ion-c version to build the C extension. (#299)
  • Changes IonPyObjects' constructor to match their parent classes. (#298)
  • Adds common examples for the simpleion load/dump APIs. (#294)
  • Add support for large decimals with >34 digits. (#293)

0.11.1 (2023-10-09)

  • Drops the support for Python versions older than 3.8.

0.11.0 (2023-10-09)

  • Refactors the benchmark tool
  • Uses specific ion-c version to build ion-python C extension. (#250)
  • Adds the simpleEnum class back for backward compatibility. (#246)
  • Fixes a bug regarding seeking to previous position instead of 0 after reading IVM
  • Replaces Usages of record with NamedTuple (#262)
  • Defines IonPyBool as Distinct Type (#258)
  • Fixes repr of Empty Struct (#259)
  • Adds a CI/CD workflow to detect performance regression. (#264)
  • Improves the deserialization speed by reducing object initialization overhead. (#284)
  • Avoids unnecessary method invocations in IonPyDict's add_item method. (#290)

0.10.0 (2023-02-13)

  • Drops Python 2 support.
  • Adds a benchmark tool with essential options. (#228)
  • Adds support for multi-options execution for benchmark CLI. (#235)
  • Adds two tests to the skip list for pypy compatibility. (#231)
  • Adds support for flexible symbol buffer threshold. (#238)

0.9.3 (2022-08-18)

  • Fixes a timestamp precision check issue. (#211)
  • Changes bytes read size to avoid unicode/UTF-8 conversion issue. (#216)
  • Adds compile args for C extension setup. (#206)
  • Updates C extension document.

0.9.2 (2022-05-5)

  • Adds required dependency (#197)
  • Adds an installation guide in readme (#195)

0.9.1 (2022-01-31)

  • Fixes distribution issues to enable C extension by default.

0.9.0 (2021-12-10)

  • Adds a C extension to speed up simpleion module. (#181)

0.8.0 (2021-12-07)

  • Makes build/CI work with Python 3.9. (#152)
  • Sets the default ion_type when an IonPy* is constructed. (#173)
  • Adds friendlier debugging for IonPyDict. (#144)
  • Adds detailed error messages for missing ion_type. (#138)
  • Adds support of empty string field_name. (#141)

... (truncated)

Commits
  • 02b40d9 Bumps version to 0.11.2. (#303)
  • c753cc7 Warn on ImportError when importing ionc (#302)
  • 832909b Uses the latest ion-c version to build the C extension (#299)
  • 73bb378 Changes IonPyObjects' constructor to match their parent classes. (#298)
  • 6e10df3 Adds common examples for the simpleion load/dump APIs (#294)
  • fcffdef Add support for large decimals with >34 digits. (#293)
  • c0fd0e8 Bumps version to 0.11.1. (#292)
  • 1d1c3f4 Bumps version to 0.11.0. (#291)
  • ebd969c Avoids unnecessary method invocations in IonPyDict's add_item method. (#290)
  • 7a201c0 Improves the deserialization speed by reducing object initialization overhead...
  • Additional commits viewable in compare view

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)

Updates the requirements on [amazon-ion](https://github.com/amazon-ion/ion-python) to permit the latest version.
- [Release notes](https://github.com/amazon-ion/ion-python/releases)
- [Changelog](https://github.com/amazon-ion/ion-python/blob/master/CHANGES.md)
- [Commits](amazon-ion/ion-python@v0.9.3...v0.11.2)

---
updated-dependencies:
- dependency-name: amazon-ion
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 21, 2023
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