axagent experiencelivev0.32.0

release v0.6.1

Smoother concurrent ingest

A patch that stops concurrent ingests from retrying in lockstep on transaction conflicts.

2026-06-01ax v0.6.11 referenced changes
announcement

0.6.1 is a single database fix: the transaction-conflict retry is now jittered, so two ingests hitting the same rows - say, a manual run and the background watcher - stop colliding on every retry and make progress instead.

Highlights

  • Transaction-conflict retries are jittered to break concurrent-ingest lockstep.
referenced changes

1 linked changes

Generated from Release Please and grouped by change type. Each row keeps its issue and commit references.

Bug Fixes

  1. 01db: jitter the transaction-conflict retry to break concurrent-ingest lockstep (d3aa6be)
generated by release please
Show generated changelog for v0.6.1commit-level detail from Release Please

0.6.1 (2026-06-01)

Bug Fixes

  • db: jitter the transaction-conflict retry to break concurrent-ingest lockstep (d3aa6be)