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
Copy file name to clipboardExpand all lines: quilt-rs/CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,12 @@
9
9
<!-- markdownlint-disable MD013 -->
10
10
# Changelog
11
11
12
+
## [v0.33.0-alpha9] - 2026-07-13
13
+
14
+
### Added
15
+
16
+
-`RemoteS3` now exposes clearing its cached S3 clients (per host or all) so callers can invalidate credentials on logout (<https://github.com/quiltdata/quilt-rs/pull/766>)
Copy file name to clipboardExpand all lines: quilt-sync/CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,12 @@
9
9
<!-- markdownlint-disable MD013 -->
10
10
# Changelog
11
11
12
+
## [v0.18.3-alpha15] - 2026-07-13
13
+
14
+
### Fixed
15
+
16
+
- Logging out now immediately drops the in-memory S3 credential cache, so reads and writes stop working right away instead of lingering until the cached credentials expire (<https://github.com/quiltdata/quilt-rs/pull/766>)
0 commit comments