Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/Level/rocksdb

Pure C++ Node.js RocksDB binding. An abstract-leveldown compliant store.
https://github.com/Level/rocksdb

Bump electron devDependency from 18 to 19 (#207)

Bumps [electron](https://github.com/electron/electron) from 18.3.2 to 19.0.2.
- [Release notes]...

29c9d9ff51ee52120e90e8a6dff12dd722ad62ef authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump glob from 7.2.0 to 8.0.1 (#203)

d92adc6dfab7614336c78f2afeb6655e4241f464 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump actions/download-artifact from 2 to 3 (#202)

d538b15a3d8854550cb0e4d430a6938a98ef1415 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump actions/upload-artifact from 2 to 3 (#201)

d9e4f181c8d2db6e4eb303f199d1c1707239720f authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump codecov/codecov-action from 2 to 3 (#200)

891f3e9fa63c0b8290441abf29a70926367a6944 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump electron from 17.3.1 to 18.0.1 (#194)

f7fda01752c9a8ce4f250ba8d0630cf500c16326 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5.2.1

8c6d92f1f44eff2153b7bffbf7a43a0d6a17493e authored over 2 years ago by Vincent Weevers <[email protected]>
Fix `getMany()` memory leak (#193)

Ref https://github.com/Level/rocksdb/issues/192
Ref https://github.com/Level/leveldown/issues/790

680f94b40f603f45cd5bbb73312f66ce17a66ad8 authored over 2 years ago by Vincent Weevers <[email protected]>
Bump `node-gyp` & `prebuildify-cross` devDependencies

42889e77e41d4aae3212233e096822e5ab85cd5b authored over 2 years ago by Vincent Weevers <[email protected]>
Bump actions/checkout from 2 to 3 (#190)

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](ht...

b04616150cf44f6bb9b1ec66ae47390f67d9f828 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump actions/setup-node from 2 to 3 (#191)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 3.
- [Release notes...

fe73ba7d0b25766a3a73f3f3481ae6ce58eead7d authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump electron from 16.0.8 to 17.0.0 (#189)

713060682a9c7e2dcda70e19acbf44d9e5b7f7eb authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump electron devDependency from 15.x to 16.x (#186)

Bumps [electron](https://github.com/electron/electron) from 15.3.3 to 16.0.3.
- [Release notes]...

8355452e8da8ab8fba43e4e76cdc226a3744a0c2 authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5.2.0

26c8f31a960e92c71a842c10f75eee9a7596db9f authored almost 3 years ago by Vincent Weevers <[email protected]>
Bump `prebuildify` devDependency

3ca1566488664fa1b3c480cd1919064fe72ba5b9 authored almost 3 years ago by Vincent Weevers <[email protected]>
Bump `hallmark` devDependency

9a4d1c82fc072a88772e13970c3247de84ee6bd8 authored almost 3 years ago by Vincent Weevers <[email protected]>
Cleanup hanging iterator also when `next()` errored

(cherry picked from commit Level/leveldown@7356ba43d3f7261c9b871e947d219e78586ccef2)

b67bfe7d61addd2a11525b94b002d5c94a7c60cd authored almost 3 years ago by Vincent Weevers <[email protected]>
Refactor: move CheckEndCallback to Iterator

(cherry picked from commit Level/leveldown@d3453fbde4d2a8aa04d9091101c25c999649069b)

caa28a52f9e41fa86de2bf2eddf201147da6a651 authored almost 3 years ago by Vincent Weevers <[email protected]>
Refactor: add Entry struct to abstract away key-value pairs

And add `const` and `private` where appropriate.

(cherry picked from commit Level/leveldown@576...

f9f99ecd73459bc02c7129c2801f46f54f272861 authored almost 3 years ago by Vincent Weevers <[email protected]>
Optimize `db.iterator()`

By using `emplace_back()`, reusing the `std::vector` cache between
`iterator.next()` calls, and ...

9f9b13c9e969126213d6a6c0b688fb03e8041483 authored almost 3 years ago by Vincent Weevers <[email protected]>
Refactor: avoid storing `napi_env`

(cherry picked from commit Level/leveldown@0f88586656e10a140bb7953e2469cb68cd9a9fba)

efb57218822a89f863effdc5156cda29f94e6ce3 authored almost 3 years ago by Vincent Weevers <[email protected]>
Prevent GC of db during `clear()` and other operations

(cherry picked from commit Level/leveldown@9a3f59aede9a6356efc13c8e8b31f6592b7aa64b)

b9878e8a1b76bb3eac7e7c08af30e7e152562ce8 authored almost 3 years ago by Vincent Weevers <[email protected]>
Make `db.clear()` 27x faster by doing it natively

Because this uses an iterator under the hood, it also refactors
shared code between `db.iterator...

32e9b5de8ca27ff8c24160672e5aae8536d174b6 authored almost 3 years ago by Vincent Weevers <[email protected]>
Add `db.getMany(keys)`

(cherry picked from commit Level/leveldown@50dc50bf005c70b024fe4d3add369b236c8dcbb9)

e6ae5985277cd0141ed7b1cb876704b171720bfc authored almost 3 years ago by Vincent Weevers <[email protected]>
Close database on environment exit

(cherry picked from commit Level/leveldown@8fdcaaa3bdadec3a2badf8bf13db28fbbfa9a93c)

54fc5df351152dc8d7f71006069f89b9ffd19783 authored almost 3 years ago by Vincent Weevers <[email protected]>
Bump electron devDependency from 14.x to 15.x (#182)

7830f1851486d395fd391888dd1f9690ac8adce1 authored about 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5.1.1

706dd84fca3e569c49fb2b28d12c98ab7793d673 authored about 3 years ago by Vincent Weevers <[email protected]>
Build a universal binary to support M1 (Apple silicon) (#181)

On mac, the prebuilt binary (as well as the binary built by
`npm i --build-from-source`) is now...

0bda9bae03efcd8adfc50f08d6cf9d28661e7bb9 authored about 3 years ago by Juan Gonzalez <[email protected]>
Bump electron devDependency from 12.x to 14.x (#180)

a1066ca23dfa2ff65806fb1da49ffe85d293cd33 authored about 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5.1.0

17b01553194ab1d2a3ec9ea35048947b50a42eac authored about 3 years ago by Vincent Weevers <[email protected]>
Move to GitHub Actions

Ref Level/community#99

672995969dad141498521a4d8f01361f00dd02fa authored about 3 years ago by Vincent Weevers <[email protected]>
Add prebuilt binary for Alpine (#174)

185951d4f699e6db8566fb7f96052f1086370dd5 authored about 3 years ago by Vincent Weevers <[email protected]>
Cleanup

1905d6540c5e99f0c83ce4da87581b5a52e013c1 authored about 3 years ago by Vincent Weevers <[email protected]>
Support approximateSize() on db bigger than 4 GB (#175)

By using napi_create_int64 instead of napi_create_int32.

Ported from https://github.com/Level...

891bb7a5761070250186df656eee7451d5456b0b authored about 3 years ago by Lars Kuhtz <[email protected]>
Remove 'march=native' flag for Apple silicon compatibility (#171)

f945be6df199a7faf9d75b3021e5666ae807234c authored about 3 years ago by Juan Gonzalez <[email protected]>
5.0.0

5c8e0b9a4519ba8e9a25dc3b704f1bae395af214 authored over 3 years ago by Vincent Weevers <[email protected]>
Fix missing source files in npm package

d53f25c3a964caad853fa29e7bfafc9f22886688 authored over 3 years ago by Vincent Weevers <[email protected]>
Update supported platforms section in README

fd69183ad8cb1cc6e9daf8348247288c7eaa2527 authored over 3 years ago by Vincent Weevers <[email protected]>
Breaking: bump abstract-leveldown

Removes legacy ranges options (Level/community#86).

Cherry-picked from Level/leveldown@15d5a9e

271894f334b320b010ee72d3f74bf7fd9a73d2a8 authored over 3 years ago by Vincent Weevers <[email protected]>
Bump node-gyp from 6.x to 7.x

9d368095d59bc719f1d614a3323d362e77bd2ba2 authored over 3 years ago by Vincent Weevers <[email protected]>
Bump level-concat-iterator

0d0e82d4deca3e1df24f7f5f2b34b917cee3c048 authored over 3 years ago by Vincent Weevers <[email protected]>
Bump cross-env

0350496b8d69a162712598639c309834f8fa8a18 authored over 3 years ago by Vincent Weevers <[email protected]>
Bump tempy

1ddaaa5d287158931c6b68f2cbba717dc1c7b4f2 authored over 3 years ago by Vincent Weevers <[email protected]>
Breaking: drop node 8 (Level/community#98)

05aefaaf8047f0390779b75d105f87f6b4634ea3 authored over 3 years ago by Vincent Weevers <[email protected]>
Bump standard from 14.x to 16.x

7cb4c10e016f6572e9af142e2812d9c91df59f2b authored over 3 years ago by Vincent Weevers <[email protected]>
Remove default export (Level/community#87)

43c15444a7ec59bb6150fece5482eb02aafc0c2a authored over 3 years ago by Vincent Weevers <[email protected]>
Replace expired GitHub token

96cd25a91bddc46c8770ed0a989187b828ac5b71 authored over 3 years ago by Vincent Weevers <[email protected]>
Remove old leveldb folder

28b37fac7cbf7b1a604b649b2a0fd67b1bedc081 authored over 3 years ago by Philippe Schommers <[email protected]>
Upgrade to RocksDB 6.17.3

060d18278b66b4147ad550515a70c4b100d64b75 authored over 3 years ago by Denis Yaremov <[email protected]>
Move RocksDB to git submodule

1b6ea11d48949f5d2315626717a15b4a0b167a28 authored over 3 years ago by Philippe Schommers <[email protected]>
Bump electron devDependency from 11.4.1 to 12.0.2 (#166)

f0115f5e47137d20ec0cd5b5a169842f4f1f79a2 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Skip stack exhaustion test

Cherry-picked from Level/leveldown@55a33b1

69e3dcb3a7ac922cd6866229695f5bcbd87f475c authored almost 4 years ago by Vincent Weevers <[email protected]>
Bump tape from 4.13.3 to 5.0.1 (#164)

9d615c9914c58e7c14c508a13cf895e70b6837b2 authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump electron from 8.5.5 to 11.0.3 (#163)

66bba8987930e621857414e59d1f9b58e7f78b3f authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configure dependabot (#162)

04816b1a029ac0b2e183c0dcd2ff8c5af19e8c60 authored almost 4 years ago by Vincent Weevers <[email protected]>
Bump and unlock abstract-leveldown

e6b9182f22373979e7b00d140e7fe7097aaf6f43 authored almost 4 years ago by Vincent Weevers <[email protected]>
Bump node-gyp-build and prebuildify

And unlock napi-macros.

4c45b5f418351d3790f1f11c6f6cb51354b54c47 authored almost 4 years ago by Vincent Weevers <[email protected]>
Bump prebuildify-cross

41878ea16893a8c79aad789a303217dca657755c authored almost 4 years ago by Vincent Weevers <[email protected]>
Bump hallmark to 3.1.0

7f99fb0551b96c96388e98fe6af1e9cd00624471 authored almost 4 years ago by Vincent Weevers <[email protected]>
Upgrade nyc devDependency from ^14.0.0 to ^15.0.0 (#154)

bfb4bb80103ccd9fb5800e1913a263c5be4ee386 authored over 4 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Upgrade electron devDependency from ^7.0.1 to ^8.0.0 (#157)

79c9992d03f6cdf3f409396b3c87c7374e21231e authored over 4 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Replace Ubuntu 16.04 with CentOS 7 for prebuilds (#153)

This makes the prebuilt binary for linux compatible with Debian 8,
Ubuntu 14.04, RHEL 7, CentOS...

6b2ebb73c9fee7a937ea139413bc63d324562c3e authored almost 5 years ago by Vincent Weevers <[email protected]>
Hide symbols on mac with -fvisibility=hidden (#150)

See Level/leveldown#688

e2e09c9a061409a8806d9ba77fefff972d859bf1 authored almost 5 years ago by Vincent Weevers <[email protected]>
Upgrade electron devDependency from ^6.0.0 to ^7.0.1

Closes #147

9270b7a3e9e7243a1a1869e7031d0b1e0a1bb48d authored almost 5 years ago by Vincent Weevers <[email protected]>
Refactor initial seek

Cherry-picked from Level/leveldown#689

949afd24114ac05f00549e6a388b3a6a3784638d authored almost 5 years ago by Vincent Weevers <[email protected]>
Make iterator seek target a local variable

Cherry-picked from Level/leveldown#683

9b08726c80c0c29a0c95d095d21d343b9fda298e authored almost 5 years ago by Vincent Weevers <[email protected]>
Refactor initialization of range options

Cherry-picked from Level/leveldown#681

99918c541a69d44f3f79a02ba0657d52d2b090ad authored almost 5 years ago by Vincent Weevers <[email protected]>
Add manifest (Level/community#83)

Cherry-picked from Level/leveldown#685.
Closes #144.

5eee57739b8c1909585da1734a25ce2383688755 authored almost 5 years ago by Vincent Weevers <[email protected]>
Test that empty range options are ignored

Cherry-picked from Level/leveldown#684

4888b975712446a42180a324ce93f8f5b43e5aef authored almost 5 years ago by Vincent Weevers <[email protected]>
Close db in stack-blower test

Cherry-picked from Level/leveldown#668

19253927e4cdef79b9af1ff9b364eb646c307744 authored almost 5 years ago by Vincent Weevers <[email protected]>
Fix test-gc script

Cherry-picked from Level/leveldown#691

2c41d3b2f3ad51132b32e6f7e095b9b40dac0336 authored almost 5 years ago by Vincent Weevers <[email protected]>
Upgrade dependency-check devDependency from ^3.3.0 to ^4.1.0

Closes #128

56c7c80f3a9da1fcd7f6d736249afe345a3c3cef authored almost 5 years ago by Vincent Weevers <[email protected]>
Disable email notifications from Travis

Ref Level/community#40

5b09320c304da7d54d0ed98d6661ebff38c1e46e authored about 5 years ago by Vincent Weevers <[email protected]>
Update Travis badge

ae142fc746cadc60d812fcf3c16c51b644b870c8 authored about 5 years ago by Vincent Weevers <[email protected]>
Upgrade node-gyp devDependency from ^5.0.0 to ^6.0.0 (#146)

2d20d18e81de8f309725f5dc82666ad8eaeee374 authored about 5 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
4.1.0

544bd5da9d5e06f5df9728561c6ddb42deefc6e8 authored about 5 years ago by Vincent Weevers <[email protected]>
Prepare 4.1.0

19fbb4c63d42a1fb288b28830527e47a3b8644d4 authored about 5 years ago by Vincent Weevers <[email protected]>
Support clear() (Level/community#79) (closes #136)

b9d58fbc9266aa3d1143dd5bc65a0cdea225feab authored about 5 years ago by Vincent Weevers <[email protected]>
Upgrade cross-env devDependency from ^5.2.0 to ^6.0.0 (#139)

19a253c92d1cdcde9e3e17b8afc9b5d3720b2f1e authored about 5 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Bring back faucet (closes #71)

f27d845f131f6d0a22de74c61780138e83fb252c authored about 5 years ago by Vincent Weevers <[email protected]>
4.0.1

5fcd1eb08f2504ba30b481de894db3d0b5afa3f2 authored about 5 years ago by Vincent Weevers <[email protected]>
Prepare 4.0.1

4d830cfb43ee480ba9a65ef9a4fc400a3daa14f4 authored about 5 years ago by Vincent Weevers <[email protected]>
Upgrade hallmark devDependency from ^1.0.0 to ^2.0.0 (#138)

* Upgrade hallmark devDependency from ^1.0.0 to ^2.0.0
* Remove empty Unreleased section from c...

c746b966fb92e756fae71ef6ebba3739a29a66f8 authored about 5 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Upgrade standard devDependency from ^13.0.1 to ^14.0.0 (#137)

cc52e3ac80dee52598ac713a1a35675995e46592 authored about 5 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Upgrade rimraf devDependency from ^2.6.1 to ^3.0.0 (#135)

604f64d258eae7a0ea2bdb255137ab5fa28f5dc6 authored about 5 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Fix batch compression test to actually compress (#134)

Level/leveldown#651

056746f3fdb44b1a45de00192f5338edbf74a47e authored about 5 years ago by Vincent Weevers <[email protected]>
Remove fast-future (Level/leveldown#638) (#133)

5ff6fac7978cda5bcafa3cd7e659a0161dec8ff6 authored about 5 years ago by Vincent Weevers <[email protected]>
Upgrade napi-macros from ~1.8.1 to ~2.0.0 (#132)

2815ef339cfec0f2ea87711a59b2a003de1bb9fb authored about 5 years ago by Vincent Weevers <[email protected]>
Upgrade electron devDependency from ^5.0.1 to ^6.0.0 (#130)

02076e3401a2349ff58bf06de02f7f27690a8119 authored about 5 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Upgrade hallmark devDependency from ^0.1.0 to ^1.0.0 (#127)

4c09ae96ef6dad9bfec922ad28d7f7421ffb316b authored over 5 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Upgrade standard devDependency from ^12.0.0 to ^13.0.1 (#126)

986ec6ecbfe2736745acc9f2d0ef7a94664956af authored over 5 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Upgrade delayed devDependency from ^1.0.1 to ^2.0.0 (#124)

7a2fc254cf41a2dfa57408cec0ffdeecbf50fa8a authored over 5 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Upgrade readfiletree devDependency from ~0.0.1 to ^1.0.0 (#122)

15da67e7a4da6df8db5602c0d6e5c0f1143c9ef4 authored over 5 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Upgrade du devDependency from ~0.1.0 to ^1.0.0 (#123)

633751cfa2f50fe918312a4297614ed840606ae8 authored over 5 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Upgrade mkfiletree devDependency from ^1.0.1 to ^2.0.0 (#121)

bc33569b9ba8b1daa1bf9f73341467621ead72d3 authored over 5 years ago by greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Upgrade node-gyp devDependency from ^4.0.0 to ^5.0.0 (#119)

5a8eb442f67ed03b7c07b8574116e96a59e0c9cd authored over 5 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
4.0.0

562bd22aadf739e8b6b68f5d8ebf997c9b1ac411 authored over 5 years ago by Vincent Weevers <[email protected]>
Prepare 4.0.0 (#117)

6bb08076078831517a8a13834224644f4ab3763b authored over 5 years ago by Vincent Weevers <[email protected]>
Disable info log by default and add infoLogLevel option (#114)

002d836b0f0e26c83f81e159dbc6724c597a547a authored over 5 years ago by Vincent Weevers <[email protected]>
Replace async devDependency with async-each (#116)

5678c16d07d891fda5fa86725121d4fb6461a67d authored over 5 years ago by Vincent Weevers <[email protected]>