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.1 #10

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 1, 2022

Bumps leveldown from 5.6.0 to 6.1.1.

Release notes

Sourced from leveldown's releases.

v6.1.1

Fixed

  • Fix getMany() memory leak (#804) (51979d1) (Vincent Weevers)
  • Document new features (ba729d2) (Vincent Weevers).

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.1] - 2022-03-25

Fixed

  • Fix getMany() memory leak (#804) (51979d1) (Vincent Weevers)
  • Document new features (ba729d2) (Vincent Weevers).

[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

... (truncated)

Commits
  • d3702b3 6.1.1
  • 51979d1 Fix getMany() memory leak (#804)
  • 4f6b2ff Bump actions/setup-node from 2 to 3 (#803)
  • 9d78461 Bump prebuildify-cross devDependency from 4 to 5
  • 91a81d1 Bump node-gyp devDependency from 7 to 8
  • a8509e9 Temporarily skip FreeBSD tests
  • 1a20a0e Bump electron devDependency from 16.0.8 to 17.0.0 (#798)
  • bd33f6f Bump electron devDependency from 15.x to 16.x (#795)
  • a5085fe Bump hallmark devDependency from 3.x to 4.x (#794)
  • a44786d Bump prebuildify devDependency from 4.x to 5.x (#793)
  • 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.1.
- [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.1)

---
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 Apr 1, 2022
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