Releases: minio/mc
Releases · minio/mc
Minor bugfix release
Minor bugfix release
Minor bugfix release
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
Bug fix release
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
Bug fix release
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
Feature and bug fix release
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
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)