v7.2.23
Fixed
- render: a dead
AXON_CHROME_REMOTE_URLno 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_kindaccepts the fullProviderKindregistry. 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-smokenow run on GitHub-hosted runners, restoring theghcr.io/dinglebear-ai/axonpublish (#585).
Tagged manually: auto-tag skipped this version because no CLI shipping paths changed in the final commits (tracked as axon_rust-urwjh).