Skip to content

v7.2.23

Choose a tag to compare

@jmagar jmagar released this 24 Aug 22:58
· 44 commits to main since this release
e0c345a

Fixed

  • render: a dead AXON_CHROME_REMOTE_URL no longer degrades renders to a browserless HTTP crawl. The CDP probe now distinguishes "unreachable after retries" from "skipped inside Docker", clears a confirmed-dead remote so Spider genuinely launches a local Chrome, and stops warning on every render in Docker (#582).
  • jobs: provider_reservations.provider_kind accepts the full ProviderKind registry. The migration-0004 CHECK allowed 11 kinds while the enum had grown to 20, so graph/ledger/memory/job/watch/config/credential/security/rate_limiter/health_probe reservations failed with SQLite error 275 and silently degraded their summaries — baseline graph upserts in particular. Migration 0009 widens it, and a compiler-enforced exhaustiveness witness now fails the build if a new enum variant ships without a widening migration (#583).

Changed

  • ci: the Docker image build and image-build-smoke now run on GitHub-hosted runners, restoring the ghcr.io/dinglebear-ai/axon publish (#585).

Tagged manually: auto-tag skipped this version because no CLI shipping paths changed in the final commits (tracked as axon_rust-urwjh).