Skip to content

Minor Bug Fix Release

Compare
Choose a tag to compare
@minio-trusted minio-trusted released this 17 Nov 05:03
· 910 commits to master since this release
RELEASE.2020-11-17T00-39-14Z
adafa00

Highlights

  • Bug fixes for mirror, ls, rm, stat, mb commands.
  • Add flag to allow delete marker replication.
  • Add support for setting bandwidth limit.
  • Add a --label flag to mc admin bucket remote add command.
  • Deprecate admin health and add admin subnet health.
  • Fix missing completion rules for new/modified cmds.

Changelog

  • fix: allow mirror to perform 'dir/ -> alias/' (#3493) (11/16/20) (Harshavardhana)
  • fix: copy bucket policy/lock config only with new buckets and with -a (#3488) (11/16/20) (Anis Elleuch)
  • Implement barrier in parallel manager (#3469) (11/15/20) (Anis Elleuch)
  • multiple bug fixes for mirror, ls, rm (#3491) (11/15/20) (Harshavardhana)
  • fix: no reason to look for file extensions (#3490) (11/13/20) (Harshavardhana)
  • Better autocompletion msg (#3481) (11/13/20) (Anis Elleuch)
  • Always send MD5 when creating an empty directory (#3487) (11/12/20) (Anis Elleuch)
  • add workers per GOMAXPROCS (#3483) (11/11/20) (Harshavardhana)
  • Add flag to allow delete marker replication (#3395) (11/10/20) (Poorna Krishnamoorthy)
  • update go mod tidy (11/06/20) (Harshavardhana)
  • Fix client-s3.Makebucket behavior with object in path (#3470) (11/06/20) (Anis Elleuch)
  • errorIf(): Convert context canceled to canceling upon request (#3463) (11/06/20) (Anis Elleuch)
  • Add support for setting bandwidth limit (#3430) (11/03/20) (Ritesh H Shukla)
  • allow empty buckets listed with mc ls -r (#3476) (11/02/20) (Harshavardhana)
  • Remove logging info from health report (#3465) (11/02/20) (Shireesh Anjal)
  • Add a --label flag to mc admin bucket remote add command (#3443) (10/29/20) (Poorna Krishnamoorthy)
  • fix mc stat with --versions flag to show versionID correctly (#3471) (10/27/20) (Poorna Krishnamoorthy)
  • Simplify queueing to parallel manager (#3468) (10/24/20) (Anis Elleuch)
  • ls: Fix listing buckets with --versions (#3462) (10/23/20) (Anis Elleuch)
  • fix: missing closing part of code block and italic (#3460) (10/22/20) (Maxime Bochon)
  • add context for mirror failures (#3464) (10/21/20) (Harshavardhana)
  • Deprecate admin health, add admin subnet health (#3455) (10/21/20) (Shireesh Anjal)
  • More fixes for retention/legalhold docs (#3458) (10/19/20) (Anis Elleuch)
  • Update mc retention, remove mc lock links. (#3457) (10/19/20) (Ravind Kumar)
  • Fix missing completion rules for new/modified cmds (#3454) (10/18/20) (Anis Elleuch)
  • Fix 'did you mean' message (#3448) (10/12/20) (Anis Elleuch)
  • s3: Stat() to filter object name when falling back to listing (#3449) (10/10/20) (Anis Elleuch)
  • Show a better err msg when Control-C is hit (#3446) (10/08/20) (Anis Elleuch)
  • mv: Fail only if bucket locking is enabled in source urls (#3444) (10/08/20) (Anis Elleuch)
  • retention: Fix status msg with info --default command (#3445) (10/08/20) (Anis Elleuch)
  • Update minio dependency and go version (#3440) (10/08/20) (Shireesh Anjal)
  • client-s3: List sends bucket names when bucket not specified (#3439) (10/06/20) (Anis Elleuch)