Skip to content

Releases: minio/minio-java

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)

Bugfix Release

08 Oct 20:57
8.3.1
Compare
Choose a tag to compare

Changelog

  • Add AssumeRoleWithCertificate credential provider. (#1239) (10/09/21) (Bala FA)
  • Simplify io.minio.admin package (#1236) (09/23/21) (Bala FA)
  • add TLS and non-TLS tests (#1233) (09/20/21) (Harshavardhana)
  • Make ID/DisplayName optional in Initiator XML element. (#1232) (09/16/21) (Bala FA)
  • Add MinIO admin client functionality (#1221) (09/16/21) (Sam-Kramer)
  • Upgrade Guava dependency to 30.1.1-jre (#1217) (08/21/21) (Bala FA)

Bugfix Release

19 Jul 18:59
8.3.0
Compare
Choose a tag to compare

Changelog

  • Send empty body to fetch IMDS token in IamAwsProvider. (#1212) (07/19/21)
  • Fail if unsupported okhttp3 is found. (#1211) (07/19/21)
  • Add part size support in UploadObject() api. (#1208) (07/19/21)
  • Add durationSeconds and policy support in LdapIdentityProvider. (#1209) (07/16/21)
  • Handle reading more than 2GiB part data correctly. (#1205) (07/06/21)

Minor Bugfix Release

13 Jun 17:40
8.2.2
Compare
Choose a tag to compare

Changelog

  • fix: interpret user-meta in case-insenstive manner (#1199) (06/13/21) (Harshavardhana)
  • Add IMDSv2 and auth token support in IamAws provider. (#1192) (06/08/21) (Bala FA)
  • Fixed parentheses pair in documentation (#1181) (05/14/21) (Denis O)
  • bump guava to 30.0-jre (#1184) (04/20/21) (Michał Pawlik)

Minor Bugfix Release

26 Apr 05:39
8.2.1
03e2b94
Compare
Choose a tag to compare

Changelog

  • Decode values in object listing if encoding is set (#1183) (04/19/21) (Bala FA)