You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Use str | None annotation on BucketNotFoundError
- Omit SNS ARN suffix when ARN is None (avoids misleading 'None' in message)
- Fix CHANGELOG PR link (#4776 → #4777)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: docs/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Entries inside each section should be ordered by type:
20
20
21
21
### Python API
22
22
23
-
*[Fixed]`quilt3.admin.buckets.add/update/remove` now include the bucket name (and SNS ARN where applicable) in error messages, making failures easier to debug ([#4776](https://github.com/quiltdata/quilt/pull/4776))
23
+
*[Fixed]`quilt3.admin.buckets.add/update/remove` now include the bucket name (and SNS ARN where applicable) in error messages, making failures easier to debug ([#4777](https://github.com/quiltdata/quilt/pull/4777))
0 commit comments