Skip to content

Releases: minio/mc

Bug fix release.

03 Apr 18:50
RELEASE.2017-04-03T18-35-01Z
Compare
Choose a tag to compare

Highlights

  • Diff command now uses a new UI to indicate differences between source and target.
  • SecretMaxKeyLen limit moved to 100 characters to support Minio Azure Gateway.
  • Added build support for OpenBSD
  • Other miscellaneous bug fixes.

ChangeLog

  • Fix for issue #2093 NAME: (#2100) (4 days ago)
  • diff: Change output UI (#2097) (5 days ago)
  • share: Download shares the url of exact prefix (#2096) (5 days ago)
  • cli: Add bash and zsh autocomplete (#2095) (6 days ago)
  • ls: Fix listing incomplete entries result (#2081) (13 days ago)
  • fs: Remove handling of specific windows symlinks (#2080) (2 weeks ago)
  • fs stat(): Return dir stat with incomplete flag (#2078) (2 weeks ago)
  • Use words package from minio for DamerauLevenshteinDistance() (#2075) (2 weeks ago)
  • policy/links: Do not list prefixes in recursive mode. (#2070) (3 weeks ago)
  • Split config-host into remove, list, add commands (#2069) (3 weeks ago)
  • Set secretKeyMaxLen = 100 to accomodate azure's account-key length. (#2054) (4 weeks ago)
  • mc: Code cleanup after running gosimple tool (#2065) (4 weeks ago)
  • cp: Fix guessing if target url is a directory (#2062) (4 weeks ago)
  • epoll_wait is not implemented on ARM64 Linux (#2052) (5 weeks ago)
  • Stop mirror/diff when difference() sends error (#2049) (5 weeks ago)
  • cli: Fix more commands with inconsistent UI (#2045) (5 weeks ago)
  • mirror: Return exit code after mirror/watch error (#2043) (5 weeks ago)
  • Fix all cli commands to have consistent UI (#2040) (5 weeks ago)
  • Fix macOS build (#2041) (5 weeks ago)
  • Use ` instead of unicode single quote (#2033) (5 weeks ago)
  • cli: Remove help sub-command and --version flag (#2030) (6 weeks ago)
  • mc: Rewrite update and version command. (#2026) (6 weeks ago)
  • fs: new files and folders created honors umask (#2023) (6 weeks ago)
  • cli: Make sure to add "--help" flag for subcommands. (#2024) (6 weeks ago)
  • Add conflict document regarding midnight commander (#2021) (6 weeks ago)
  • Let mc to be compiled with 1.7.5 onwards. (6 weeks ago)
  • mirror: Quit after showing all progressbar updates (#2020) (6 weeks ago)
  • Avoid printing hidden flags and commands with custom help. (#2015) (7 weeks ago)
  • client-s3: Recursive List() avoids listing buckets (#2014) (7 weeks ago)
  • mirror: Mirror buckets if only alias is specified (#2006) (7 weeks ago)
  • help: Use {{.HelpName}} in help/examples template (#2013) (7 weeks ago)
  • trie: use trie package in minio. (#2010) (7 weeks ago)
  • rm: fix multiple args handling (#2008) (8 weeks ago)
  • Add build support for OpenBSD on i386 and amd64 (#2005) (8 weeks ago)

Bug fix release.

06 Feb 21:12
RELEASE.2017-02-06T20-16-19Z
Compare
Choose a tag to compare

Highlights

Brings the --watch change back removed from previous release.

ChangeLog

  • Bring --watch option back for mirror to make scripting as default. (#2001) (2 hours ago)
  • mirror: For non-s3 make sure we copy and exit properly. (#1995) (3 days ago)

Bug fix and feature release

02 Feb 23:06
RELEASE.2017-02-02T22-38-48Z
Compare
Choose a tag to compare

Highlights

  • Rewrite mirror to be simpler no more --watch command mirror defaults to watch behavior and doesn't store any session files.
  • Support S3 Transfer Acceleration URL
  • Support for fully normalized unicode characters.
  • Preserve metadata properly while doing mirror and cp .
  • Allow deleting of objects which end with '/'.
  • Add policy links command to generate public URLs for readonly buckets.

ChangeLog

  • mirror: Avoid session and enable continuous mirror (#1992) (2 days ago)
  • Allow saving accessKey, secretKey which is empty. (#1990) (8 days ago)
  • Add build support for pine64 (#1987) (8 days ago)
  • Mirror: normalize keys before comparing (#1978) (9 days ago)
  • client: S3 and Admin clients should have TLSConfig. (#1977) (10 days ago)
  • cli: update with urfave/cli changes (#1968) (2 weeks ago)
  • sort output of mc config host list (#1959) (3 weeks ago)
  • links: Print encoded form of public URLs (#1947) (4 weeks ago)
  • Enable support for s3 transfer acceleration. (#1946) (4 weeks ago)
  • api: StatObject if listing returned missing file. (#1945) (4 weeks ago)
  • Add policy links command (#1943) (4 weeks ago)
  • session: Validate session config header version. (#1940) (5 weeks ago)
  • Simplify loading config and use config loader with version check. (#1939) (5 weeks ago)
  • rm: Allow delete of objects with / at the end. (#1937) (5 weeks ago)
  • enable static build releases with CGO_ENABLED=0 (#1935) (6 weeks ago)
  • mirror/cp/pipe: Preserve metadata while copying s3 to s3. (#1927) (7 weeks ago)
  • mirror: --remove should properly remove files on target. (#1926) (7 weeks ago)

Bug fix release.

12 Dec 17:17
RELEASE.2016-12-09T18-23-19Z
Compare
Choose a tag to compare

Fix a crash in mc mirror --watch

Bug fix release.

05 Dec 23:00
RELEASE.2016-12-05T22-51-51Z
Compare
Choose a tag to compare
  • events: Fix the message printed by events{add,remove} (#1911) (52 minutes ago)
  • fs: Enhanced ignore list to do glob match. (#1910) (59 minutes ago)
  • mirror: Avoid flushing session to disk on each i/o operation. (#1909) (73 minutes ago)
  • cat: return err in case s3 object short read (#1907) (25 hours ago)
  • tls: load custom public certificates from CAs dir (#1901) (3 days ago)
  • Continue listing incomplete uploads when we receive an error associated to a specific object (#1899) (8 days ago)
  • mc: Consistent exit codes across all commands. (#1895) (9 days ago)
  • cp/mirror: Use proper paths for windows during copyObject. (#1897) (9 days ago)
  • Relax access/secret key requirements as minio server. (#1894) (11 days ago)
  • Fix downloading files with exact ranges requested in client FS. (#1892) (2 weeks ago)
  • Rename 'both' policy to 'public' (#1877) (4 weeks ago)
  • Refactor rm command now does bulk delete. (#1855) (7 weeks ago)
  • Fix remote path calcuation when continuously mirroring fs dir to any target (#1853) (8 weeks ago)
  • Correct behavior of listing and removing empty directories (#1851) (8 weeks ago)

Bug fix release.

07 Oct 02:15
RELEASE.2016-10-07T01-56-22Z
Compare
Choose a tag to compare
  • Fixes a crash when parallel mc instances try to migrate session files (#1812)
  • Add --insecure flag to skip certificate validation (#1814)
  • mc: Do not print accounting with '--json' (#1815)
  • Add policy list command (#1811)
  • Bring new fixes from minio-go related to PutObject and GetObject (#1822)
  • Avoid seeking os.Stdin in client-fs Put() (#1834)
  • rm: add timebased delete and object list from stdin (#1837)
  • Do not return S3 empty directories in recursive listing (#1846)
  • ls: fix incomplete listing for specific prefix (#1849)

Bug fix release, fixes a regression in 'mc mirror -w'

21 Aug 03:12
RELEASE.2016-08-21T03-02-49Z
Compare
Choose a tag to compare
RELEASE.2016-08-21T03-02-49Z

Bug fix release, fixes a regression in 'mc mirror -w'

Stable release bug fixes and new features.

18 Aug 02:01
RELEASE.2016-08-18T01-41-03Z
Compare
Choose a tag to compare
  • Introduce events command to manage bucket notifications.
  • Introduce watch command to watch for all events on object storage (dynamic SNS) and filesystem (fsnotify).
  • Introduce mc mirror -w for continuous mirroring (no need for cronjob anymore uses dynamic SNS).
  • Fixed a lot of issues with bucket policy handling.
  • Other misc bug-fixes.

Major bug fix release

03 Jun 19:20
Compare
Choose a tag to compare

🍰 🍰 🍰

Major highlights

  • China region support
  • mirror and diff (now handled bi-directional diff) rewrite. Thanks to @vadmeste
  • Many other bug fixes including proper HTTP connection pooling, handling of retries on various s3 timeouts.
  • URL handling fixes.
  • Case insensitive API signature in config.

Minio client bug fix release and new features

01 Apr 00:56
Compare
Choose a tag to compare

🍰 🍰 🍰

  • access: Access policy command implemented to make your buckets. [readwrite, readonly, writeonly] publicly accessible.
  • windows: Add progress bar windows fixes.
  • session: Remove stale backup files.
  • mirror: has --fake option.
  • diff: diffs are listed based on time.
  • do not progress progress bar in case of failure.
  • config migrate to new version '8'
  • pipe: avoid double mem copy.
  • support mc to access access key and secret key from environment variables.
  • http client timeout increased to 8 min.