Skip to content
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

Bump mongodb-crypt from 1.7.3 to 1.8.0 #34503

Merged
merged 1 commit into from
Jul 4, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 3, 2023

Bumps mongodb-crypt from 1.7.3 to 1.8.0.

Release notes

Sourced from mongodb-crypt's releases.

1.8.0 release

This release adds stable support of the Queryable Encryption (QE) feature for the "Indexed" and "Unindexed" algorithms.

1.8.0-alpha1 release

This release makes backwards breaking changes to Queryable Encryption (QE) behavior added in the 1.8.0-alpha0 release:

  • Do not apply default to min/max values for int/long/date.
  • Enable the QEv2 protocol by default. Remove function to enable QEv2.

1.8.0-alpha0 release

Improvements

  • Support Queryable Encryption v2 protocol.

1.7.4 release

Fixed

  • Fix build on macOS Ventura.
Changelog

Sourced from mongodb-crypt's changelog.

1.8.0

This release adds stable support of the Queryable Encryption (QE) feature for the "Indexed" and "Unindexed" algorithms.

1.8.0-alpha1

This release makes backwards breaking changes to Queryable Encryption (QE) behavior added in the 1.8.0-alpha0 release:

  • Do not apply default to min/max values for int/long/date.
  • Enable the QEv2 protocol by default. Remove function to enable QEv2.

1.8.0-alpha0

Improvements

  • Support Queryable Encryption v2 protocol.

1.7.2

Improvements

  • Add toggle for Decimal128 Range Support.

Fixed

  • Fix i686 (32-bit) build.
  • Fix 32-bit ARM build.

1.7.1

Improvements

  • Vendor Intel DFP library and allow using system DFP.

Fixed

  • Fix possible abort on base64 decode error of KMS messages.
  • Fix ILP32-target builds.
  • Fix LTO build.
  • Fix IntelDFP to not require Git.

1.7.0

New Features

  • Add encryptExpression helper
  • Support for range index. NOTE: The Range algorithm is experimental only. It is not intended for public use.

1.7.0-alpha2

New Features

  • Support range index for decimal128. NOTE: The Range algorithm is experimental only. It is not intended for public use.

1.7.0-alpha1

New Features

  • Add encryptExpression helper

1.7.0-alpha0

New Features

  • Support range index for int32, int64, double, and date. NOTE: The Range algorithm is experimental only. It is not intended for public use.

1.6.2

Fixed

  • Fix build on FreeBSD.
  • Set context error state during KMS provider validation.

1.6.1

Fixed

  • Fix libbson dependency in pkg-config for PPA.

1.6.0

New Features

  • Support accessToken to authenticate with Azure.

Fixed

  • Use correct schema when collMod command includes validator.$jsonSchema.

1.6.0-alpha0

... (truncated)

Commits
  • 85bc65d update Linux package instructions for 1.8
  • 4decbf0 update CHANGELOG for 1.8.0
  • af95177 PYTHON-3707 Drop support for Python 2.7, 3.4, 3.5, and 3.6 (#642)
  • 792beee MONGOCRYPT-576 Include the error from mcr_dll_open in hard error (#638)
  • 1525897 Fix Race Condition (#637)
  • 268bcfc test(NODE-5238): set min/max range options when required. (#636)
  • aa145ad MONGOCRYPT-575 add missing BSON_ASSERT_PARAM (#635)
  • c9e44e7 fix(NODE-4896): do not pass explicit session into state machine helpers (#632)
  • 5c53478 Fix build for FreeBSD (#625)
  • ec15461 Improve bson_t initialization behavior (#629)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Bumps [mongodb-crypt](https://github.com/mongodb/libmongocrypt) from 1.7.3 to 1.8.0.
- [Release notes](https://github.com/mongodb/libmongocrypt/releases)
- [Changelog](https://github.com/mongodb/libmongocrypt/blob/master/CHANGELOG.md)
- [Commits](mongodb/libmongocrypt@1.7.3...1.8.0)

---
updated-dependencies:
- dependency-name: org.mongodb:mongodb-crypt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the area/dependencies Pull requests that update a dependency file label Jul 3, 2023
@quarkus-bot
Copy link

quarkus-bot bot commented Jul 4, 2023

Failing Jobs - Building 0753430

Status Name Step Failures Logs Raw logs
JVM Tests - JDK 11 Build Failures Logs Raw logs
✔️ JVM Tests - JDK 17
✔️ JVM Tests - JDK 19
✔️ Maven Tests - JDK 11
Maven Tests - JDK 11 Windows Build ⚠️ Check → Logs Raw logs

Failures

⚙️ JVM Tests - JDK 11 #

- Failing: extensions/reactive-pg-client/deployment 
! Skipped: extensions/hibernate-reactive/deployment extensions/panache/hibernate-reactive-panache-common/deployment extensions/panache/hibernate-reactive-panache-kotlin/deployment and 14 more

📦 extensions/reactive-pg-client/deployment

Failed to execute goal org.codehaus.mojo:exec-maven-plugin:3.0.0:exec (docker-prune) on project quarkus-reactive-pg-client-deployment: Command execution failed.

Copy link
Contributor

@loicmathieu loicmathieu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@cescoffier cescoffier merged commit f92ac9a into main Jul 4, 2023
@quarkus-bot quarkus-bot bot added this to the 3.3 - main milestone Jul 4, 2023
@dependabot dependabot bot deleted the dependabot/maven/org.mongodb-mongodb-crypt-1.8.0 branch July 4, 2023 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependencies Pull requests that update a dependency file area/mongodb kind/component-upgrade
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants