Skip to content

Releases: minio/mc

Minor point release - supporting Solaris and Freebsd officially.

19 Feb 04:37
Compare
Choose a tag to compare
Merge pull request #1616 from harshavardhana/tag1

update: Change update tag to verify RELEASE instead of OFFICIAL

Major 'mc' release

08 Feb 02:44
Compare
Choose a tag to compare
  • Parallel code for cp and mirror is deprecated in favor of serial code to make session management more simpler.
  • Config file has been changed now http:// prefixed urls are not supported, only s3 requests are based on aliases.
  • No temporary files are used during file uploads, memory is used as scratch space.
  • Progress bar is simplified further now, progress bar reader is progressed by PutObject API.
  • Error message changes to make it more human readable.
  • Filesystem code fully behaves like S3 functionality now.
  • Make bucket 'mc' has --region option now to specify bucket location.

And many more.

Bug fix release

07 Jan 21:08
Compare
Choose a tag to compare
  • Update urls for 'mc'
  • Fixes #1545 - mc session resume

Bug fix release

06 Dec 02:17
Compare
Choose a tag to compare
  • mc cp resume from filesystem to local would fail due to a bug inside fs.go.
  • now should detect Content-Type properly for the object being uploaded.
  • presigned signature for upload had an issue should be fixed.
  • alias construction would fail for multiple aliases to same host - fixed.
  • mc ls -I for incomplete uploads - prefix would fail.
  • handle alias strings properly on windows.

mc new release

01 Dec 03:02
Compare
Choose a tag to compare
  • Re-implementing ‘mc diff’ and ‘mc mirror’ with streaming style.
  • Supports Google Cloud Storage (GCS).
  • Supports Swift/Ceph (Community validation by — @dudymas).
  • Introducing ‘mc share upload/download’ commands for treating your s3 bucket like a dropbox.
  • Supports now ARM architecture. 
  • Introducing ‘mc rm’ command to remove file or bucket.
  • Introducing ‘mc pipe’ command for streaming file uploads.
  • New feature ‘mc ls’ to list all incomplete uploads.
  • New feature ‘ — quiet’ mode during ‘cp’ and ‘mirror’ — now does accounting of data transfer and prints summary upon completion.
  • Many other bug fixes at https://github.com/minio/mc.

mc new release

01 Dec 00:09
Compare
Choose a tag to compare
  • Re-implementing ‘mc diff’ and ‘mc mirror’ with streaming style.
  • Supports Google Cloud Storage (GCS).
  • Supports Swift/Ceph (Community validation by — @dudymas).
  • Introducing ‘mc share upload/download’ commands for treating your s3 bucket like a dropbox.
  • Supports now ARM architecture. 
  • Introducing ‘mc rm’ command to remove file or bucket.
  • Introducing ‘mc pipe’ command for streaming file uploads.
  • New feature ‘mc ls’ to list all incomplete uploads.
  • New feature ‘ — quiet’ mode during ‘cp’ and ‘mirror’ — now does accounting of data transfer and prints summary upon completion.
  • Many other bug fixes at https://github.com/minio/mc.