Releases: minio/mc
Releases · minio/mc
Stable release bug fixes and new features.
- 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
🍰 🍰 🍰
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
🍰 🍰 🍰
- 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.
Minor point release - supporting Solaris and Freebsd officially.
Merge pull request #1616 from harshavardhana/tag1 update: Change update tag to verify RELEASE instead of OFFICIAL
Major 'mc' release
- 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
- Update urls for 'mc'
- Fixes #1545 - mc session resume
Bug fix release
- 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
- 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
- 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.