summaryrefslogtreecommitdiff
path: root/ext/kv
AgeCommit message (Expand)Author
2024-01-13chore: forward v1.39.4 release commit to main (#21933)denobot
2024-01-12chore: forward v1.39.3 to main (#21915)Bartek Iwańczuk
2024-01-10refactor: use `core.ensureFastOps()` (#21888)Kenta Moriuchi
2024-01-07fix(ext): enable prefer-primordials for internal TypeScript (#21813)Kenta Moriuchi
2024-01-04chore: forward v1.39.2 release commit to main (#21793)Bartek Iwańczuk
2024-01-04fix: strict type check for cross realms (#21669)Kenta Moriuchi
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-27perf: remove opAsync (#21690)Matt Mastracci
2023-12-23feat(unstable): only allow http2 for kv remote backend (#21616)Heyang Zhou
2023-12-22fix(unstable): kv watch should stop when db is closed (#21665)Heyang Zhou
2023-12-21chore: forward v1.39.1 commit to main (#21667) (#21671)Bartek Iwańczuk
2023-12-131.39.0 (#21560)denobot
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-06chore: forward v1.38.5 release commit to main (#21472)Bartek Iwańczuk
2023-12-05fix(ext/kv): throw error if already closed (#21459)Raashid Anwar
2023-12-05feat(unstable): kv.watch() (#21147)Luca Casonato
2023-11-30chore: forward v1.38.4 release commit to main (#21400)Bartek Iwańczuk
2023-11-28chore(ext/kv): update denokv crates (#21357)Igor Zinkovsky
2023-11-24chore: forward v1.38.3 release commit to main (#21320)denobot
2023-11-17chore: forward v1.38.2 release commit to main (#21236)denobot
2023-11-10chore: forward v1.38.1 release commit to main (#21144)denobot
2023-11-02feat(ext/kv): increase checks limit (#21055)Igor Zinkovsky
2023-11-021.38.0 (#21051)denobot
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-13chore: forward v1.37.2 release commit to main (#20897)denobot
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-29fix(ext/kv): send queue wake messages accross different kv instances (#20465)Igor Zinkovsky
2023-09-27chore: forward v1.37.1 release commit to main (#20706)denobot
2023-09-27feat(ext/kv): support key expiration in remote backend (#20688)Heyang Zhou
2023-09-26fix(kv_queues): graceful shutdown (#20627)Igor Zinkovsky
2023-09-22feat(kv_queues): increase max queue delay to 30 days (#20626)Igor Zinkovsky
2023-09-191.37.0 (#20574)denobot
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-09-03fix(ext/kv): add a warning for listenQueue if used with remote KV (#20341)Igor Zinkovsky
2023-09-01chore: forward v1.36.4 to main (#20352)Bartek Iwańczuk
2023-09-01fix(evt/kv): Add serde feature to uuid (#20350)Bartek Iwańczuk
2023-08-29fix(ext/kv): don't panic if listening on queues and KV is not closed (#20317)Igor Zinkovsky
2023-08-26chore: update to Rust 1.72 (#20258)林炳权
2023-08-26fix(kv) increase number of allowed mutations in atomic (#20126)Igor Zinkovsky
2023-08-24chore: forward v1.36.3 release commit to main (#20270)denobot
2023-08-23fix(ext/web): add stream tests to detect v8slice split bug (#20253)Matt Mastracci
2023-08-22feat(ext/kv): connect to remote database (#20178)Heyang Zhou
2023-08-18feat(ext/kv): key expiration (#20091)Heyang Zhou