mirror of
				https://git.cloudron.io/cloudron/minio-app
				synced 2025-11-03 16:42:35 +00:00 
			
		
		
		
	Version 3.14.0
This commit is contained in:
		@@ -2682,3 +2682,12 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
 | 
			
		||||
* PutObject() for multi-pooled was holding large region locks, which was not necessary. This affects almost all slowpoke clients and lengthy uploads.
 | 
			
		||||
* Re-arrange locks for CompleteMultipart, PutObject to be close to rename()
 | 
			
		||||
 | 
			
		||||
[3.14.0]
 | 
			
		||||
* Update minio to 2024-09-22T00-33-43Z
 | 
			
		||||
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2024-09-22T00-33-43Z)
 | 
			
		||||
* Limit S3 Select JSON documents to 10MB by @klauspost in #20439
 | 
			
		||||
* remove windows CI/CD for now by @harshavardhana in #20441
 | 
			
		||||
* Fix behavior of AddServiceAccountLDAP for non-admin users by @taran-p in #20442
 | 
			
		||||
* Added iam import tests for openid by @shtripat in #20432
 | 
			
		||||
* batch: Set a default retry attempts and a prefix by @vadmeste in #20452
 | 
			
		||||
* Ensure proper stale_uploads_cleanup_interval is used at all times by @ramondeklein in #20451
 | 
			
		||||
 
 | 
			
		||||
@@ -5,8 +5,8 @@
 | 
			
		||||
  "description": "file://DESCRIPTION.md",
 | 
			
		||||
  "changelog": "file://CHANGELOG",
 | 
			
		||||
  "tagline": "Distributed object storage",
 | 
			
		||||
  "version": "3.13.39",
 | 
			
		||||
  "upstreamVersion": "RELEASE.2024-09-13T20-26-02Z",
 | 
			
		||||
  "version": "3.14.0",
 | 
			
		||||
  "upstreamVersion": "2024-09-22T00-33-43Z",
 | 
			
		||||
  "healthCheckPath": "/minio/login",
 | 
			
		||||
  "memoryLimit": 2147483648,
 | 
			
		||||
  "httpPort": 8000,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user