[1.1.6] — 2026-03-30
Fixed
- XML error responses — added
<Type>Sender</Type>(4xx) /<Type>Receiver</Type>(5xx) to all XML error responses insqs.pyandcore/responses.py(used by S3, SNS, IAM, STS, CloudWatch). botocore requires this element to populate typed exception classes (e.g.client.exceptions.QueueDoesNotExist). Without it, botocore fell back to genericClientErroreven when the errorCodewas correct.
Tests
- 694 integration tests — all passing