minio

MinIO is a high-performance, S3 compatible object store, open sourced under GNU AGPLv3 license.

AGPL-3.0 License

Stars
47K
Committers
483

Bot releases are hidden (Show)

minio - Critical Bugfix Release

Published by minio-trusted about 4 years ago

Highlights

  • Fixes an important issue in asymmetric setups standard storage class was miscalcuated,
    leading to incorrect quorum expectations, make this uniform see #10208

Changelog

  • fix: make sure to use uniform drive count calculation (#10208) (08/05/20) (Harshavardhana)
  • feat: allow service accounts to be generated with OpenID STS (#10184) (08/05/20) (Harshavardhana)
  • update minio-go version to latest v7.0.3 (#10201) (08/05/20) (Harshavardhana)
  • fix: Change service name in Arn for replication (#10205) (08/05/20) (poornas)
  • Validate object lock when setting replication config. (#10200) (08/04/20) (poornas)
minio - Minor Bugfix Release

Published by minio-trusted about 4 years ago

Highlights

  • allows the server to start under situations where the disk is faulty, this is to ensure that other
    good drive(s) locally on the same node are usable. Previously we kept the servers down
    simply to provide more attention for the administrator to fix these drives, but in containerized
    environments this is not true and pods crashing can have other issues - to improve the
    situation for containerized environments allow the server to be operable - instead the administrator
    should look at mc admin info to look for faulty drives to be fixed/replaced, see #10175

  • CopyObject optimization to avoid creating a new copy of the entire object if the destination
    is the same object copied from the same source object with versionId specified. #10170

  • Allow write quorum calculation under reduced parity uniform across all write operations #10186

Changelog

  • fix: proxies set keep-alive timeouts to be system dependent (#10199) (08/04/20) (Harshavardhana)
  • fix: reduce an extra system call for writes instead fail later (#10187) (08/04/20) (Harshavardhana)
  • fix: multi-tenant deployment guide to use ellipses format (#10192) (08/04/20) (Harshavardhana)
  • fix ILM should not remove a protected version (#10189) (08/04/20) (Anis Elleuch)
  • allow server to start even with corrupted/faulty disks (#10175) (08/03/20) (Harshavardhana)
  • add CopyObject optimization when source and destination are same (#10170) (08/03/20) (Harshavardhana)
  • fix: allow FS mode situations when conflicting files exist (#10185) (08/03/20) (Harshavardhana)
  • fix: quorum calculation mistake with reduced parity (#10186) (08/03/20) (Harshavardhana)
  • fix: connection_string should override other params (#10180) (08/03/20) (Harshavardhana)
  • fix: pull credits in docker from master branch (#10177) (08/02/20) (Harshavardhana)
  • fix: update and improve zh_CN documentation (#10174) (08/02/20) (飞雪无情)
  • update CREDITS with minio/selfupdate project (07/31/20) (Harshavardhana)
minio - Minor Bug Fix Release

Published by minio-trusted about 4 years ago

Highlights

  • Improvements to OBD tests. See (#10141) for more details.
  • Rename replication target handler. See (#10154, #10142) for more details.
  • Turn off bucket usage metrics in Gateway mode. See (#10150) for more details.
  • Fix: Do not enforce policy claim if OPA is set. See (#10149) for more details.
  • Fix: Cache validation for offline drives. See (#10146) for more details.
  • Fix: avoid buffering of server sent events by proxies. See (#10164) for more details.
  • Fix: Pass context all the way down to the network call in lockers. See (#10161) for more details.
  • Fix: bucket usage metrics update in fs mode. See (#10152) for more details.

Changelog

  • Refactor replication target management. (#10154) (07/30/20) (poornas)
  • fix: avoid buffering of server sent events by proxies (#10164) (07/30/20) (Harshavardhana)
  • fix: Pass context all the way down to the network call in lockers (#10161) (07/29/20) (Harshavardhana)
  • Update LastUpdate timestamp before save (#10152) (07/28/20) (Adam Brown)
  • turn-off bucket usage metrics in gateway mode (#10150) (07/28/20) (Harshavardhana)
  • Rename replication target handler (#10142) (07/28/20) (poornas)
  • fix: if OPA set do not enforce policy claim (#10149) (07/28/20) (Harshavardhana)
  • Add validation in cache for offline drives (#10146) (07/28/20) (poornas)
  • update and improve zh_CN readme documentation (#10145) (07/29/20) (飞雪无情)
  • fix: speed up OBD tests avoid unnecessary memory allocation (#10141) (07/27/20) (Harshavardhana)
minio - Minor Bug Fix Release

Published by minio-trusted about 4 years ago

Highlights

  • Add missing Content-Disposition to CORS Handler. See (#10137) for more details.
  • Browser: Enforce bucket quota in the case of browser uploads. See (#10129) for more details.
  • Simplify JWKS decoding in OPenID. See (#10119) for more details.
  • Fix gateway walk implementation to list correctly. See (#10131) for more details.
  • Allow shareable URLs using rotating creds. See (#10135) for more details.

Changelog

  • fix: add missing content-disposition from CORS handler (#10137) (07/27/20) (Harshavardhana)
  • fix: allow shareable URLs with rotating creds (#10135) (07/27/20) (Harshavardhana)
  • fix: gateway Walk() implementation to list correct contents (#10131) (07/26/20) (Harshavardhana)
  • add license section be about Apache 2.0 (07/26/20) (Harshavardhana)
  • simplify JWKS decoding in OpenID and more tests (#10119) (07/25/20) (Harshavardhana)
  • Add clarification for minimum drives per server (#10130) (07/24/20) (Ritesh H Shukla)
  • fix: enforce bucket quota from browser uploads (#10129) (07/24/20) (Harshavardhana)
minio - Minor Bugfix Release

Published by minio-trusted about 4 years ago

Highlights

  • Fixes a regression in bucket usage metrics to remove double counting, see #10126
  • Add additional CORS such as Content-Encoding to be allowed as part of CORS requests, see #10124
  • Quota validation is more aggressive, to enforce quotas quickly, see #10127
  • Handle sudden removal of disks for on-going I/O, errors were not handled appropriately, see #10128
  • Server update fully refactored now to use minisign based binary signature verification using
    newly forked package https://github.com/minio/selfupdate, see #10107

Changelog

  • add unformatted disk as part of the error list (#10128) (07/24/20) (Harshavardhana)
  • Apply quota usage cache invalidation per second (#10127) (07/24/20) (Harshavardhana)
  • Use hdfs.Readdir() to optimize HDFS directory listings (#10121) (07/24/20) (Jorge Israel Peña)
  • Usage: Reset merged info when updating (#10126) (07/24/20) (Klaus Post)
  • fix: add missing response headers to CORS handler (#10124) (07/24/20) (Harshavardhana)
  • fix: a type in NSQ notification target environment key (#10118) (07/24/20) (Praveen raj Mani)
  • refactor server update behavior (#10107) (07/23/20) (Harshavardhana)
  • Fix marshaling expiration field in lifecycle (#10117) (07/23/20) (Anis Elleuch)
  • Add missing validation for replication API conditions (#10114) (07/22/20) (poornas)
  • add minisign verification for container builds (#10115) (07/22/20) (Harshavardhana)
  • Avoid healing to be stuck with many concurrent event listeners (#10111) (07/22/20) (Anis Elleuch)
  • add mips64 support for cross compilation (#10106) (07/21/20) (Harshavardhana)
  • fix: bucket replication docs (#10104) (07/21/20) (Harshavardhana)
  • Add support for server side bucket replication (#9882) (07/21/20) (poornas)
minio - Minor Bug Fix Release

Published by minio-trusted over 4 years ago

Highlights

  • Re-implement cluster health check. See (#10101 ) for more details.
  • Copyobject Fix: Encrypt an unencrypted object. See (#10102) for more details.
  • Detect lower-level disk errors quickly. See (#10095) for more details.
  • Fixes memory consumption problem. See (#10098 ) for more details.
  • Add notification support for bucket creation and deletion. See (#10075) for more details.
  • Fix: Empty directories in minio.sys/buckets. See (#10092 ) for more details.

Changelog

  • Send the lower level error directly from GetDiskID() (#10095) (07/21/20) (Harshavardhana)
  • Fix bug with fields that contain trimming spaces (#10079) (07/22/20) (Bruce Wang)
  • fix: copyObject encryption from unencrypted object (#10102) (07/21/20) (Harshavardhana)
  • fix: re-implement cluster healthcheck (#10101) (07/20/20) (Harshavardhana)
  • fix: fix lockup in merge-walk pool (#10098) (07/20/20) (Harshavardhana)
  • fix: pass around the correct drives per set (#10097) (07/20/20) (Harshavardhana)
  • add tests lifecycle rules with empty prefix (#10093) (07/20/20) (findmyname666)
  • feat: Add notification support for bucketCreates and removal (#10075) (07/20/20) (Harshavardhana)
  • add dnsStore interface for upcoming operator webhook (#10077) (07/20/20) (Harshavardhana)
  • fs: Close object fs.json before deletion (#10092) (07/20/20) (Anis Elleuch)
minio - Bug Fix Release

Published by minio-trusted over 4 years ago

Highlights

  • SSE-C key rotation issue in CopyObject caused by a compatibility fix in previous release, refer #10085
  • Lifecycle AWS S3 API compatibility fixes #10083 #10084
  • Change TCP timeouts for incoming connections, internode is kept aggressive as necessary.
  • Incoming claims are allowed to be optional for STS, but missing policies if not present on server henceforth
    would fail instead, also pre-emptively fail if the JWT claim lacks the necessary claim to avoid unnecessarily
    generating tokens #10078

Changelog

  • add different TCP timeouts for internal and incoming (#10090) (07/19/20) (Harshavardhana)
  • allow claims to be optional in STS (#10078) (07/19/20) (Harshavardhana)
  • make sure lifecycle rule ID is present (#10084) (07/20/20) (findmyname666)
  • docs: fix veeam document formatting (07/18/20) (Harshavardhana)
  • fix: copyObject key rotation issue (#10085) (07/18/20) (Harshavardhana)
  • fs: Fix expiry regression after versioning refactor (#10083) (07/18/20) (Anis Elleuch)
minio - Bug Fix Release

Published by minio-trusted over 4 years ago

Highlights

  • Multiple disk healing related bug fixes are available in this release related PRs #10076, #10073, #10069, #10058
  • Federated setups now automatically figure out the online server to proxy the requests to.
  • S3 BucketLifecycle API compatibility fixes.
  • Quota checks now run continously piggy backing on the crawler.

Changelog

  • fix: support healing older content (#10076) (07/17/20) (Harshavardhana)
  • fix: In federated setup dial all hosts to figure out online host (#10074) (07/17/20) (Harshavardhana)
  • fix: return Range errors after If-Matches (#10045) (07/17/20) (Harshavardhana)
  • fix: CheckParts endpoint call to correct API (#10073) (07/17/20) (Klaus Post)
  • fix: heal replaced drives properly (#10069) (07/17/20) (Harshavardhana)
  • Fix lifecycle rules not applied in some cases (#10072) (07/17/20) (Anis Elleuch)
  • fix: return versionId in tagging APIs (#10068) (07/16/20) (Harshavardhana)
  • Update Veeam integration doc with immutability references (#10067) (07/16/20) (Eco)
  • add missing available space from metrics (#10065) (07/16/20) (Harshavardhana)
  • fix: obtain correct location string with DNS style buckets (#10060) (07/16/20) (Harshavardhana)
  • add preview width constraint (#10062) (07/17/20) (鸿则)
  • allow lifecycle rules with overlapping prefixes (#10053) (07/16/20) (findmyname666)
  • fix: diskInfo should check diskID only if disk is online (#10058) (07/16/20) (Harshavardhana)
  • add absolute path for images (#10056) (07/16/20) (Harshavardhana)
  • update STS docs with new values (#10055) (07/15/20) (Harshavardhana)
  • Add missing action stringer for DeleteVersionAction (#10049) (07/15/20) (Harshavardhana)
  • docs: Add more STS docs with dex and python example (#10047) (07/15/20) (Harshavardhana)
  • Enforce quota checks after crawl (#10036) (07/14/20) (Klaus Post)
  • add hdfs sub-path support (#10046) (07/14/20) (Harshavardhana)
minio - Security Bug Fix Release

Published by minio-trusted over 4 years ago

Highlights

  • Security release to address issues to two recently reported security issues in golang. Please upgrade. See here for specifc details.
  • Handle array policies in JWT claim. See (#10041) for more details.

Changelog

  • fix: policy_test to use minio-go/v7 (07/14/20) (Harshavardhana)
  • fix: handle array policies in JWT claim (#10041) (07/14/20) (Harshavardhana)
  • Move dependency from minio-go v6 to v7 (#10042) (07/14/20) (Anis Elleuch)
  • allow turning off secure ciphers (#10038) (07/13/20) (Harshavardhana)
minio - Bug Fix Release

Published by minio-trusted over 4 years ago

Highlights

  • Since release RELEASE.2020-07-11T06-07-16Z delete object requests for existing
    objects was not properly handled after migrating to newer backend format. This could
    potentially lead to stale files. This release handles this appropriately - see #10029
  • admin info was not correct in certain situations when nodes are offline, was
    also loosing information - this release fixes this - see #10015

Changelog

  • fix: admin info output and improve overall performance (#10015) (07/13/20) (Harshavardhana)
  • fix: deletes on older format properly (#10029) (07/13/20) (Harshavardhana)
  • fix etcd module dependency (#10032) (07/13/20) (Andreas Auernhammer)
minio - Bug Fix Release

Published by minio-trusted over 4 years ago

Highlights

  • Avoid startup lock-up when nodes are coming online, fixes an issue with healthcheck
    routine which ended up reusing a downed client resulting in pereptual offline of that
    node - see #10026 for more details.
  • Finally fix the CORS regression introduced by incompatible usage after gorilla/mux update

Changelog

  • fix: avoid broken link when preview image (#10021) (07/12/20) (Harshavardhana)
  • fix: cors handling again for not just OPTIONS request (#10025) (07/12/20) (Harshavardhana)
  • fix: make sure to use new restClient for healthcheck (#10026) (07/11/20) (Harshavardhana)
minio - Bug Fix Release

Published by minio-trusted over 4 years ago

Highlights

  • Fixed a performance problem during startup due to sync() syscall slowing down startup times, refer #10018
  • Fixes two regressions from RELEASE.2020-07-11T06-07-16Z release

Changelog

  • fix: loading users regression (07/11/20) (Harshavardhana)
  • fix: cors should be available on all paths (#10020) (07/11/20) (Harshavardhana)
  • sync to disk only upon successful legacy metadata rename (#10018) (07/11/20) (Harshavardhana)
  • fix: versioning docs add more examples (07/11/20) (Harshavardhana)
  • cleanup security overview guide (07/11/20) (Harshavardhana)
  • fix docs image urls to be absolute path (07/11/20) (Harshavardhana)
minio - Major Feature Release

Published by minio-trusted over 4 years ago

Highlights

  • This is a major release with object versioning support. Please upgrade only if you must.
  • Introduction of versioning in MinIO.
    • New backend metadata format is introduced to support versioning.
    • existing backend metadata will be moved to the new format when the corresponding object is accessed.
    • Here is the link to the documentation on versioning.
  • Reroute requests based token heal/listing (#9939) (07/03/20) (Anis Elleuch)
  • Tune tcp keep-alives with new kernel timeout options. See (#9963) for more details.
  • New admin API to create KMS master keys. See (#9982) for more details.
  • Remove usage of go-ieproxy for windows. See (#10009) for more details.
  • Fix introduced by gorill/mux related to virtual host style. See (#10010) for more details.
  • Add Grafana dashboard. See (#10000) for more details.
  • Remove timeouts for put, list objects and forwarder. See (#9986, #9994) for more details.
  • support bootstrap client to use healthcheck restClient. See (#10004) for more details.
  • Fix threadwalk lockup under high load. See (#9992) for more details.
  • support proper values for listMultipartUploads/listParts. See (#9970) for more details.

Changelog

  • fix: make sure to honor versioning from browser UI deletes (#10016) (07/10/20) (Harshavardhana)
  • Update dockerfiles for the release (07/10/20) (Harshavardhana)
  • fix: add virtual host style workaround for gorilla/mux issue (#10010) (07/10/20) (Harshavardhana)
  • fix: extract array type for policy claim if present (#10014) (07/10/20) (Harshavardhana)
  • Added bucket name param to ToJSONError call (#9961) (07/10/20) (Benjamin Sodenkamp)
  • Remove usage of go-ieproxy for windows (#10009) (07/10/20) (Klaus Post)
  • support bootstrap client to use healthcheck restClient (#10004) (07/10/20) (Harshavardhana)
  • cleanup STS docs (#10003) (07/10/20) (Harshavardhana)
  • azure: Return success when deleting non-existent object (#9981) (07/10/20) (kannappanr)
  • Add Grafana dashboard (#10000) (07/10/20) (Nitish Tiwari)
  • fix: threadwalk lockup under high load (#9992) (07/09/20) (Klaus Post)
  • admin: new API for creating KMS master keys (#9982) (07/09/20) (Andreas Auernhammer)
  • Remove dead link related to DC/OS Deployment Guide (#9996) (07/08/20) (Ravind Kumar)
  • fix: Add support for preserving mtime for replication (#9995) (07/08/20) (Harshavardhana)
  • fix: bump the response header timeout for forwarder as well (#9994) (07/08/20) (Harshavardhana)
  • fix: the versioning/object lock documentation appropriately (#9988) (07/08/20) (Harshavardhana)
  • heal: Fix healing delete markers (#9989) (07/08/20) (Anis Elleuch)
  • fix: migrate to go.etcd.io import path (#9987) (07/07/20) (Harshavardhana)
  • Remove timeout from putobject and listobjects (#9986) (07/07/20) (Klaus Post)
  • fix: cors handling after gorilla mux update (#9980) (07/06/20) (Harshavardhana)
  • Consider errFileVersionNotFound during healing assessment (#9977) (07/06/20) (Anis Elleuch)
  • fix: documentation fixes for docker ENV settings (#9975) (07/06/20) (Harshavardhana)
  • fix: lifecycle XML parsing errors with Versioning (#9974) (07/05/20) (Anis Elleuch)
  • lifecycle: Expiry should not delete versions (#9972) (07/05/20) (Anis Elleuch)
  • fix: simplify data structure before release (#9968) (07/04/20) (Harshavardhana)
  • support proper values for listMultipartUploads/listParts (#9970) (07/03/20) (Harshavardhana)
  • auto enable versioning with object locking (#9967) (07/03/20) (Harshavardhana)
  • Reroute requests based token heal/listing (#9939) (07/03/20) (Anis Elleuch)
  • Tune tcp keep-alives with new kernel timeout options (#9963) (07/03/20) (Harshavardhana)
  • fix: ListObjectVersions should return ordered Version & DeleteMarker (#9959) (07/03/20) (Anis Elleuch)
  • fix: return proper errors Get/HeadObject for deleteMarkers (#9957) (07/02/20) (Harshavardhana)
  • fix: proxy ListObjects request to one of the server based on hash(bucket) (#9881) (07/02/20) (Krishna Srinivas)
  • fix: list object versions in distributed setup (#9958) (07/02/20) (Klaus Post)
minio - Minor Bug Fix Release

Published by minio-trusted over 4 years ago

Highlights

  • fix: readiness needs to be like liveness. See (#9941) for more details.
  • Allow optionally to disable range caching. See (#9908) for more details.
  • Simplify background heal and trigger heal items early. See (#9928) for more details.
  • update gorilla deps for query parsing performance improvements. See (#9929) for more details.
  • Improvements to online status. See (#9858, #9808) for more details.
  • pop entries from each drives in parallel. See (#9918) for more details.

Changelog

  • Added 'close' to results channel in Walk() (#9956) (07/01/20) (Benjamin Sodenkamp)
  • add additional fdatasync before close() on writes (#9947) (07/01/20) (Harshavardhana)
  • make sure to delete data-usage cache upon bucket deletes (#9952) (07/01/20) (Harshavardhana)
  • fix: readiness needs to be like liveness (#9941) (06/30/20) (Harshavardhana)
  • Update documentation for Accounting API (#9909) (06/30/20) (Anis Elleuch)
  • fs: Check if cache root was added (#9945) (06/30/20) (Klaus Post)
  • fix: implement generic Walk for gateway (#9938) (06/29/20) (Harshavardhana)
  • madmin: Strip 80/443 from the endpoint when http/https (#9937) (06/29/20) (Anis Elleuch)
  • Allow optionally to disable range caching. (#9908) (06/29/20) (poornas)
  • fix: simplify background heal and trigger heal items early (#9928) (06/29/20) (Harshavardhana)
  • handle proper offline disk borrowed from #9928 (06/29/20) (Harshavardhana)
  • update gorilla deps for query parsing performance improvements (#9929) (06/28/20) (Harshavardhana)
  • update notification rulesMap when reloading bucketMetadata (#9917) (06/27/20) (Praveen raj Mani)
  • fix: pop entries from each drives in parallel (#9918) (06/25/20) (Harshavardhana)
  • Add a custom healthcheck function for online status (#9858) (06/17/20) (Harshavardhana)
  • Move online status to REST client (#9808) (06/16/20) (Klaus Post)
  • fix: filter list buckets operation with ListObjects perm (#9907) (06/23/20) (Harshavardhana)
  • Put an upper limit on walk pool sizes (#9848) (06/17/20) (Klaus Post)
  • fix IAM policy action name for Get/PutBucketLifeCycle (#9893) (06/23/20) (kannappanr)
minio - Minor Bug Fix Release

Published by minio-trusted over 4 years ago

Highlights

  • Minor fix to allow loading config both through ENV and config file, see #9872 for details

Changelog

  • Added note to help differentiate MINIO creds from S3 rotating creds (#9887) (06/21/20) (Benjamin Sodenkamp)
  • Implement CLIENT SETNAME for Redis connections (#9876) (06/19/20) (Michael Mayr)
  • allow loading some from config and some values from ENVs (#9872) (06/18/20) (Harshavardhana)
minio - Minor Bug Fix Release

Published by minio-trusted over 4 years ago

Highlights

  • Initialize config only once on startup. See (#9851) for more details.
  • Fallback to max rlimit on Darwin. See (#9859) for more details.
  • Usage: Add existing cache values even while skipping. See(#9862) for more details.
  • Exit Gateway on startup if etcd and cache are not setup properly. See (#9842) for more details.
  • Export Prometheus metrics for cache GC triggers. See (#9815) for more details.

Changelog

  • fix: initialize config once per startup (#9851) (06/16/20) (Harshavardhana)
  • on darwin fallback to maximum possible rlimit (#9859) (06/17/20) (Harshavardhana)
  • Always add existing cache when skipping (#9862) (06/17/20) (Klaus Post)
  • remove unnecessary log for setMaxResources (#9856) (06/16/20) (Harshavardhana)
  • Allow etcd, cache setup to exit when starting gateway mode (#9842) (06/15/20) (Harshavardhana)
  • fix: export prometheus metrics for cache GC triggers (#9815) (06/15/20) (Harshavardhana)
  • Add logs when quorum is lost during readiness checks (#9839) (06/15/20) (Harshavardhana)
minio - Bug Fix Release

Published by minio-trusted over 4 years ago

Highlights

  • Implements continous lifecycle, new lifecycle runs continously.
    See #9579 for more details.
  • Fixes a regression in timeout for local lockers, See #9828 for more details
  • mc admin update was broken on peers, the functionality should
    work properly with this release now. See #9824 for more details.

Changelog

  • fix: Avoid updating object tags on failed disks (#9819) (06/14/20) (Anis Elleuch)
  • preserve context per request for local locks (#9828) (06/14/20) (Harshavardhana)
  • Fix peer server update failure (#9824) (06/13/20) (ethan ho)
  • merge object lifecycle checks into usage crawler (#9579) (06/12/20) (Klaus Post)
  • Update minio-go library to latest (#9813) (06/12/20) (kannappanr)
  • Add enable="on" to set compression command (#9811) (06/12/20) (Dan Garrick)
minio - Bug Fix Release

Published by minio-trusted over 4 years ago

Highlights

  • Support for NEON assembly instructions for improved performance in ARM/Graviton2
  • Allow idiomatic usage of middlewares in gorilla/mux. See (#9802) for more details.
  • Fix offline disk calculation. See (#9801) for more details.
  • Avoid overwriting tags when changing object lock/retention. See (#9794) for more details.
  • Load IAM in the background to speed startup. See (#9796, #9809) for more details.
  • Support mTLS authentication in webhook. See (#9777) for more details.
  • Improvements to lifecycle code. See (#9775, #9791) for more details.
  • Simplify context timeout for readiness. See (#9772) for more details.
  • Browser: Support users with limited permission in Gateway. See (#9580) for more details.

Changelog

  • fix: optimize IAM users load, add fallback (#9809) (06/11/20) (Harshavardhana)
  • Allow idiomatic usage of middlewares in gorilla/mux (#9802) (06/11/20) (Harshavardhana)
  • isEndpointConnected should take local disk inputs (#9803) (06/11/20) (Harshavardhana)
  • kes: try to auto. create master key if not present (#9790) (06/11/20) (Andreas Auernhammer)
  • fix offline disk calculation (#9801) (06/10/20) (Harshavardhana)
  • avoid storing X-Amz-Tagging-Directive in metadata (#9800) (06/10/20) (poornas)
  • upgrade to latest reed/solomon (#9797) (06/10/20) (Klaus Post)
  • Send Partscount only when partnumber is specified (#9793) (06/10/20) (kannappanr)
  • Avoid overwriting object tags when changing lock (#9794) (06/10/20) (poornas)
  • Check object names on windows (#9798) (06/10/20) (Klaus Post)
  • allow background IAM load to speed up startup (#9796) (06/09/20) (Harshavardhana)
  • deprecate listDir usage for healing (#9792) (06/09/20) (Harshavardhana)
  • update browser assets with latest changes (06/09/20) (Harshavardhana)
  • display proper used space based on disk usage (#9551) (06/09/20) (P R)
  • allow large buffer to list more entries per directory (#9785) (06/09/20) (Harshavardhana)
  • lifecycle: Fix object expiration date (#9791) (06/09/20) (Anis Elleuch)
  • Fix formatting and wording in distributed docs (#9784) (06/08/20) (Ritesh H Shukla)
  • add reference to distributed doc for clarity (#9783) (06/08/20) (Harshavardhana)
  • fix: avoid timer leaks in dsync/lsync (#9781) (06/08/20) (Harshavardhana)
  • Support mTLS Authentication in Webhooks (#9777) (06/08/20) (Praveen raj Mani)
  • fix: throw error if symmetry cannot be obtained (#9780) (06/06/20) (Harshavardhana)
  • lifecycle: Consider multiple tags filtering (#9775) (06/05/20) (Anis Elleuch)
  • update browser assets (06/04/20) (Harshavardhana)
  • fix remove LDAPPassword from audit logs (#9773) (06/04/20) (Harshavardhana)
  • allow direct access to bucket from browser with limited permissions (#9580) (06/04/20) (P R)
  • Allow uploading folders on supported browsers. (#9627) (06/05/20) (darkdragon-001)
  • Update go-sql-driver pkg to support checkConnLiveness (#9766) (06/05/20) (Praveen raj Mani)
  • simplify context timeout for readiness (#9772) (06/04/20) (Harshavardhana)
minio - Minor Bug Fix Release

Published by minio-trusted over 4 years ago

Highlights

  • Fix NAS gateway bucket policy and notification. See (#9765) for more details.
  • Implement UploadPart-Copy API for Azure. See (#9747) for more details.
  • Concurrent loading of bucket metadata. See (#9749) for more details.
  • Delete dopped parts in multi-part upload. See (#9753) for more details.
  • Fix manually passing healing options. See (#9756) for more details.

Changelog

  • fix NAS gateway support for policy/notification (#9765) (06/03/20) (Harshavardhana)
  • Add CodeQL security scanning (#9763) (06/03/20) (Justin Hutchings)
  • allow deleting of dropped multiparts (#9753) (06/02/20) (Harshavardhana)
  • heal: Fix passing healing opts (#9756) (06/02/20) (Anis Elleuch)
  • concurrently load bucket metadata (#9749) (06/01/20) (Harshavardhana)
  • azure: Show better message when credentials are wrong (#9748) (06/02/20) (Anis Elleuch)
  • Relax content-md5 requirement in set encryption handler (#9750) (06/02/20) (Anis Elleuch)
  • azure: Implement CopyPart API (#9747) (06/01/20) (Anis Elleuch)
minio - Minor Bug Fix Release

Published by minio-trusted over 4 years ago

Highlights

  • Fix calculation of offline disks in Prometheus. See (#9744) for more details.
  • Fix fail deletion of non-empty buckets in Azure Gateway. See (#9733) for more details.
  • Simplify FS multipart cleanup. See (#9744) for more details.
  • Check Atime support in Windows. See (#9738) for more details.

Changelog

  • fix prometheus calculation of offline disks per instance (#9744) (06/01/20) (Harshavardhana)
  • simplify FS multipart cleanup (#9740) (05/30/20) (Harshavardhana)
  • Use registry to check Atime support on Windows (#9741) (05/30/20) (Nathan Brown)
  • move to upstream code colinmarc/hdfs (#9738) (05/29/20) (Harshavardhana)
  • check if container is empty before invoking DeleteContainer (#9733) (05/29/20) (kannappanr)
  • Avoid '\n' from constant strings (#9737) (05/29/20) (Harshavardhana)
  • update docs to mention quota not supported on FS (05/29/20) (Harshavardhana)