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

chore(deps): bump mongodb-client-encryption from 1.2.7 to 2.6.0 #20

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 26, 2023

Bumps mongodb-client-encryption from 1.2.7 to 2.6.0.

Release notes

Sourced from mongodb-client-encryption's releases.

node-v2.6.0

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

Release Highlights

Automatic KMS Credential Fetching with GCP

mongodb-client-encryption now supports automatic credential kms provider refresh when using GCP attached service accounts. To enable this feature, install the gcp-metadata package version ^5.2.0. Then, when choosing kms providers, provide the value of {} for gcp:

{
  gcp: {}
}

When kms credentials are needed, mongodb-client-encryption will use the gcp-metadata package to fetch credentials automatically.

Documentation

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

node-v2.6.0-alpha.0

🚧 Testing Build Only

This alpha build is intended for internal testing only. Adopt at your own risk.

node-v2.5.0 diff node-v2.6.0-alpha.0 (2023-02-16)

node-v2.5.0

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

Release Highlights

This version adds support for a createEncryptedCollection() helper to assist with setting up a collection for queryable encryption. The helper will invoke createDataKey() for any fields missing keyIds in the encryptedFields settings before calling createCollection(). See the method's documentation for more details.

Note: Queryable Encryption is in Public Preview and available for evaluation purposes. Public Preview is not recommended for production deployments as breaking changes may be introduced. To learn more about the Preview please see the Queryable Encryption Preview blog post.

Documentation

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

node-v2.4.0

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

Release Highlights

Fetch AWS KMS credentials using aws/credential-providers

... (truncated)

Changelog

Sourced from mongodb-client-encryption's changelog.

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)

2.2.0-alpha.0 (2022-05-04)

2.1.0 (2022-04-21)

2.0.0 (2022-02-17)

2.0.0-beta.4 (2022-02-09)

2.0.0-beta.3 (2022-01-31)

2.0.0-beta.2 (2021-12-22)

2.0.0-beta.1 (2021-12-21)

... (truncated)

Commits
  • eacd4d9 chore(release): 2.6.0
  • 73302cd chore(release): 2.6.0-alpha.0
  • 50265f8 feat(NODE-5066): add automatic credential usage to TS definitions (#576)
  • 1d89e98 feat(NODE-5049): add support for kms gcp service accounts (#574)
  • 5c00921 feat(NODE-4619): add KMS accessToken to TS definitions (#459)
  • e54af10 fix(NODE-5053): enforce empty map for kmsProvider auto credentials (#565)
  • 77b51c0 chore(release): 2.5.0
  • af84506 chore: Bump http-cache-semantics from 4.1.0 to 4.1.1 in /bindings/node (#559)
  • 613f572 fix(NODE-5041): replace rangeOpts with rangeOptions in Typescript definit...
  • f38c549 feat(NODE-5013): automatically create Queryable Encryption keys (#552)
  • 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.6.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.6.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] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 26, 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