Releases: minio/minio-java
Releases · minio/minio-java
Bugfix Release
What's Changed
- Enable setting ExpiredObjectDeleteMarker in Expiration. by @balamurugana in #1336
- Add s3-fips endpoint support. by @balamurugana in #1334
- Improve put object performance by sending sha256sum always. by @balamurugana in #1333
- Handle 304 status code properly by @balamurugana in #1330
Full Changelog: 8.4.1...8.4.2
Bugfix Release
What's Changed
- fix Host header value for IPv6 by @balamurugana in #1328
Full Changelog: 8.4.0...8.4.1
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)