Releases: minio/minio-go
Releases · minio/minio-go
Minor Bug Fix release
Changelog
- add WithContext API in Core (#1148) (08/13/19) <庄天翼>
Minor Bug Fix Release
Changelog
- Remove port 9000 from play.min.io (#1144) (07/16/19)
- add
EndpointURL
method to S3 client (#1141) (07/11/19)
- Example: Return MakeBucket error in FileUploader.go (#1143) (07/10/19)
- fix error message for wrong content length on putobject (#1140) (07/10/19)
Minio Bug Fix Release
Changelog
- ReadAt should behave appropriately at io.EOF (#1138) (07/10/19)
Minor Bug Fix Release
Changelog
- MakeBucket should always use pathStyle (#1129) (06/26/19)
- Fix travis failure (06/26/19)
Minor Bug fix Release
Changelog
- Data race: Use a copy instead of a pointer to url.URL (#1126) (06/21/19)
- Prevent repeated allocation of constant value (#1128) (06/21/19)
Minor Bug Fix Release
Changelog
- Retry on AccessDenied only in restricted cases (#1121) (06/11/19)
Minor Bug Fix Release
Changelog
- Handle regions returned in error responses (#1117) (06/05/19)
Minor Bug Fix Release
Changelog
- Listbuckets API: Retry with region returned by s3 server (#1113) (05/29/19)
- Add slash to defaultIAMSecurityCredsPath (#1115) (05/29/19)
- Retry errors caused by a timeout waiting for the server response (#1116) (05/29/19)
Minor Bug Fix Release
- Increase default multipart size to 128MiB (#1112) (05/28/19)
- Fix go module imports properly to honor semantic versioning (#1111) (05/24/19)
Minor Bug Fix Release
Changelog
- Allow domains with . at the end (#1110) (05/23/19)
- Retry on 504 Gateway timeout http status code. (#1104) (05/15/19)
- [api] enable error tracing (#1091) (05/13/19)
- support new ap-east-1 region (#1105) (05/11/19)