Releases: minio/minio-go
Releases · minio/minio-go
Minor Bugfix Release
Minor Bugfix Release
Minor Bugfix Release
Changelog
- Add AWS S3 China Dual-Stack Endpoints (#1445) (02/04/21) (Miyuru Sankalpa)
- tagSet.String() shows the encoded form of all tags (#1448) (02/04/21) (Anis Elleuch)
- sts endpoint fix for china regions (#1444) (02/02/21) (narasimman-elu)
- replication: Change proxy flag to string (#1447) (01/26/21) (Poorna Krishnamoorthy)
- lifecycle: Fix Expiration.IsNull() after introducing DeleteMarker (#1443) (01/13/21) (Anis Elleuch)
- lifecycle: Add IsEnabled() to ExpireDeleteMarker (#1441) (01/13/21) (Anis Elleuch)
Minor Bugfix Release
Changelog
- lifecycle: Fix infinite NoncurrentTransition xml marshalling (#1439) (01/07/21) (Anis Elleuch)
- Add proxy flag to advanced Get options (#1404) (01/05/21) (Poorna Krishnamoorthy)
- append minio. to ListObjectsOptions (#1438) (01/04/21) (insanitywholesale)
- Add SourceSelectionCriteria to replication config (#1427) (12/30/20) (Poorna Krishnamoorthy)
- replication: Use nano precision in modtime during copy & delete (#1433) (12/31/20) (Anis Elleuch)
- fix broken license link in docs (#1432) (12/25/20) (SaintMalik)
- docs: fix API.md typo (#1435) (12/24/20) (Max Xu)
- NotImplemented support for Azure and cleanup issues (#1392) (12/22/20) (ebozduman)
- replicate: Send source modtime in time nano format (#1428) (12/17/20) (Anis Elleuch)
- CI: remove Go1.13 from CI (#1431) (12/17/20) (Andreas Auernhammer)
- encrypt: fix SSE-KMS HTTP context header (#1430) (12/17/20) (Andreas Auernhammer)
- fix: make notification config Equal function robust (#1429) (12/16/20) (Cesar N)
- Added post policy for starts-with in content type (#1421) (12/01/20) (Michael Hudgins)
Minor Bugfix Release
Changelog
- make sure to ignore non-existent versions (#1419) (11/28/20) (Harshavardhana)
- update README of zh_CN (#1416) (11/27/20) (liuwei)
- fix: context timeout not launched on get bucket location #1413 (#1414) (11/23/20) (alexcocia)
- add support for custom transport for LDAP creds (#1412) (11/18/20) (Harshavardhana)
- Add opts to core CopyObject api (#1409) (11/18/20) (Poorna Krishnamoorthy)
- Fixes the format issue in API.md (#1411) (11/18/20) (ebozduman)
- fix tag validation (#1406) (11/09/20) (Poorna Krishnamoorthy)
- change default retry units for minio-go (11/08/20) (Harshavardhana)
- add function helpers to check versioning (#1405) (11/05/20) (Harshavardhana)
- mention GO111MODULE=on for naive users (10/22/20) (Harshavardhana)
- add BucketCreatedAll and BucketRemovedAll defs (#1401) (10/22/20) (Anis Elleuch)
- remove deprecated SetCustomTransport from docs (#1400) (10/18/20) (Harshavardhana)
- Makefile: Fix examples target (#1395) (10/14/20) (Anis Elleuch)
- Improve stat error for missing version id (#1397) (10/13/20) (Poorna Krishnamoorthy)
- use strings builder to avoid string concat (#1393) (10/09/20) (Harshavardhana)
- Rename opts vars for common use by transition and replication (#1390) (09/29/20) (Poorna Krishnamoorthy)
- versioning: Fix error parsing VersionIdMarker and NextVersionIdMarker (#1391) (09/29/20) (Anis Elleuch)
- Remove ReplicationReqOptions from examples (#1388) (09/23/20) (Klaus Post)
- Honor put opts progress reader opt in core (#1387) (09/18/20) (Ritesh H Shukla)
- fix: remove source etag as query param (#1385) (09/15/20) (poornas)
- Add opts for replication deletes (#1379) (09/11/20) (poornas)
- lifecycle: Fix parsing Tag in documents (#1381) (09/01/20) (Anis Elleuch)
- fix xml tag name in replication rule (#1380) (08/31/20) (poornas)
- Send single DELETE requests if object name has xml invalid chars (#1378) (08/28/20) (Anis Elleuch)
- expose STSEndpoint and tokenExpiry (#1376) (08/21/20) (Harshavardhana)
Minor Bug Fix Release
Changelog
- Return from tests on error (#1374) (08/19/20) (kannappanr)
- Add missing context value to example (#1373) (08/19/20) (Klaus Post)
- fix: presignURL Expires doc about maximum expiry (#1372) (08/19/20) (KevinSmile)
- fix doc fun-index error (#1371) (08/18/20) (KevinSmile)
- add go1.15 to CI (#1370) (08/14/20) (Harshavardhana)
- Refactor replication rule add/edit (#1367) (08/12/20) (poornas)
- Add source ETag to PutObjectOptions for replication (#1369) (08/11/20) (poornas)
- fix: context errors may be wrapped (#1368) (08/10/20) (Harshavardhana)
- Add method to edit replication rules (#1363) (08/07/20) (poornas)
Minor Release
Minor Bug Fix Release
Changelog
- Add methods to set/remove replication rules (#1356) (08/04/20) (poornas)
- fix: only SSE-C headers should be applied to destination (#1359) (08/04/20) (Harshavardhana)
- fix: avoid data race by copying the buffer (#1357) (08/04/20) (Harshavardhana)
- remove deprecated build badges (08/02/20) (Harshavardhana)
- Create CNAME (08/02/20) (Harshavardhana)
- fix: handle readFull bug with certain readers (#1354) (07/27/20) (Harshavardhana)
Minor Bugfix Release
Changelog
- fix a typo in README.md (#1352) (07/24/20) (Julien K)
- lifecycle: Fix marshaling expiration date/days (#1351) (07/23/20) (Anis Elleuch)
- add replication-status, expiration headers (#1350) (07/22/20) (Harshavardhana)
- Return object's version id in StatObject() (#1349) (07/22/20) (Anis Elleuch)
- display appropriate funcName with nested callers (#1348) (07/21/20) (Harshavardhana)
- allow KMS tests to be run in the CI/CD (#1345) (07/19/20) (Harshavardhana)
- update all remaining docs (07/18/20) (Harshavardhana)
- fix: removing lifecycle properly (#1344) (07/18/20) (Harshavardhana)
- feat: Add ListenNotification API to listen for all events (#1343) (07/18/20) (Harshavardhana)
- fix: update API docs and examples (07/17/20) (Harshavardhana)
Minor Release
Changelog
- add transport to be roundtripper (07/16/20) (Harshavardhana)