index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
kv
/
lib.rs
Age
Commit message (
Expand
)
Author
2024-11-15
refactor: use boxed_error in some places (#26887)
David Sherret
2024-10-17
refactor(ext/kv): use concrete error type (#26239)
Leo Kettmeir
2024-09-19
refactor(ext/kv): align error messages (#25500)
Ian Bull
2024-09-17
chore: upgrade deno_core (#25674)
Bartek Iwańczuk
2024-08-27
feat(ext/kv): configurable limit params (#25174)
Yusuke Tanaka
2024-05-23
chore: update denokv_* crates (#23949)
Bartek Iwańczuk
2024-05-23
refactor: remove custom `utc_now` in favor of `chrono::Utc:now` feature (#23...
Felipe Baltor
2024-03-07
perf(cli): use faster_hex (#22761)
Matt Mastracci
2024-02-06
fix(unstable): validate kv list selector (#22265)
Heyang Zhou
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-22
fix(unstable): kv watch should stop when db is closed (#21665)
Heyang Zhou
2023-12-14
feat(unstable): append commit versionstamp to key (#21556)
Heyang Zhou
2023-12-12
feat(ext/kv) add backoffSchedule to enqueue (#21474)
Igor Zinkovsky
2023-12-05
feat(unstable): kv.watch() (#21147)
Luca Casonato
2023-11-02
feat(ext/kv): increase checks limit (#21055)
Igor Zinkovsky
2023-11-01
feat: disposable Deno resources (#20845)
Luca Casonato
2023-10-31
chore: update ext/kv to use denokv_* crates (#20986)
Luca Casonato
2023-10-30
chore: remove usage of chrono::Utc::now() (#20995)
Divy Srivastava
2023-10-26
chore: update base64 crate (#20877)
Luca Casonato
2023-10-12
refactor: FeatureChecker integration in ext/ crates (#20797)
Bartek Iwańczuk
2023-10-04
refactor: use deno_core::FeatureChecker for unstable checks (#20765)
Bartek Iwańczuk
2023-09-26
fix(kv_queues): graceful shutdown (#20627)
Igor Zinkovsky
2023-09-14
refactor: rewrite more ops to op2 macro (#20478)
Bartek Iwańczuk
2023-09-08
fix(ext/kv): same `expireIn` should generate same `expireAt` (#20396)
Heyang Zhou
2023-09-07
chore(ext/kv): limit total key size in an atomic op to 80 KiB (#20395)
Heyang Zhou
2023-08-26
fix(kv) increase number of allowed mutations in atomic (#20126)
Igor Zinkovsky
2023-08-22
feat(ext/kv): connect to remote database (#20178)
Heyang Zhou
2023-08-18
feat(ext/kv): key expiration (#20091)
Heyang Zhou
2023-07-31
refactor: update core extension api usage (#19952)
Nayeem Rahman
2023-06-22
refactor(serde_v8): split ZeroCopyBuf into JsBuffer and ToJsBuffer (#19566)
Bartek Iwańczuk
2023-06-13
feat(kv) queue implementation (#19459)
Igor Zinkovsky
2023-05-03
fix(ext/kv): KvU64#valueOf and KvU64 inspect (#18656)
Luca Casonato
2023-03-30
feat(ext/kv): return versionstamp from set/commit (#18512)
Luca Casonato
2023-03-25
chore(ext/kv): add limits (#18415)
Heyang Zhou
2023-03-22
fix(ext/kv): reverse mapping between `AnyValue::Bool` and `KeyPart::Bool` (#1...
Heyang Zhou
2023-03-22
Revert "refactor: rename Deno.openKv() to Deno.kv() (#18349)" (#18362)
Ryan Dahl
2023-03-22
refactor: rename Deno.openKv() to Deno.kv() (#18349)
Ryan Dahl
2023-03-22
feat(ext/kv): key-value store (#18232)
Heyang Zhou