Skip to content

Releases: denoland/denokv

0.7.0

21 Dec 18:17
a5ae69f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.1...0.7.0

0.6.1

08 Dec 18:28
3ef711a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.0...0.6.1

0.6.0

05 Dec 20:55
ddf86cc
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.0...0.6.0

0.6.0-next.1

05 Dec 20:22
8238a1a
Compare
Choose a tag to compare
0.6.0-next.1 Pre-release
Pre-release
0.6.0 (#42)

0.5.0

06 Dec 23:11
d8d09f8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.0...0.5.0

0.4.0

27 Nov 19:05
061ffbd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.0...0.4.0

0.2.0

09 Nov 12:12
3231644
Compare
Choose a tag to compare

What's Changed

  • refactor: extract datapath/interface converters by @igorzi in #19
  • feat: s3 replica and pitr by @losfair in #17

New Contributors

Full Changelog: 0.1.0...0.2.0

0.1.0

03 Nov 16:22
40b67f3
Compare
Choose a tag to compare
feat: add standalone SQLite backed denokv server (#14)

This is a standalone Deno KV server backed by SQLite. It exposes a HTTP
API that implements the KV Connect protocol and can be used from
the Deno CLI.

The server can be connected to from multiple clients at the same time,
which enables a simple way to self host a production ready Deno KV
database.