This commit is contained in:
David Kocher
2026-05-12 14:33:15 +02:00
parent dff389cb51
commit a2f970f533
2 changed files with 9 additions and 2 deletions
+3 -2
View File
@@ -1,10 +1,11 @@
# Changelog
[9.5.0](https://github.com/iterate-ch/cyberduck/compare/release-9-4-1...release-9-5-0)
* [Feature] AWS IAM Identity Center Support (S3) ([#13377](https://trac.cyberduck.io/ticket/13377))
* [Feature] Connect with credentials from
`credential_process` configuration directive in ~/.aws (S3) ([#11664](https://trac.cyberduck.io/ticket/11664))
* [Feature] Connect with credentials from `credential_process` configuration directive in ~/.aws (S3) ([#11664](https://trac.cyberduck.io/ticket/11664))
* [Feature] Add preference to include previous versions of files in browser (S3) ([#18020](https://trac.cyberduck.io/ticket/18020))
* [Feature] Retrieve credentials from instance metadata using IMDSv2 (S3) ([#16104](https://trac.cyberduck.io/ticket/16104))
* [Feature] Disable versioned listing by default (S3) ([#18031](https://trac.cyberduck.io/ticket/18031))
* [Feature] Add option in Preferences to enable versioned listing (S3) ([#18031](https://trac.cyberduck.io/ticket/18031))
* [Bugfix] Error downloading file from unlocked vault (Cryptomator) ([#17935](https://trac.cyberduck.io/ticket/17935))
* [Bugfix] No trailing delimiter for path style requests with bucket name only ([#17901](https://trac.cyberduck.io/ticket/17901))
* [Bugfix] Repeating file transfer in vault fails after restart (Cryptomator) ([#17974](https://trac.cyberduck.io/ticket/17974))
+6
View File
@@ -101,6 +101,12 @@
<li><span class=" label label-success">Feature</span> Retrieve credentials from instance metadata using IMDSv2 (S3)
(<a target="_blank" href="https://trac.cyberduck.io/ticket/16104">#16104</a>)
</li>
<li><span class=" label label-success">Feature</span> Disable versioned listing by default (S3) (<a target="_blank"
href="https://trac.cyberduck.io/ticket/18031">#18031</a>)
</li>
<li><span class=" label label-success">Feature</span> Add option in Preferences to enable versioned listing (S3) (<a
target="_blank" href="https://trac.cyberduck.io/ticket/18031">#18031</a>)
</li>
<li><span class="label label-warning">Bugfix</span> Error downloading file from unlocked vault (Cryptomator)
(<a target="_blank" href="https://trac.cyberduck.io/ticket/17935">#17935</a>)
</li>