Releases: denoland/denokv
Releases · denoland/denokv
0.7.0
0.6.1
What's Changed
- Bypass npm build for changes in unrelated workflows by @johnspurlock-skymethod in #44
- Update npm readme, and export limited V8 serializer. by @johnspurlock-skymethod in #46
- More readme updates. by @johnspurlock-skymethod in #47
- Deep links for homepage and repository in npm package.json. by @johnspurlock-skymethod in #48
- 0.6.1 by @igorzi in #50
Full Changelog: 0.6.0...0.6.1
0.6.0
What's Changed
- New @deno/kv npm package. by @johnspurlock-skymethod in #39
- 0.6.0 by @igorzi in #42
- Constrain docker.yml publish to n.n.n tags only by @johnspurlock-skymethod in #43
Full Changelog: 0.5.0...0.6.0
0.6.0-next.1
0.6.0 (#42)
0.5.0
What's Changed
- feat: kv.watch support by @lucacasonato in #26
- feat: append versionstamp to key by @losfair in #40
- 0.5.0 by @losfair in #41
Full Changelog: 0.4.0...0.5.0
0.4.0
What's Changed
- fix: add cargo.toml description by @lucacasonato in #22
- docs: fix docker image in fly.io instructions by @lucacasonato in #23
- docs: add diagram in readme by @lucacasonato in #24
- add links by @lambtron in #25
- fix examples in README.md for --sqlite-path by @john-pope in #29
- Fix local kv protobuf response content-type by @johnspurlock-skymethod in #30
- Fix typo in kv connect protocol doc by @johnspurlock-skymethod in #31
- fix: set correct status code for non-U64 sums by @lucacasonato in #33
- chore: make SqliteMessageHandle methods public by @igorzi in #35
- fix(sqlite): don't unwrap in requeue_message by @igorzi in #37
- 0.4.0 by @igorzi in #38
New Contributors
- @lambtron made their first contribution in #25
- @john-pope made their first contribution in #29
- @johnspurlock-skymethod made their first contribution in #30
Full Changelog: 0.2.0...0.4.0
0.2.0
0.1.0
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.