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