Releases: minio/minio-java
Releases · minio/minio-java
Feature Release
What's New
- MinIO Java SDK now implements full async client implementation, refer #1308
What's Changed
- Add getUserInfo to admin client by @murphywill in #1323
- Add async client support by @balamurugana in #1308
New Contributors
- @murphywill made their first contribution in #1323
Full Changelog: 8.3.9...8.4.0
Bugfix release
What's Changed
- adminapi: allow ignoring newer unknown fields in UserInfo by @harshavardhana in #1322
- Add overwrite flag to downloadObject() API. by @balamurugana in #1321
Full Changelog: 8.3.8...8.3.9
Bugfix Release
What's Changed
- Upgrade com.fasterxml.jackson to v2.13.2 by @balamurugana in #1315
- fix uploadSnowballObjects() to handle object name length > 100 by @balamurugana in #1319
- Upgrade com.fasterxml.jackson.jackson-databind to v2.13.2.2 by @balamurugana in #1316
Full Changelog: 8.3.7...8.3.8
Bugfix Release
What's Changed
- Raise ServerException for all unhandled HTTP status code by @balamurugana in #1297
- add MINIO_CI_CD=1 environment value by @harshavardhana in #1302
- fix docs as per current APIs by @balamurugana in #1301
- Remove resume support in downloadObject() API. by @balamurugana in #1306
Full Changelog: 8.3.6...8.3.7
Bugfix Release
What's Changed
- Mint - Add environment variable RUN_ON_FAIL by @iternity-dotcom in #1180
- fix MinioAdminClient.listCannedPolicies() to return proper string values by @Sam-Kramer in #1289
New Contributors
- @iternity-dotcom made their first contribution in #1180
Full Changelog: 8.3.5...8.3.6
Minor Feature Release
What's Changed
- fix: presignedUrl docs response-content-type is only meant for GET/HEAD by @harshavardhana in #1276
- fix etag usage in temporary filename construction in downloadObject() by @Aeltumn in #1284
- Add uploadSnowballObjects() method. by @balamurugana in #1277
New Contributors
Full Changelog: 8.3.4...8.3.5
Bugfix Release
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
Bugfix Release
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
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)