Skip to content

Releases: minio/mc

Minor bugfix release

16 Jul 22:16
RELEASE.2018-07-13T00-53-22Z
Compare
Choose a tag to compare

Changelog

  • Pass down encrypt-key handling across command validators (#2483) (07/12/18)
  • update minio-go dependency to support single statement policies (#2480) (07/06/18)

Minor bugfix release

30 Jun 00:21
RELEASE.2018-06-30T00-13-31Z
Compare
Choose a tag to compare

Changelog

  • Handle directories properly in cp and mirror (#2478) (06/29/18)
  • Fix 'mc mb' to guide the user when bucket is not passed (#2476) (06/29/18)

Minor bugfix release

22 Jun 23:49
RELEASE.2018-06-22T23-32-12Z
Compare
Choose a tag to compare

Changelog

  • Allow creating directories from S3 to filesystem (#2471) (06/20/18)
  • Vendorize minio-go inside mc (#2473) (06/20/18)
  • Removes unsupported flags and fixes the examples in the doc (#2469) (06/19/18)
  • Add support for ppc64le (#2468) (06/19/18)
  • Makefile: Create bin directory if it doesn't exist (#2466) (06/18/18)

Bug fix release

09 Jun 02:21
RELEASE.2018-06-09T02-18-09Z
8cf797d
Compare
Choose a tag to compare

Changelog

  • Update madmin API changes (#2462) (06/08/18)
  • Document adding host configuration through environment variable (#2458) (06/08/18)

Bug fix release

07 Jun 19:31
RELEASE.2018-06-07T19-24-28Z
Compare
Choose a tag to compare

Highlights

  • Support directories properly in mc
  • Add a new mc admin complete guide

Changelog

  • Fix joinPath function to handle directories properly (#2459) (06/05/18)
  • Add support of empty directories in ls/rm/find commands (#2452) (06/04/18)
  • Fix link to Minio admin complete guide (#2457) (06/01/18)
  • Add 'mc admin' complete guide (#2456) (05/31/18)
  • Properly shutdown parallel copy in cp command (#2448) (05/31/18)
  • fix: Disable localization to enforce bytewise sorting in functional tests (#2453) (05/29/18)
  • tests: Fix test_find comparaison test (#2455) (05/29/18)
  • Remove deprecated snap mc package (#2454) (05/29/18)

Major bug fix release

25 May 20:37
RELEASE.2018-05-25T20-20-15Z
Compare
Choose a tag to compare

Highlights

  • Improve mc admin with additional total used information.
  • Bugfix in mc mirror with watch option for macOS.

Changelog

  • Add total used support for mc admin info (#2449) (05/23/18)
  • fix for documentation issue (#2446) (05/16/18)
  • mc mirror watch fix in darwin (#2445) (05/14/18)

Bug fix release

28 Apr 00:39
RELEASE.2018-04-28T00-08-20Z
Compare
Choose a tag to compare

Highlights

  • Stability fixes for mc parallel manager implementation.
  • Move to go 1.10.1

Changelog

  • Update minio-go to ship new fixes (#2441) (04/26/18)
  • Quit calculating difference for any listing error (#2440) (04/26/18)
  • Support server side copy object with progress (#2438) (04/25/18)
  • Properly stop parallel work in mirror/cp when the user clicks on Ctrl-C (#2437) (04/25/18)
  • Simplified build system and move to go1.10.1 (#2431) (04/13/18)
  • Simplify parallel manager implementation (#2413) (04/07/18)
  • Fix display message when list and remove notifications are called (#2424) (04/05/18)
  • Config: avoid adding default configs if entries present (#2426) (04/03/18)
  • Remove badges that take too long to render. (#2423) (03/27/18)

Bug fix release

25 Mar 01:27
RELEASE.2018-03-25T01-22-22Z
Compare
Choose a tag to compare

Highlights

  • Fixes a regression in mc mirror behavior refer #2414

Changelog

  • vendorize minio-go with fix for reset peer to retry (#2420) (03/24/18)
  • errors: Add missing ending dot in error & fatal messages (#2418) (03/23/18)
  • Do not exit mirroring for cannot delete/overwrite errors (#2416) (03/22/18)

Feature and bug fix release

14 Mar 23:22
RELEASE.2018-03-14T23-16-27Z
Compare
Choose a tag to compare

Highlights

  • --encrypt command line option to support encrypting objects server side (SSE-C).
  • --storage-class command line option for cp and mirror commands.
  • Large bucket support admin API changes.

Changelog

  • change encryption key parsing to allow spaces in sse-c key (#2408)
  • add encrypt option to cp, mirror,pipe,stat, cat and rm commands (#2400)
  • Add back wget in the GNU/Linux heading (#2406)
  • Add storage-class support (#2403)
  • Detect duplicate config entry in mc add event (#2402)
  • Fix moving standard metadata as user defined header in s3Client's PUT method (#2401)
  • vendorize minio-go to version 4.0.8 (#2399)
  • Fix docker build issues (#2395)
  • Stops removing target bucket content when url.Error (#2377)
  • Large bucket support admin API Changes (#2372)
  • Fix flickering in heal dashboard UI (#2391)
  • Remove response timeout for admin operations (#2390)
  • fix crashes on 32bit systems use LoadUint32() instead (#2389)
  • document stat command and additional example for mb command (#2385)
  • Add api as option for mc config host add command. (#2381)

Feature & bugfix release

09 Feb 23:13
RELEASE.2018-02-09T23-07-36Z
Compare
Choose a tag to compare

Highlights

  • Breaking changes for mc admin healing command if you are dependent on this please update immediately.
  • Add new flags for all sub-commands --newer-than and --older-than.
  • Performance improvement by increasing the max parallel workers to 32.

Changelog

  • Revises 'mc diff' command help menu (#2383)
  • Fix admin-info, admin-status json status field (#2293)
  • Add --newer-than & --older-than flags (#2142) <A. Elleuch>
  • Fix heal admin API to honor json/quiet flags correctly (#2370)
  • Refactor {build,new}S3Config to remove a duplicate code (#2329) <A. Elleuch>
  • New Admin API client-side implementation (#2350)
  • Adds stderr and returns exit status of the cmd executed (#2361)
  • Fix and refactor MC_HOSTS_ env handling code (#2365)
  • Update vendored madmin dep (#2362)
  • Add license scan report and status (#2363)
  • Bump max parallel workers to 32 (#2360)