Skip to content

Releases: Backblaze/b2-sdk-java

v6.5.0

17 Dec 18:38

Choose a tag to compare

Remove duplicate value

v6.4.0

14 May 18:47
2f6805a

Choose a tag to compare

Merge pull request #208 from Backblaze/nbehrens/6.4.0-version-bump

Update changelog and 6.4.0 release version

v6.3.0

11 Nov 16:57
e632f89

Choose a tag to compare

Merge pull request #203 from Backblaze/nbehrens/6.3.0-release

Update changelog and gradle version for 6.3.0 release

v6.2.1

16 Jul 21:42
1e13960

Choose a tag to compare

Update CHANGELOG.md and gradle.properties for 6.2.1 release (#198)

v6.2.0

15 Apr 17:14
c177377

Choose a tag to compare

DEV-23981: Update version number for release (#194)

v6.1.1

10 Nov 18:44
89354d9

Choose a tag to compare

[6.1.1] - 2022-11-10

Added

  • Return a subtype of B2Exception on errors when the response body does not conform to B2ErrorStructure.
    Returning a B2Exception subtype enables the B2Retryer to retry exceptions that may succeed on retry.

Fixed

  • Fixed B2ListFilesIterableBase assuming a response with 0 results was the end. It now looks for
    nextFileName being null to indicate the end.

v6.1.0

19 Sep 17:17
ea81b02

Choose a tag to compare

[6.1.0] - 2022-09-19

Added

  • Added support for Java 8's -parameters option so constructor parameters do not need to be reiterated in B2Json.constructor#params
  • Added fileLockEnabled to B2UpdateBucketRequest to support enabling file lock on existing buckets

v6.0.0

03 Jun 17:34
bcffcfa

Choose a tag to compare

[6.0.0] - 2022-06-03

Changed [Incompatible]

  • Updated includeExistingFiles to be required on B2ReplicationRule

Added

  • Updated to version 1.15 of commons-codec.

v5.1.0

11 May 22:02
064516a

Choose a tag to compare

Added

  • Added s3ApiUrl to B2AccountAuthorization.
  • Updated to version 4.5.13 of org.apache.httpcomponents:httpclient
  • Updated to version 4.13.2 of junit:junit
  • Added Replication Configuration to Create Bucket and Update Bucket API requests/responses

v5.0.0

12 May 21:06
9542bd1

Choose a tag to compare

Changed [Incompatible]

  • Disabled automatic decompression of compressed content in HTTP client download library
  • Added updateFileRetention and updateLegalHold to B2StorageClient
  • Added storeLargeFileFromLocalContentAsync to B2StorageClient to 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 '.'