Releases: minio/minio-java
Releases · minio/minio-java
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)
Minor Bugfix Release
Changelog
Minor Bugfix Release
Changelog
- Decode values in object listing if encoding is set (#1183) (04/19/21) (Bala FA)
Bugfix Release
Bugfix Release
Changelog
- fix possible divided by zero error (#1162) (02/18/21) (Bala FA)
- storage-class is valid for deleteMarker on MinIO (#1161) (02/17/21) (Harshavardhana)
- Add preload data support for putObject() API. (#1156) (02/05/21) (Bala FA)
- fix postpolicy condition key check (#1154) (02/02/21) (yuliyang_yewu)
- fix getPresignedObjectUrl() to use available session token (#1147) (01/29/21) (Bala FA)
- Simplify Set initialization (#1144) (01/08/21) (Bala FA)
- Add S3 API execution trace to MinioException (#1136) (01/05/21) (Bala FA)
- fix SSE-KMS to handle context properly (#1141) (01/03/21) (Bala FA)
- Honor extra headers argument in getPresignedObjectUrl API. (#1142) (01/03/21) (Bala FA)
- typo: correct method's name (#1143) (12/30/20) (AnnieCattice)
- Use junit in functional tests (#1133) (12/23/20) (Bala FA)
- fix README and CONTRIBUTING guides (#1132) (12/18/20) (Bala FA)
Minor Bugfix Release
Changelog
- Ignore functional tests for unsupported bucket with locking (#1130) (11/29/20) (Bala FA)
- Ignore NoSuchVersion error in removeObjects() API (#1128) (11/29/20) (Bala FA)
- Add more validation in lifecycle configuration class (#1106) (11/26/20) (Bala FA)
- Remove duplicate code of buildHeaders() in ComposeSource (#1116) (11/26/20) (Bala FA)
Minor Bug Fix Release
Changelog
- Handle conditional headers in {stat,get}Object() request (#1117) (11/25/20) (Bala FA)
- fix: store compression-type in InputSerialization class (#1126) (11/25/20) (Bala FA)
- Add support to empty prefix value in XML messages (#1102) (11/24/20) (Bala FA)
- make com.github.spotbugs.spotbugs-annotations as compile-time only dependency (#1119) (11/23/20) (Bala FA)
- Remove
getObjectUrl()
in documentation (#1121) (11/23/20) (Pierre Klink) - Remove assume-role provider functional test (#1120) (11/18/20) (Bala FA)
- build: upgrade shadow v6.1.0 (#1115) (11/15/20) (Marc Philipp)