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-client-encryption from 1.2.7 to 2.9.0 #339

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

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps mongodb-client-encryption from 1.2.7 to 2.9.0.

Release notes

Sourced from mongodb-client-encryption's releases.

node-v2.9.0

The MongoDB Node.js team is pleased to announce version 2.9.0 of the mongodb-client-encryption package!

Release Highlights

Deprecations!

This release contains important deprecations in the mongodb-client-encryption library.

Callbacks overloads of async functions are deprecated

In the [email protected] release, we dropped support for callback overloads of our public API. Following the same pattern, all overloads of async functions that take callbacks in mongodb-client-encryption are now deprecated and will be removed in the next major release.

Internal Restructuring

The next major version of mongodb-client-encryption will move most of the internals of this library (and some public APIs) into the mongodb package. Currently, mongodb is required to use the mongodb-client-encryption, so users already have both packages installed when consuming the mongodb-client-encryption package. Existing code will need import paths updated to from mongodb instead of mongodb-client-encryption but other usage should remain unaffected.

Documentation

We invite you to try the mongodb-client-encryption library immediately, and report any issues to the NODE project.

node-v2.8.0

The MongoDB Node.js team is pleased to announce version 2.8.0 of the mongodb-client-encryption package!

Release Highlights

Breaking Queryable Encryption Protocol Change

This version of mongodb-client-encryption includes libmongocrypt 1.8.0, which contains a breaking change to Queryable Encryption. Version 2.8.0+ of mongodb-client-encryption's implementation of Queryable Encryption will not be compatible with server versions < 7.0. Existing versions of mongodb-client-encryption are unaffected, and all other functionality of mongodb-client-encryption remains compatible with server versions < 7.0.

Documentation

We invite you to try the mongodb-client-encryption library immediately, and report any issues to the NODE project.

node-v2.8.0-alpha.1

No release notes provided.

node-v2.8.0-alpha.0

The MongoDB Node.js team is pleased to announce version 2.8.0-alpha.0 of the mongodb-client-encryption package!

Release Highlights

  • Updates to 1.8.0-alpha.0 of libmongocrypt
  • NODE-5074: Enables Queryable Encryption v2 in the bindings.

Documentation

We invite you to try the mongodb-client-encryption library immediately, and report any issues to the NODE project.

... (truncated)

Changelog

Sourced from mongodb-client-encryption's changelog.

2.9.0 (2023-07-12)

2.8.0 (2023-05-11)

2.8.0-alpha.1 (2023-04-27)

2.8.0-alpha.0 (2023-04-04)

2.7.1 (2023-03-20)

2.7.0 (2023-03-20)

2.7.0-alpha.0 (2023-03-14)

2.6.0 (2023-02-23)

2.6.0-alpha.0 (2023-02-16)

2.5.0 (2023-02-06)

2.4.0 (2023-01-26)

2.4.0-alpha.2 (2023-01-24)

2.4.0-alpha.1 (2023-01-23)

2.4.0-alpha.0 (2023-01-20)

2.3.0 (2022-10-05)

2.2.1 (2022-09-12)

2.2.0 (2022-08-10)

2.2.0-alpha.6 (2022-07-29)

2.2.0-alpha.6 (2022-07-29)

2.2.0-alpha.5 (2022-07-20)

2.2.0-alpha.5 (2022-07-20)

2.2.0-alpha.4 (2022-07-06)

2.2.0-alpha.3 (2022-06-23)

2.2.0-alpha.2 (2022-06-10)

2.2.0-alpha.1 (2022-06-01)

... (truncated)

Commits
  • 8588825 chore(release): 2.9.0
  • b0c2460 feat(NODE-5431): add node bindings v6 deprecations (#666)
  • 8bfb985 ci(NODE-5331): install npm to node_artifacts directory (#656)
  • c3510e0 test(NODE-5268): use node 20 in ci (#650)
  • c56c703 chore(release): 2.8.0
  • a2f1aa1 docs(NODE-5264): mark QE equality stable (#647)
  • c9f0eab docs(NODE-5261): update readme to mention cryptSharedLibPath and cryptSharedL...
  • 0cd676a chore(NODE-5257): update dependencies (#639)
  • 268bcfc test(NODE-5238): set min/max range options when required. (#636)
  • c9e44e7 fix(NODE-4896): do not pass explicit session into state machine helpers (#632)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by pearsb1, a new releaser for mongodb-client-encryption since your current version.


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)

Bumps [mongodb-client-encryption](https://github.com/mongodb/libmongocrypt/tree/HEAD/bindings/node) from 1.2.7 to 2.9.0.
- [Release notes](https://github.com/mongodb/libmongocrypt/releases)
- [Changelog](https://github.com/mongodb/libmongocrypt/blob/master/bindings/node/CHANGELOG.md)
- [Commits](https://github.com/mongodb/libmongocrypt/commits/node-v2.9.0/bindings/node)

---
updated-dependencies:
- dependency-name: mongodb-client-encryption
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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