Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Aug 28, 2021
1 parent 185951d commit 17b0155
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [5.1.0] - 2021-08-28

### Added

- Add prebuilt binary for Alpine ([#174](https://github.com/Level/rocksdb/issues/174)) ([`185951d`](https://github.com/Level/rocksdb/commit/185951d)) (Vincent Weevers)

### Fixed

- Support `approximateSize()` on db bigger than 4 GB ([#175](https://github.com/Level/rocksdb/issues/175)) ([`891bb7a`](https://github.com/Level/rocksdb/commit/891bb7a)) (Lars Kuhtz)
- Remove `march=native` flag for Apple silicon compatibility ([#171](https://github.com/Level/rocksdb/issues/171)) ([`f945be6`](https://github.com/Level/rocksdb/commit/f945be6)) (Juan Gonzalez)

## [5.0.0] - 2021-04-17

_If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md)._
Expand Down Expand Up @@ -216,6 +227,8 @@ _If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md)._

_Earlier versions were published before `v1.0.0` but the code was then a branch inside [`leveldown`](https://github.com/Level/leveldown). This version marks the point where that code was extracted into its own repository thanks to the work of [`@mcollina`](https://github.com/mcollina)._

[5.1.0]: https://github.com/Level/rocksdb/releases/tag/v5.1.0

[5.0.0]: https://github.com/Level/rocksdb/releases/tag/v5.0.0

[4.1.0]: https://github.com/Level/rocksdb/releases/tag/v4.1.0
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": "rocksdb",
"version": "5.0.0",
"version": "5.1.0",
"description": "A low-level Node.js RocksDB binding",
"license": "MIT",
"main": "leveldown.js",
Expand Down

0 comments on commit 17b0155

Please sign in to comment.