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 leveldown from 5.6.0 to 6.1.0 #6

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 1, 2021

Bumps leveldown from 5.6.0 to 6.1.0.

Release notes

Sourced from leveldown's releases.

v6.1.0

Added

  • Add db.getMany(keys) (#787) (50dc50b) (Vincent Weevers).

v6.0.3

Fixed

  • Build universal binary for M1 (Apple silicon) (#781) (26ea717) (Vincent Weevers)
  • Make db.clear() 27x faster by doing it natively (aedf49e) (Vincent Weevers)
  • Optimize db.iterator() (112906b) (Vincent Weevers)
  • Cleanup hanging iterator also when next() errored (7356ba4) (Vincent Weevers)
  • Prevent GC of db during clear() and other operations (9a3f59a) (Vincent Weevers).

v6.0.2

Fixed

  • Close database on environment exit (#783) (8fdcaaa) (Vincent Weevers).

v6.0.1

Fixed

  • Support approximateSize() on db bigger than 4 GB (#777) (8740057) (Lars Kuhtz)

v6.0.0

If you are upgrading: please see UPGRADING.md.

Changed

  • Breaking: bump abstract-leveldown (15d5a9e) (Vincent Weevers)
  • Breaking: drop node 8 (Level/community#98) (8502b34) (Vincent Weevers)
  • Bump node-gyp from 6.x to 7.x (8bc5696) (Vincent Weevers)
  • Bump standard from 14.x to 16.x (d39e232, 39e3ca3) (Vincent Weevers)
  • Bump node-gyp-build from 4.1.x to 4.2.x (#708) (91711fa) (Vincent Weevers)
  • Skip stack exhaustion test (55a33b1) (Vincent Weevers)

Removed

Changelog

Sourced from leveldown's changelog.

[6.1.0] - 2021-09-28

Added

  • Add db.getMany(keys) (#787) (50dc50b) (Vincent Weevers).

[6.0.3] - 2021-09-28

Fixed

  • Build universal binary for M1 (Apple silicon) (#781) (26ea717) (Vincent Weevers)
  • Make db.clear() 27x faster by doing it natively (aedf49e) (Vincent Weevers)
  • Optimize db.iterator() (112906b) (Vincent Weevers)
  • Cleanup hanging iterator also when next() errored (7356ba4) (Vincent Weevers)
  • Prevent GC of db during clear() and other operations (9a3f59a) (Vincent Weevers).

[6.0.2] - 2021-09-12

Fixed

  • Close database on environment exit (#783) (8fdcaaa) (Vincent Weevers).

[6.0.1] - 2021-08-01

Fixed

  • Support approximateSize() on db bigger than 4 GB (#777) (8740057) (Lars Kuhtz)

[6.0.0] - 2021-04-10

If you are upgrading: please see https://github.com/Level/leveldown/blob/master/UPGRADING.md.

Changed

  • Breaking: bump abstract-leveldown (15d5a9e) (Vincent Weevers)
  • Breaking: drop node 8 (Level/community#98) (8502b34) (Vincent Weevers)
  • Bump node-gyp from 6.x to 7.x (8bc5696) (Vincent Weevers)
  • Bump standard from 14.x to 16.x (d39e232, 39e3ca3) (Vincent Weevers)
  • Bump node-gyp-build from 4.1.x to 4.2.x (#708) (91711fa) (Vincent Weevers)
  • Skip stack exhaustion test (55a33b1) (Vincent Weevers)

Removed

Commits
  • 496f0b1 6.1.0
  • 50dc50b Add db.getMany(keys) (#787)
  • 8e72ac5 6.0.3
  • 26ea717 Build universal binary for M1 (Apple silicon) (#781)
  • 576d135 Refactor: add Entry struct to abstract away key-value pairs (#785)
  • 112906b Optimize db.iterator()
  • 7356ba4 Cleanup hanging iterator also when next() errored
  • 0f88586 Refactor: avoid storing napi_env
  • 9a3f59a Prevent GC of db during clear() and other operations
  • aedf49e Make db.clear() 27x faster by doing it natively
  • Additional commits viewable in compare view

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 [leveldown](https://github.com/Level/leveldown) from 5.6.0 to 6.1.0.
- [Release notes](https://github.com/Level/leveldown/releases)
- [Changelog](https://github.com/Level/leveldown/blob/master/CHANGELOG.md)
- [Commits](Level/leveldown@v5.6.0...v6.1.0)

---
updated-dependencies:
- dependency-name: leveldown
  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 Oct 1, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 1, 2022

Superseded by #10.

@dependabot dependabot bot closed this Apr 1, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/leveldown-6.1.0 branch April 1, 2022 13:03
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