fastify-leveldb

Plugin to share a common LevelDB connection across Fastify.

MIT License

Downloads
575
Stars
27
Committers
16

Bot releases are hidden (Show)

fastify-leveldb - v6.0.0

Published by mcollina about 1 month ago

What's Changed

Full Changelog: https://github.com/fastify/fastify-leveldb/compare/v5.1.0...v6.0.0

fastify-leveldb - v5.1.0 Latest Release

Published by Eomm about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fastify-leveldb/compare/v5.0.1...v5.1.0

fastify-leveldb - v5.0.1

Published by mcollina over 2 years ago

What's Changed

Full Changelog: https://github.com/fastify/fastify-leveldb/compare/v5.0.0...v5.0.1

fastify-leveldb - v5.0.0

Published by Eomm over 2 years ago

📚 PR:

  • updated to Fastify v4 (#93)
fastify-leveldb - v4.0.1

Published by Eomm over 2 years ago

📚 PR:

  • docs: update references to old fastify-* modules (#92)
fastify-leveldb - v4.0.0

Published by jsumners over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fastify-leveldb/compare/v3.1.1...v4.0.0

fastify-leveldb - v3.1.1

Published by mcollina over 3 years ago

📚 PR:

  • Bump fastify-plugin from 2.3.4 to 3.0.0
  • Bump standard from 14.3.4 to 16.0.3
  • Merge pull request #44 from fastify/dependabot/npm_and_yarn/fastify-plugin-3.0.0
  • Merge pull request #45 from fastify/dependabot/npm_and_yarn/standard-16.0.3
  • feat: add stale (#42)
  • chore: add dependabot automerge (#43)
  • chore(gitignore): use latest github ignore template (#46)
  • ci(dependabot): update github actions (#47)
  • Bump fastify/github-action-merge-dependabot from v1 to v1.2.1 (#49)
  • Bump actions/setup-node from v1 to v2.1.5 (#48)
  • Bump fastify/github-action-merge-dependabot from v1.2.1 to v2.0.0 (#50)
  • chore: ci updates and style change (#51)
  • Bump memdown from 5.1.0 to 6.0.0 (#55)
  • Bump encoding-down from 6.3.0 to 7.0.0 (#56)
  • Bump leveldown from 5.6.0 to 6.0.0 (#57)
  • chore tap 15 (#58)
  • Bump levelup from 4.4.0 to 5.0.0 (#59)
  • ci: add nodejs v16 to test matrix (#60)
  • Bump actions/checkout from 2 to 2.3.4 (#61)
  • Bump fastify/github-action-merge-dependabot from 2.0.0 to 2.1.0 (#62)
  • Bump fastify/github-action-merge-dependabot from 2.1.0 to 2.1.1 (#63)
  • Bump actions/setup-node from 2.1.5 to 2.2.0 (#64)
  • Bump fastify/github-action-merge-dependabot from 2.1.1 to 2.2.0 (#65)
  • adds missing type definitions to the fastify-leveldb plugin (#66)
fastify-leveldb - v3.1.0

Published by mcollina over 4 years ago

📚 PR:

  • 100% code coverage
  • Bumped to 3.0.0-rc.4
  • bumped [email protected]
  • Added custom path option (#41)
fastify-leveldb - v3.0.0

Published by delvedor over 4 years ago

Drop Node v6 and v8.

Features

Fixes

  • Initialization errors are hidden by the plugin - #39 #40
fastify-leveldb - v2.1.0

Published by mcollina over 5 years ago

  • Support more abstract-leveldown backends #31
fastify-leveldb - v2.0.0

Published by Eomm over 5 years ago

Braking changes:

  • add: level 5.0.1 #26
fastify-leveldb - v0.4.0

Published by mcollina over 5 years ago

  • Updated level to v4.0.0
  • Updated devDep to Fastify to v2.0.0
fastify-leveldb - v0.3.0

Published by mcollina over 6 years ago

  • Updated dependencies
fastify-leveldb - v0.2.0

Published by delvedor almost 7 years ago

  • Updated leveldb to version 2, node ≤ 5 will no longer be supported.