Releases: minio/minio-go
Releases · minio/minio-go
Minor Bug fix Release
Changelog
- list: Decode key/prefix and next marker in Core layer (#1169) (10/01/19)
- Export Select Result Parser (#1170) (10/01/19)
- Core: Expose Response header in GetObject (#1166) (09/29/19)
Minor Bug Fix Release
Changelog
- Change LDAP XML names to follow server changes (#1164) (09/24/19)
- Fix listObjects hang when listing special characters (#1165) (09/23/19)
Minor Bug Fix Release
Changelog
- Remove validator.go inside docs (#1162) (09/19/19)
- set encoding type to url in listobjects API (#1161) (09/19/19)
- Fix functional test (#1160) (09/17/19)
- Bump builds to 1.13 only (#1158) (09/16/19)
Feature Release
Highlights
- Add LDAP Client integration. See (#1152) for more details.
Changelog
- Fix documentation on minio-go download (#1155) (09/03/19)
- Add LDAP client integration (#1152) (08/30/19)
- Fix broken link to go install docs (#1149) (08/15/19)
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)