Braze performance pulls are fast again — 0.13.0 accidentally serialised per-ID fetches to enable resume, which slowed down the common case. Now processes 5 IDs in parallel with checkpoints between batches.
What shipped
•Braze performance pulls are fast again for typical requests. 0.13.0 processed IDs one-at-a-time so the audit could resume between any single ID; that regressed the common case (5–30 IDs) by 3–10x. 0.13.1 processes 5 IDs in parallel per batch with checkpoints between batches — the resume path still works cleanly, and small requests finish in a single batch.
•Added a smoke test for the continuation path so the resume-from-checkpoint code gets exercised on every build.