Releases: Backblaze/b2-sdk-java
Releases · Backblaze/b2-sdk-java
v6.5.0
v6.4.0
Merge pull request #208 from Backblaze/nbehrens/6.4.0-version-bump Update changelog and 6.4.0 release version
v6.3.0
Merge pull request #203 from Backblaze/nbehrens/6.3.0-release Update changelog and gradle version for 6.3.0 release
v6.2.1
Update CHANGELOG.md and gradle.properties for 6.2.1 release (#198)
v6.2.0
DEV-23981: Update version number for release (#194)
v6.1.1
[6.1.1] - 2022-11-10
Added
- Return a subtype of
B2Exceptionon errors when the response body does not conform toB2ErrorStructure.
Returning aB2Exceptionsubtype enables theB2Retryerto retry exceptions that may succeed on retry.
Fixed
- Fixed B2ListFilesIterableBase assuming a response with 0 results was the end. It now looks for
nextFileNamebeing null to indicate the end.
v6.1.0
[6.1.0] - 2022-09-19
Added
- Added support for Java 8's
-parametersoption so constructor parameters do not need to be reiterated inB2Json.constructor#params - Added
fileLockEnabledtoB2UpdateBucketRequestto support enabling file lock on existing buckets
v6.0.0
[6.0.0] - 2022-06-03
Changed [Incompatible]
- Updated
includeExistingFilesto be required on B2ReplicationRule
Added
- Updated to version
1.15ofcommons-codec.
v5.1.0
Added
- Added
s3ApiUrltoB2AccountAuthorization. - Updated to version
4.5.13oforg.apache.httpcomponents:httpclient - Updated to version
4.13.2ofjunit:junit - Added Replication Configuration to Create Bucket and Update Bucket API requests/responses
v5.0.0
Changed [Incompatible]
- Disabled automatic decompression of compressed content in HTTP client download library
- Added
updateFileRetentionandupdateLegalHoldtoB2StorageClient - Added
storeLargeFileFromLocalContentAsynctoB2StorageClientto support asynchronous large file uploads
Added
- Added Server-Side Encryption (SSE) support to relevant API requests/responses
- Added File Lock support to relevant API requests/responses
- Set gradle targetCompatibility to 1.8
- Added support for java.util.SortedMap interface
- Support more than 64 fields per object
Fixed
- Fixed regular expression that had an unescaped '.'