Skip to content

Critical Bug Fix Release

Compare
Choose a tag to compare
@minio-trusted minio-trusted released this 12 Feb 22:25
· 6549 commits to master since this release
RELEASE.2019-02-12T21-58-47Z

Highlights

  • Critical Security fixes have been made. Please see #7234. Please upgrade immediately.
  • Added support for Avx512. See #7225
  • Community Request: Brought back support for B2 gateway. S3 #7224
  • Bugfixes in the areas of S3 Select, healing, bucket notifications and miscellaneous other areas.

Changelog

  • Evaluate where clause in aggregation queries (#7235) (02/12/19)
  • Validate incoming requests (#7234) (02/12/19)
  • Vendor the upstream changes with Avx512 (#7225) (02/12/19)
  • Support unknown gateway errors and convert at handler layer (#7219) (02/12/19)
  • Revert and bring back B2 gateway implementation (#7224) (02/11/19)
  • Fix DummyHandlers to authorize and send/validate correct XMLs (#7223) (02/11/19)
  • Update Redis client used for bucket notifications (#7213) (02/11/19)
  • Remove GPL go-lzo dependency for parquet-go (#7220) (02/11/19)
  • Revamp bucket metadata healing (#7208) (02/10/19)
  • Comment Typo: Changed 'jason' to 'json` (#7216) (02/10/19)
  • Added documentation for MINIO_HTTP_TRACE (#7207) (02/10/19)
  • Move metadata into ObjectOptions for NewMultipart and PutObject (#7060) (02/08/19)
  • remove unnecessary buffer while discarding stream (#7214) (02/08/19)
  • Fix mc event add event flag (#7210) (02/08/19)
  • Implements dummy tagging handlers for Terraform (#7040) (02/08/19)
  • Improved error message for user and access key conflict (#7190) (02/08/19)
  • Fix JSON parser handling for certain objects (#7162) (02/06/19)
  • azure gateway: return MD5Sum as ETag for S3 API compatibility (#6884) (02/06/19)
  • Fix S3 Select request XML parsing (#7202) (02/06/19)