1. 10 Nov, 2025 1 commit
  2. 24 Oct, 2025 1 commit
  3. 11 Oct, 2025 1 commit
  4. 01 Oct, 2025 1 commit
  5. 16 Sep, 2025 1 commit
  6. 22 Aug, 2025 1 commit
  7. 19 Aug, 2025 1 commit
  8. 15 Aug, 2025 1 commit
  9. 15 May, 2025 1 commit
    • Graham King's avatar
      fix: Fix default RouterMode value (#1092) · 889ab67e
      Graham King authored
      The Python bindings use the default value for RouterMode. Previously that was Random (good), but now it became None (bad).
      
      Remove the option and clean up the duplicate RouterMode. I was trying to avoid putting the `KV` enum in dynamo-runtime. Turns out adding those two characters gives us a healthy simplification, and restores the old default router value.
      
      Also clean up two noisy log messages when waiting for KV routing metrics to start in worker.
      889ab67e
  10. 04 Apr, 2025 1 commit
    • Graham King's avatar
      chore: Upgrade Rust to 1.86 (#518) · e99aa1e1
      Graham King authored
      Also upgrade the cargo resolver to v3, the default.
      
      New clippy lints:
      - `next_back()` instead of `last()` for a double-ended iterator. That avoids walking the whole list.
      - ` repeat_n` instead of `repeat.take`. That avoids cloning.
      - Doc indenting
      e99aa1e1
  11. 03 Apr, 2025 1 commit
  12. 17 Mar, 2025 1 commit
  13. 26 Feb, 2025 1 commit
  14. 25 Feb, 2025 1 commit
  15. 21 Feb, 2025 1 commit
  16. 18 Feb, 2025 1 commit
  17. 11 Feb, 2025 1 commit
  18. 05 Feb, 2025 1 commit
  19. 04 Feb, 2025 1 commit