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-js/zstd from 1.2.2 to 2.0.0 #199

Merged
merged 1 commit into from
Dec 21, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 19, 2024

Bumps @mongodb-js/zstd from 1.2.2 to 2.0.0.

Release notes

Sourced from @​mongodb-js/zstd's releases.

v2.0.0

2.0.0 (2024-12-06)

The MongoDB Node.js team is pleased to announce version 2.0.0 of the @mongodb-js/zstd package!

Release Notes

Compatibility with mongodb

[email protected]’s API is identical to [email protected] and will work wherever 1.x is supported. However, the driver’s peer dependency matrix is updated only in [email protected] and usage with versions <=6.12 will produce peer dependency warnings upon installation when using npm.

Support for linux s390x glibc platforms

@​mongodb-js/zstd now publishes a prebuild for Linux s390x platforms with glibc>=2.23.

Minimum Node.js version is now v16.20.1

The minimum supported Node.js version is now v16.20.1. We strive to keep our minimum supported Node.js version in sync with the runtime's release cadence to keep up with the latest security updates and modern language features.

Internal re-write to C++

[email protected] has been rewritten in C++ instead of Rust. The API of [email protected] is identical to [email protected] and works as a drop-in replacement.

Add Signature to Github Releases

The Github release for the mongodb package now contains a detached signature file for the NPM package (named @​mongodb-js/zstd-X.Y.Z.tgz.sig), on every major and patch release to 2.x. To verify the signature, follow the instructions in the 'Release Integrity' section of the README.md file.

Changelog

Features

  • NODE-4569: add "musl" builds for Alpine Linux (#12) (b3dedc3)
  • NODE-6539: add base napi C++ template with standard Node team tooling (#28) (8c40b08)
  • NODE-6540: Add c++ zstd compression API (#30) (6673245)
  • NODE-6588: add ssdlc to zstd (#43) (016d857)

Bug Fixes

  • bundle release build on windows (#59) (999c506)
  • NODE-6590: add build for x64 macos (#45) (4972129)
  • NODE-6590: specify correct entrypoint in package.json and include binding.gyp in the package (#47) (f562b59)

We invite you to try the @mongodb-js/zstd library immediately, and report any issues to the NODE project. A compatible driver release will be available soon.

v2.0.0-alpha.3

2.0.0-alpha.3 (2024-12-05)

Bug Fixes

... (truncated)

Changelog

Sourced from @​mongodb-js/zstd's changelog.

2.0.0 (2024-12-06)

Miscellaneous Chores

  • release 2.0.0 (Release-As: 2.0.0) (#60) (7e1d253)

2.0.0-alpha.3 (2024-12-05)

Bug Fixes

2.0.0-alpha.2 (2024-12-04)

Bug Fixes

  • NODE-6590: add build for x64 macos (#45) (4972129)

2.0.0-alpha.1 (2024-12-02)

Bug Fixes

  • NODE-6590: specify correct entrypoint in package.json and include binding.gyp in the package (#47) (f562b59)

v2.0.0-alpha.0 (2024-11-27)

Features

  • NODE-4569: add "musl" builds for Alpine Linux (#12) (b3dedc3)
  • NODE-6539: add base napi C++ template with standard Node team tooling (#28) (8c40b08)
  • NODE-6540: Add c++ zstd compression API (#30) (6673245)
  • NODE-6588: add ssdlc to zstd (#43) (016d857)
Commits
  • 3ad5e95 chore(main): release 2.0.0 (#61)
  • 7e1d253 chore: release 2.0.0 (Release-As: 2.0.0) (#60)
  • da7e89e chore: prepare for non-alpha release (#54)
  • c45f0cc chore(main): release 2.0.0-alpha.3 (#58)
  • 999c506 fix: bundle release build on windows (#59)
  • 134d483 chore(main): release 2.0.0-alpha.3 (#57)
  • 5cf1083 docs: zstd2.0 works with driver 6.12, not 6.11
  • 3aba9c8 docs: update prebuild matrix in readme (#56)
  • 57b9640 build(NODE-6604): fix windows builds (#52)
  • 7d8c6de chore: remove outdated release section from readme (#55)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by dbx-node, a new releaser for @​mongodb-js/zstd 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 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 19, 2024
@JorisAerts JorisAerts self-assigned this Dec 21, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/mongodb-js/zstd-2.0.0 branch 2 times, most recently from 4ee7cd8 to 30fa012 Compare December 21, 2024 20:03
Bumps [@mongodb-js/zstd](https://github.com/mongodb-js/zstd) from 1.2.2 to 2.0.0.
- [Release notes](https://github.com/mongodb-js/zstd/releases)
- [Changelog](https://github.com/mongodb-js/zstd/blob/main/HISTORY.md)
- [Commits](mongodb-js/zstd@v1.2.2...v2.0.0)

---
updated-dependencies:
- dependency-name: "@mongodb-js/zstd"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/mongodb-js/zstd-2.0.0 branch from 30fa012 to 2954215 Compare December 21, 2024 20:06
@JorisAerts JorisAerts merged commit 93291a5 into main Dec 21, 2024
3 checks passed
@JorisAerts JorisAerts deleted the dependabot/npm_and_yarn/mongodb-js/zstd-2.0.0 branch December 21, 2024 20:12
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.

1 participant