Releases: skymethod/kv-connect-kit
Releases · skymethod/kv-connect-kit
v0.0.5
- support the new v2 version of the kv connect protocol, works against self-hosted denokv backends.
- new in-memory implementation
- new convenience
openKvtop-level export to support in-memory/remote/napi-sqlite implementations seamlessly - NPM package
Usage
See the project readme for usage and quick starts: https://github.com/skymethod/kv-connect-kit
v0.0.4
- fix
checkwith undefined or nullversionstamp - Implement
setexpiresInnow that the datapath proto supports it - NPM package
Usage
See the project readme for usage and quick starts: https://github.com/skymethod/kv-connect-kit
v0.0.3
- renamed to
newKvU64 - added
isKvU64 - Remove obsolete encoding check now that we support
VE_BYTES - NPM package
Usage
See the project readme for usage and quick starts: https://github.com/skymethod/kv-connect-kit
v0.0.2
- Initial release
makeRemoteService->KvService->openKv- Full fidelity KvKey serialization
- Partial KV value serialization (null/undefined/boolean/string/Uint8Array) with optional pluggable serializers
- Option to wrap unknown V8 values as raw bytes
- Option to provide a custom
fetchfunction, useful for environments without a global fetch. - NPM package with Node 14+ support
Usage
See the project readme for usage and quick starts: https://github.com/skymethod/kv-connect-kit