Skip to content

Releases: minio/mc

Minor Bugfix Release

04 Nov 07:44
RELEASE.2018-10-31T22-15-44Z
Compare
Choose a tag to compare

Changelog

  • Update mimedb to set correct content-types (#2587) (10/31/18)
  • Add additional error message in heal (#2583) (10/27/18)
  • Parse alias set via env variable while parsing encryption key (#2581) (10/26/18)
  • Fix admin docs add 'mc admin info' (#2578) (10/25/18)
  • Allow access key minimum to be 3 characters (#2579) (10/25/18)
  • Add 'mc admin restart' message (#2574) (10/18/18)

Major Feature Release

18 Oct 00:52
RELEASE.2018-10-18T00-40-05Z
Compare
Choose a tag to compare

Changelog

  • Add admin profiling command (#2557) (10/18/18)
  • Add 'users policy' command(#2573) (10/17/18)
  • fix admin docs (10/16/18)

Major Feature Release

16 Oct 23:37
RELEASE.2018-10-16T23-25-25Z
Compare
Choose a tag to compare

Changelog

  • Add admin users (#2554) (10/16/18)
  • Change golint import path (#2566) (10/11/18)
  • Migrate from "mime" to "github.com/minio/minio/pkg/mimedb" (#2563) (10/03/18)
  • Ignore errors during mirror (#2562) (10/01/18)
  • Implement select command (#2538) (09/30/18)
  • Update docs with --api flag examples (#2555) (09/26/18)

Minor bug fix release

26 Sep 00:47
RELEASE.2018-09-26T00-42-43Z
Compare
Choose a tag to compare

Changelog

  • Disallow copying/mirroring a folder into itself (#2553) (09/26/18)
  • Remove extraneous bucket on target while mirroring (#2550) (09/25/18)

Minor Bug Fix Release

22 Sep 00:54
RELEASE.2018-09-22T00-47-16Z
Compare
Choose a tag to compare

Changelog

  • mc heal and mc mirror should respond with proper exit code (#2543) (09/21/18)
  • Display the config in correct format when json flag is used (#2544) (09/19/18)
  • update notify library native macOS compilation (#2540) (09/13/18)

Minor Bugfix release

10 Sep 23:50
RELEASE.2018-09-10T23-39-12Z
Compare
Choose a tag to compare

Changelog

  • Display restart failures in admin service restart command (#2533) (09/10/18)
  • Vendorize updated crypto/blake2b to compile with go1.11 (#2531) (09/10/18)

Major Bugfix release

07 Sep 06:17
RELEASE.2018-09-06T23-26-56Z
Compare
Choose a tag to compare

Changelog

  • vendorize latest minio-go and madmin (#2529) (09/06/18)
  • Fix parallel upload performance issues (#2521) (08/30/18)
  • Fix url parsing of MC_HOSTS_ env variable (#2523) (08/30/18)
  • Use go1.10.4 for AppVeyor (#2525) (08/30/18)
  • Fix cp crash when resuming from session (#2520) (08/27/18)
  • mirror watch: Exit on error while copying. (#2511) (08/23/18)
  • Add docs for config get/set commands (#2518) (08/20/18)

Major Bugfix release

18 Aug 02:21
RELEASE.2018-08-18T02-13-04Z
Compare
Choose a tag to compare

Highlights

  • Deprecates admin commands for lock/unlock
  • Admin commands now encrypt all their data transfers.

Changelog

  • Update madmin API with latest server changes (#2516) (08/17/18)
  • Remove workaround for http response tracer (#2514) (08/17/18)
  • Vendor pkg/madmin changes in GetConfig/SetConfig (#2513) (08/15/18)
  • ISSUE-2507 : Add s390x support for minio-client (#2508) (08/10/18)
  • Updating minio-go library (#2506) (08/08/18)
  • Remove/deprecate admin lock commands (#2503) (08/06/18)

Minor Bugfix Release

02 Aug 17:54
RELEASE.2018-08-02T17-39-44Z
Compare
Choose a tag to compare

Changelog

  • Remove error statement in mc mirror (#2500) (08/02/18)
  • Use randString() to generate random string for S3 sign probe (#2498) (07/31/18)

Minor Bugfix Release

31 Jul 02:41
RELEASE.2018-07-31T02-28-53Z
Compare
Choose a tag to compare

Changelog

  • Replace legacy httplex import with current x/net/httpguts (#2494) (07/29/18)
  • create bucket automatically when prefix is created (#2488) (07/27/18)
  • Pick a random bucket name when probing for signature version (#2491) (07/25/18)
  • fix for mc find --ignore option (#2489) (07/22/18)
  • Vendorizing changes required for PR#6067 (#2481) (07/16/18)