Two improvements from the June 18 release: the batch detail page now shows you whether your results reached their bucket-delivery destination, and the full documentation has moved to docs.batchrouter.com.
Both are live in production now.
Know whether your delivery landed — and retry if it didn't
When you configure a batch with a bucket-delivery destination, Batchrouter routes the completed output to your storage bucket once the job finishes. Until now, the batch detail page stopped at 'complete' — it told you the batch itself was done, but said nothing about whether those results actually reached their destination.
Now a delivery status badge on the batch detail view tracks that last step: pending, in progress, delivered, or failed. If delivery fails — a transient connectivity issue, a permissions problem, a misconfigured path — a Retry delivery button lets you kick it off again without re-submitting the whole batch.
The docs have a proper home: docs.batchrouter.com
The full Batchrouter documentation is now at docs.batchrouter.com. It's the same content — this is a structural move to give the docs their own domain and room to grow independently of the dashboard.
If you've bookmarked /docs inside the app, the route now redirects to /start (the quickstart page). Any existing links to batchrouter.com/docs/* are 301-redirected to the right place on the new domain.
A plain-language summary of these changes is on the changelog.