Skip to content

Releases: minio/minio-java

Bugfix Release

12 Jun 05:51
8.4.2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 8.4.1...8.4.2

Bugfix Release

13 May 15:13
8.4.1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 8.4.0...8.4.1

Feature Release

05 May 00:28
8.4.0
Compare
Choose a tag to compare

What's New

  • MinIO Java SDK now implements full async client implementation, refer #1308

What's Changed

New Contributors

Full Changelog: 8.3.9...8.4.0

Bugfix release

22 Apr 22:25
8.3.9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 8.3.8...8.3.9

Bugfix Release

09 Apr 21:16
8.3.8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 8.3.7...8.3.8

Bugfix Release

27 Feb 05:08
8.3.7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 8.3.6...8.3.7

Bugfix Release

02 Feb 04:59
8.3.6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 8.3.5...8.3.6

Minor Feature Release

13 Jan 03:35
8.3.5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 8.3.4...8.3.5

Bugfix Release

29 Nov 22:10
8.3.4
Compare
Choose a tag to compare

Changelog

  • Make Role optional in ReplicationConfiguration (#1268) (11/29/21) (Bala FA)
  • Include Content-{Length,Type} headers in signature calculation (#1267) (11/29/21) (Bala FA)
  • Add long type content-length range condition in PostPolicy. (#1270) (11/29/21) (Bala FA)
  • Remove value field from io.minio.http.Method enum (#1271) (11/29/21) (Emil Sierżęga)
  • Add serialVersionUID to exceptions for serialization (#1272) (11/29/21) (Emil Sierżęga)
  • Remove deprecated Gradle usage (#1273) (11/29/21) (Emil Sierżęga)
  • Add MinIO specific extension DeleteReplication in ReplicationConfiguration. (#1265) (11/18/21) (Bala FA)
  • Remove unnecessary suppress warnings (#1266) (11/17/21) (Emil Sierżęga)
  • Use standard Objects class instead of Guava (#1261) (11/17/21) (Emil Sierżęga)
  • Remove unused imports/variables (#1264) (11/17/21) (Emil Sierżęga)
  • fix SetBucketNotification example for UnsupportedOperationException (#1260) (11/11/21) (ChangXY)
  • fix Gradle snippet in README compatible to Gradle 7+ (#1256) (11/10/21) (Sebastian Aigner)

Minor Bugfix Release

21 Oct 20:15
8.3.3
Compare
Choose a tag to compare

Changelog

  • Create a separate jar for the admin api (#1251) (10/21/21) (Sam-Kramer)
  • Make bucket name optional in listenBucketNotification() API (#1250) (10/21/21) (Bala FA)