We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e3c1b20 + 60738d8 commit 2f6805aCopy full SHA for 2f6805a
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
-## [Unreleased] - TBD
+## [6.4.0] - 2025-05-14
3
+### Added
4
+* Add `readBucketLogging` and `writeBucketLogging` capabilities.
5
+* Close idle connections after 4 seconds of inactivity.
6
+
7
## [6.3.0] - 2024-11-08
8
### Added
9
* Fixed `B2StorageClient.deleteAllFilesInBucket` so it uses `fileVersions` instead of `fileNames`.
gradle.properties
@@ -1,5 +1,5 @@
# Copyright 2022, Backblaze Inc. All Rights Reserved.
# License https://www.backblaze.com/using_b2_code.html
-version=6.4.0-SNAPSHOT
+version=6.4.0
group=com.backblaze.b2
0 commit comments