Skip to content

Commit

Permalink
6.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Sep 28, 2021
1 parent 26ea717 commit 8e72ac5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [6.0.3] - 2021-09-28

### Fixed

- Build universal binary for M1 (Apple silicon) ([#781](https://github.com/Level/leveldown/issues/781)) ([`26ea717`](https://github.com/Level/leveldown/commit/26ea717)) (Vincent Weevers)
- Make `db.clear()` 27x faster by doing it natively ([`aedf49e`](https://github.com/Level/leveldown/commit/aedf49e)) (Vincent Weevers)
- Optimize `db.iterator()` ([`112906b`](https://github.com/Level/leveldown/commit/112906b)) (Vincent Weevers)
- Cleanup hanging iterator also when `next()` errored ([`7356ba4`](https://github.com/Level/leveldown/commit/7356ba4)) (Vincent Weevers)
- Prevent GC of db during `clear()` and other operations ([`9a3f59a`](https://github.com/Level/leveldown/commit/9a3f59a)) (Vincent Weevers).

## [6.0.2] - 2021-09-12

### Fixed
Expand Down Expand Up @@ -1108,6 +1118,8 @@ _Was not published as a tag and `package.json` was never committed with this ver

:seedling: First release. Extracted from `levelup` as a stand-alone package ([**@rvagg**](https://github.com/rvagg))

[6.0.3]: https://github.com/Level/leveldown/releases/tag/v6.0.3

[6.0.2]: https://github.com/Level/leveldown/releases/tag/v6.0.2

[6.0.1]: https://github.com/Level/leveldown/releases/tag/v6.0.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leveldown",
"version": "6.0.2",
"version": "6.0.3",
"description": "A low-level Node.js LevelDB binding",
"license": "MIT",
"main": "leveldown.js",
Expand Down

0 comments on commit 8e72ac5

Please sign in to comment.