Skip to content

Releases: minio/minio-go

Minor Bug fix Release

02 Oct 01:01
v6.0.38
Compare
Choose a tag to compare

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

23 Sep 23:55
v6.0.37
Compare
Choose a tag to compare

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

19 Sep 12:43
v6.0.36
eed067a
Compare
Choose a tag to compare

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

11 Sep 21:04
v6.0.35
Compare
Choose a tag to compare

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

14 Aug 18:14
v6.0.34
Compare
Choose a tag to compare

Changelog

  • add WithContext API in Core (#1148) (08/13/19) <庄天翼>

Minor Bug Fix Release

17 Jul 23:17
v6.0.33
Compare
Choose a tag to compare

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

09 Jul 23:49
v6.0.32
Compare
Choose a tag to compare

Changelog

  • ReadAt should behave appropriately at io.EOF (#1138) (07/10/19)

Minor Bug Fix Release

03 Jul 13:21
v6.0.31
6d6e637
Compare
Choose a tag to compare

Changelog

  • MakeBucket should always use pathStyle (#1129) (06/26/19)
  • Fix travis failure (06/26/19)

Minor Bug fix Release

26 Jun 18:03
v6.0.30
bb942b2
Compare
Choose a tag to compare

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

12 Jun 20:08
v6.0.29
Compare
Choose a tag to compare

Changelog

  • Retry on AccessDenied only in restricted cases (#1121) (06/11/19)