Mc Versions Save

Simple | Fast tool to manage MinIO clusters :cloud:

RELEASE.2024-04-29T09-56-05Z

2 weeks ago

What's Changed

New Contributors

Full Changelog: https://github.com/minio/mc/compare/RELEASE.2024-04-18T16-45-29Z...RELEASE.2024-04-29T09-56-05Z

RELEASE.2024-04-18T16-45-29Z

1 month ago

Existing encrypt flag parsing was broken - to fix this, the current release renames some flags:

  • --encrypt--enc-c
  • --encrypt-s3--enc-s3
  • --encrypt-kms--enc-kms

These flags now only accept RawBase64 encoded keys and the flags may be repeated. The older flags will no longer be accepted.

The --continue flag has been removed as it was behaving in an insecure way and it was decided to completely remove it.

For more information on flag usage, run mc with the --help for a command that accepts such flags, for e.g. mc cp --help.

For further information on the changes see the original pull request #4882

linux/mips64 architecture re-enabled

For the last few releases linux/mips64 architecture binaries were not published due to build issues - this has been fixed now, and this release has binaries for this architecture.

What's Changed

Full Changelog: https://github.com/minio/mc/compare/RELEASE.2024-03-30T15-29-52Z...RELEASE.2024-04-18T16-45-29Z

RELEASE.2024-03-30T15-29-52Z

1 month ago

What's Changed

Full Changelog: https://github.com/minio/mc/compare/RELEASE.2024-03-25T16-41-14Z...RELEASE.2024-03-30T15-29-52Z

RELEASE.2024-03-25T16-41-14Z

1 month ago

What's Changed

Full Changelog: https://github.com/minio/mc/compare/RELEASE.2024-03-20T21-07-29Z...RELEASE.2024-03-25T16-41-14Z

RELEASE.2024-03-20T21-07-29Z

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/minio/mc/compare/RELEASE.2024-03-13T23-51-57Z...RELEASE.2024-03-20T21-07-29Z

RELEASE.2024-03-13T23-51-57Z

2 months ago

What's Changed

Full Changelog: https://github.com/minio/mc/compare/RELEASE.2024-03-09T06-43-06Z...RELEASE.2024-03-13T23-51-57Z

RELEASE.2024-03-09T06-43-06Z

2 months ago

What's Changed

Full Changelog: https://github.com/minio/mc/compare/RELEASE.2024-03-07T00-31-49Z...RELEASE.2024-03-09T06-43-06Z

RELEASE.2024-03-07T00-31-49Z

2 months ago

What's Changed

Full Changelog: https://github.com/minio/mc/compare/RELEASE.2024-03-03T00-13-08Z...RELEASE.2024-03-07T00-31-49Z

RELEASE.2024-03-03T00-13-08Z

2 months ago

What's Changed

Full Changelog: https://github.com/minio/mc/compare/RELEASE.2024-02-24T01-33-20Z...RELEASE.2024-03-03T00-13-08Z

RELEASE.2024-02-24T01-33-20Z

2 months ago

Highlights

  • Introduces two new commands mc put and mc get for fast uploads that uses less API calls over mc cp, allowing for more scripting and batch upload friendly.

What's Changed

Full Changelog: https://github.com/minio/mc/compare/RELEASE.2024-02-16T11-05-48Z...RELEASE.2024-02-24T01-33-20Z