·
13 commits
to master
since this release
Highlights
- Removal of boringcrypto support - since go1.24.x, you can now just use GOFIPS environment variable on the same binary.
- Embedded UI Console is now deprecated and moved to object-browser
- For all paying customers we recommend, if you are planning to upgrade please upgrade to AiStor.
- Open a SUBNET issue so that we can guide you further on the AiStor migration.
- AiStor binaries are backwards compatible, you can upgrade your existing open source deployment to AiStor seamlessly.
What's Changed
- Correct spelling by @shtripat in #21225
- update
minio/kms-go/kms
SDK by @aead in #21233 - Fix nil dereference in adding service account by @taran-p in #21235
- Use go mod tool to install tools for go generate by @klauspost in #21232
- Add documentation for replication_max_lrg_workers by @cniackz in #21236
- fix: after AbortMultipartUpload can do PutObjectPart success that sta… by @jiuker in #21229
- typo: return actual error from RemoveRemoteTargetsForEndpoint by @wooffie in #21238
- feat: support nats nkey seed auth by @matthewdavidlloyd in #21231
- fix: track object and bucket for exipreAll by @jiuker in #21241
- cleanup: use NewWithOptions replace the Deprecated one by @jiuker in #21243
- return error for AppendObject() API by @harshavardhana in #21272
- Update UI console to the latest version by @bexsoft in #21278
- Allow FTPS to force TLS by @klauspost in #21251
- remove support for FIPS 140-2 with boringcrypto by @aead in #21292
- fix: unable to get net.Interface cause panic by @jiuker in #21277
- Update Console UI to latest version by @bexsoft in #21294
- heal: Avoid disabling scanner healing in single and dist erasure mode by @vadmeste in #21302
- fix: Use mime encode for Non-US-ASCII metadata by @jiuker in #21282
- docs: use github-style-notes in the readme by @CommanderStorm in #21308
New Contributors
- @CommanderStorm made their first contribution in #21308
Full Changelog: RELEASE.2025-04-22T22-12-26Z...RELEASE.2025-05-24T17-08-30Z