Skip to content

Releases: minio/minio

Regression bug fix for Windows

12 Dec 23:51
RELEASE.2016-12-12T23-44-33Z
Compare
Choose a tag to compare
RELEASE.2016-12-12T23-44-33Z

Bug fix release.

Bug fix release.

12 Dec 18:58
RELEASE.2016-12-12T18-35-43Z
Compare
Choose a tag to compare
  • format: Check properly for disks in valid formats. (#3427) (20 hours ago)
  • presign v2: include resp headers in signature calc (#3428) (20 hours ago)
  • lock: Moving locking to handler layer. (#3381) (2 days ago)
  • env: Bring back MINIO_BROWSER env. (#3423) (2 days ago)
  • FS/Multipart: Fix race between PutObjectPart and Complete/Abort multi… (#3419) (3 days ago)
  • caching: Optimize memory allocations. (#3405) (4 days ago)
  • startup: Show elapsed time in disks format process (#3413) (5 days ago)
  • Use a non member mutex lock for serverConfig access. (#3411) (5 days ago)
  • Fix max cache size calculation when system RAM is inferior to the default cache size (#3410) (6 days ago)
  • srv-mux: do not print peek protocol EOF err msg (#3402) (7 days ago)
  • tests: Add tests for xl-v1-list-objects-heal (#3399) (7 days ago)
  • bucket-handlers: More tests for post form handler (#3392) (8 days ago)
  • postform: fix check when ${filename} is provided (#3391) (8 days ago)
  • tests: Enhance checkPostPolicy() coverage (#3389) (9 days ago)
  • fs: PutObject create 0byte objects properly. (#3387) (9 days ago)
  • FS: sync abortMultipart cleanup and bg append (#3388) (9 days ago)
  • Post Policy Form: exhaustive post policy check (#3386) (10 days ago)
  • docs: removed the Edge tag reference. (#3366) (10 days ago)
  • fs/xl: Combine input checks into re-usable functions. (#3383) (11 days ago)
  • fs: Enable shutdown test with faulty disks (#3380) (11 days ago)
  • posix: Use preparePath only for paths used with syscall or os functions (#3377) (12 days ago)
  • postpolicy: handle Amazon S3 compatible content-length-range condition (#3376) (12 days ago)
  • ListBuckets: Allow listBuckets request to be signed with region configured in config.json (#3374) (12 days ago)
  • Implement BucketUpdater interface to call BucketMetaState methods. (#3375) (12 days ago)
  • FS/CompleteMultipart: lock the namespace before renaming the appended tmp file. (#3371) (13 days ago)
  • api: Allow reconnection of policy/notification rpc clients. (#3368) (13 days ago)
  • fs: Do not print redundant md5Sum response header. (#3369) (13 days ago)
  • Vendorize recent fixes in dsync (#3365) (2 weeks ago)
  • FS/Shutdown: cleanup and delete .minio.sys during Shutdown() (#3360) (2 weeks ago)
  • docs: Modified the Docker doc to reflect distributed release image & (#3362) (2 weeks ago)
  • args: Honor config-dir & quiet wherever they are (#3356) (2 weeks ago)
  • handlers: Handle re-direction properly for S3 requests. (#3355) (2 weeks ago)
  • FS: Skip creating fs.json for objects created by minio (ex. policy.json) (#3353) (2 weeks ago)

Distributed bug fix release.

26 Nov 02:46
RELEASE.2016-11-26T02-23-47Z
Compare
Choose a tag to compare
  • Fix a regression with logging.
  • Fix a regression with Minio meta volume initialization.

Distributed Minio Release

24 Nov 02:25
RELEASE.2016-11-24T02-09-08Z
Compare
Choose a tag to compare
  • Multi-disk support with Erasure Code and Bit Rot protection across multiple nodes.
  • Browser improvements new features Bucket Policy, Shareable URLs and Deleting Objects.
  • Bucket notification improvements with support for NATS and Postgres.
  • Compatibility improvements with Amazon S3 API.
  • Major performance improvements across Windows platform.
  • Secure SNI SSL certificate support with custom CAs.

Regression bug fix on OS X

24 Oct 21:45
RELEASE.2016-10-24T21-23-47Z
Compare
Choose a tag to compare
RELEASE.2016-10-24T21-23-47Z

Regression fix.

Performance improvements and Signature V2 support

22 Oct 01:52
RELEASE.2016-10-22T00-50-41Z
Compare
Choose a tag to compare
  • Block change to 1M from 128KiB and extensively use buffer pools.
  • Sign V2 support.

Minor fix release

14 Oct 04:08
RELEASE.2016-10-14T04-00-39Z
Compare
Choose a tag to compare
RELEASE.2016-10-14T04-00-39Z

Minor fix release.

Minor fix release

07 Oct 02:11
RELEASE.2016-10-07T01-16-39Z
Compare
Choose a tag to compare
  • Change the update URL and deprecate usage of 'update=yes'
  • Fix a signature issue.

Bug fix release.

11 Sep 17:57
RELEASE.2016-09-11T17-42-18Z
Compare
Choose a tag to compare

Highlights:

  • FS/multipart: Append the parts to a file as and when the parts arrive. (#2513)
  • server: http.Server do not add deadlines causes issues. (#2581)
  • Signature-V4: Include content-length for signature calculation. (#2643)
  • server/tls: allocate tls.Config{} properly. (#2537)

Other misc fixes.

  • Return Owner information in ListObjectV2 only when fetch-owner is specified (#2654)
  • server: Startup message now prints configured ARNs. (#2653)
  • Add Request Not Ready error when presigned date request is not valid (#2646)
  • Forbid requests generated at least 15 min in the past or in the future (#2648)
  • S3-layer: Multiple-delete should return success for non-existent objects. (#2633)
  • notifications: Fix bucket notifications for DeleteMultipleObjects. (#2609)
  • bucket-handlers: fix missing return statement (#2553)

Bug fix release, fixes a regression in bucket policy handling.

21 Aug 03:01
RELEASE.2016-08-21T02-44-47Z
Compare
Choose a tag to compare
RELEASE.2016-08-21T02-44-47Z

Bug fix release, fixes a regression in bucket policy handling.