anthropic v5.0.3 - Fix discovery dropping resources when pagination is interrupted
Jun 11, 2026•GuardrailsMods
Bug fixes
- Discovery of paginated lists (workspace members, users, API keys, and similar collections) no longer silently returns a partial list when a transient error interrupts pagination after the first page. Previously, a 404 or empty response received part-way through walking the pages was treated as the end of the list, so the run could quietly drop resources for that cycle with no error logged. The client now raises a retry-eligible error in this case, so the run retries and re-walks the full list instead of dropping resources.