aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-client/src/kv.rs (unfollow)
Commit message (Expand)Author
2025-05-06feat: Implement KV as a write-through cache (#2732)Michelle Tilley
2025-04-01feat(kv): Add support for 'atuin kv delete' (#2660)Michelle Tilley
2025-03-19chore: migrate to rust 2024 (#2635)Ellie Huxtable
2024-08-05test: add env ATUIN_TEST_LOCAL_TIMEOUT to control test timeout of SQLite (#2337)Jax Young
2024-04-18chore: move crates into crates/ dir (#1958)Ellie Huxtable
2024-02-12feat: use ATUIN_TEST_SQLITE_STORE_TIMEOUT to specify test timeout of SQLite s...Eric Long
2024-01-19fix: add acquire timeout to sqlite database connection (#1590)Ellie Huxtable
2024-01-05feat: rework record sync for improved reliability (#1478)Ellie Huxtable
2023-08-18Update dependencies (#1181)Conrad Ludgate
2023-08-18Add kv map builder and list function (#1179)Ellie Huxtable
2023-08-07Prepare release v16.0.0 (#1143)Ellie Huxtable
2023-07-14Add new sync (#1093)Ellie Huxtable
2023-06-26record encryption (#1058)Conrad Ludgate
2023-06-18remove rmp-serde (#1057)Conrad Ludgate
2023-06-15Add namespaces to kv store (#1052)Ellie Huxtable
2023-06-14Key values (#1038)Ellie Huxtable