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
Age
Commit message (
Expand
)
Author
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-09-03
fix(ext/kv): add a warning for listenQueue if used with remote KV (#20341)
Igor Zinkovsky
2023-09-01
chore: forward v1.36.4 to main (#20352)
Bartek Iwańczuk
2023-09-01
fix(evt/kv): Add serde feature to uuid (#20350)
Bartek Iwańczuk
2023-08-29
fix(ext/kv): don't panic if listening on queues and KV is not closed (#20317)
Igor Zinkovsky
2023-08-26
chore: update to Rust 1.72 (#20258)
林炳权
2023-08-26
fix(kv) increase number of allowed mutations in atomic (#20126)
Igor Zinkovsky
2023-08-24
chore: forward v1.36.3 release commit to main (#20270)
denobot
2023-08-23
fix(ext/web): add stream tests to detect v8slice split bug (#20253)
Matt Mastracci
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-08-17
fix(ext/kv): retry transaction on `SQLITE_BUSY` errors (#20189)
Heyang Zhou
2023-08-10
chore: forward v1.36.1 to main (#20119)
Divy Srivastava
2023-08-03
1.36.0 (#20036)
denobot
2023-07-31
refactor: update core extension api usage (#19952)
Nayeem Rahman
2023-07-26
1.35.3 (#19947)
denobot
2023-07-20
chore: forward v1.35.2 release commit to main (#19887)
denobot
2023-07-12
chore: forward 1.35.1 back to main (#19814)
David Sherret
2023-07-05
1.35.0 (#19717)
denobot
2023-07-01
fix(ext/kv): expose Deno.AtomicOperation (#19674)
Luca Casonato
2023-06-26
chore: fix typos (#19572)
Martin Fischer
2023-06-22
refactor(serde_v8): split ZeroCopyBuf into JsBuffer and ToJsBuffer (#19566)
Bartek Iwańczuk
2023-06-17
chore(kv) fix and re-enable queue test (#19529)
Igor Zinkovsky
2023-06-16
chore: forward v1.34.3 release commit to main (#19526)
denobot
2023-06-13
feat(kv) queue implementation (#19459)
Igor Zinkovsky
2023-06-09
chore: forward v1.34.2 release commit to main (#19434)
denobot
2023-06-02
fix(kv) run sqlite transactions via spawn_blocking (#19350)
Igor Zinkovsky
2023-05-29
chore: forward v1.34.1 to main (#19312)
Bartek Iwańczuk
2023-05-24
1.34.0 (#19246)
denobot
2023-05-18
chore: forward v1.33.4 release commit to main (#19181)
denobot
2023-05-12
chore: forward v1.33.3 release commit to main (#19111)
denobot
2023-05-04
chore: forward v1.33.2 release commit to main (#18990)
denobot
2023-05-03
fix(ext/kv): throw on the Kv constructor (#18978)
Luca Casonato
2023-05-03
fix(ext/kv): KvU64#valueOf and KvU64 inspect (#18656)
Luca Casonato
2023-05-02
chore: release extension crates, unpin tokio (#18954)
Bartek Iwańczuk
2023-04-29
fix(ext/kv): stricter structured clone serializer (#18914)
Luca Casonato
2023-04-28
chore: forward v1.33.1 release commit to main (#18897)
denobot
2023-04-28
1.33.0 (#18879)
denobot
2023-04-27
feat(kv): return ok bool from atomic commit (#18873)
Luca Casonato
2023-04-26
feat(ext/kv): add more atomic operation helpers (#18854)
Ryan Dahl
2023-04-25
refactor(ext/kv): don't use bigint literals (#18841)
Bartek Iwańczuk
2023-04-18
chore: forward v1.32.5 release commit to main (#18758)
denobot
2023-04-15
feat(kv): AtomicOperation#sum (#18704)
Ryan Dahl
2023-04-12
chore: forward v1.32.4 release commit to main (#18669)
denobot
2023-04-11
fix(ext/kv): keys must be arrays (#18655)
Luca Casonato
2023-04-01
chore: forward v1.32.3 release commit to main (#18561)
denobot
2023-04-01
chore: forward v1.32.2 release commit to main (#18539)
denobot
2023-03-30
fix(dts): improve types for the Deno.KV API (#18510)
Luca Casonato
2023-03-30
feat(ext/kv): return versionstamp from set/commit (#18512)
Luca Casonato
[next]