CHANGELOG 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. [0.1.0]
  2. * Initial version
  3. [0.1.1]
  4. * Added screenshots
  5. [0.2.0]
  6. * Updated to 2017-01-25T03-14-52Z
  7. [0.2.1]
  8. * Updated to 2017-02-16T01-47-30Z
  9. * This version fixes the settings bug
  10. [0.2.2]
  11. * New base image 0.10.0
  12. [0.2.3]
  13. * Updated to 2017-03-16T21-50-32Z
  14. [0.2.4]
  15. * Updated to 2017-04-25T01-27-49Z
  16. [0.2.5]
  17. * Updated to 2017-04-29T00-40-27Z
  18. [0.2.6]
  19. * Updated to 2017-05-05T01-14-51Z
  20. [0.2.7]
  21. * Updated to 2017-06-13T19-01-01Z
  22. [0.3.0]
  23. * Update to 2017-07-24T18-27-35Z
  24. [1.0.0]
  25. * Update to 2017-08-05T00-00-53Z
  26. [1.1.0]
  27. * Update to 2017-09-29T19-16-56Z
  28. * This version requires at Cloudron v1.7.2
  29. [1.2.0]
  30. * Update to 2017-10-27T18-59-02Z
  31. [1.3.0]
  32. * Update to 2017-11-22T19-55-46Z
  33. [1.4.0]
  34. * Update to 2017-12-28T01-21-00Z
  35. [1.5.0]
  36. * Update minio to 2018-01-02T23-07-00Z
  37. * Important [security fix](https://blog.minio.io/minio-release-jan-2nd-2018-security-advisory-ef0342a4ddba)
  38. * fix timing oracle attack against signature V2/V4 verification (#5335) (17 hours ago)
  39. * Fix PostPolicy form tests without hardcoded dates (#5337) (2 days ago)
  40. * Integrate existing remove bucket functionality from newux to current UI (#5289) (4 days ago)
  41. * Update config.json guide with details of version 22 (#5328) (5 days ago)
  42. * fix: Better printing of XL config init error (#5284) (5 days ago)
  43. * Fix config.json parsing to fetch correct storage class (#5327) (6 days ago)
  44. * Update yaml files to lastest version RELEASE.2017-12-28T01-21-00Z (6 days ago)
  45. [1.6.0]
  46. * Update minio to 2018-01-18T20-33-21Z
  47. * Critical [security fix](https://blog.minio.io/minio-release-jan-18-2018-security-advisory-4c64ca87721b)
  48. * Fix free and total space reported in startup banner (#5419) (25 hours ago)
  49. * replace all "crypto/sha256" with "github.com/minio/sha256-simd" (#5391) (26 hours ago)
  50. * gateway/manta: Bump manta dependencies (#5414) (26 hours ago)
  51. * fix authentication bypass against Admin-API (#5412) (26 hours ago)
  52. * Removes logrus package and refactors logging messages (#5293) (29 hours ago)
  53. * Document pre-existing data in fs mode (#5365) (30 hours ago)
  54. * Update storage class related documents (#5399) (35 hours ago)
  55. * Don't delete lock ops entry during state change (#5388) (2 days ago)
  56. * Remove upload healing related dead code (#5404) (3 days ago)
  57. * Fix multi-file dropzone upload issue causing bucket listing duplication (#5392) (5 days ago)
  58. [1.7.0]
  59. * Update minio to 2018-02-09T22-40-05Z
  60. * Rolling Upgrade Support to Minio Server.
  61. * Breaking Changes:
  62. * Users using Minio Client mc with Minio Server will have to upgrade to the latest mc release
  63. * Admin API has changed
  64. * Deprecated and removed in-memory object caching.
  65. * Default bit-rot protection is now using HighwayHash
  66. * Move to go1.9.4 with recent security release (#5502)
  67. * Seek to offset 0 after Truncate() (#5375)
  68. * Bring semantic versioning to provide for rolling upgrades (#5495)
  69. * Document object name limitations on Windows (#5491)
  70. * Deprecate and remove in-memory object caching (#5481)
  71. * Make sure to convert the disk errors to object errors (#5480)
  72. * Reduce Minio access key minimum length to 3 (#5478) <A. Elleuch>
  73. * Quorum based listing for XL (#5475)
  74. * fs.json file should be closed in CompleteMultipartUpload (#5482)
  75. * simplify storage class validation (#5470)
  76. * Remove stale code from minio server (#5479)
  77. [1.8.0]
  78. * Update minio to 2018-03-12T21-25-28Z
  79. * Added comprehensive support for Server Side Encryption (SSE-C).
  80. * Fix deadlock in in-place CopyObject decryption/encryption (#5637)
  81. * Remove madmin docs from top level docs directory (#5636)
  82. * Add healthcheck endpoints (#5543)
  83. * Return authHeaderMalformed for an incorrect region in signature (#5618)
  84. * Save ETag when updating metadata (#5626)
  85. * Cleanup orchestration documents (#5623)
  86. * Remove unwanted errorIf calls (#5621)
  87. * SSE-C: Add support in Bucket Post Policy (#5607)
  88. * Support SSE-C multipart source objects in CopyObject (#5603)
  89. * Handle incoming proxy requests ip, scheme (#5591)
  90. * Make sure to filter out internal metadata (#5601)
  91. * Use toAPIErrorCode in HeadObject handler when decrypting request fails (#5600)
  92. [1.9.0]
  93. * Update minio to 2018-03-16T22-52-12Z
  94. * Fixes a regression in Heal() implementation due to lock contention.
  95. * Major cleanup of notification sub-system.
  96. [1.9.0-1]
  97. * Update minio to 2018-03-19T19-22-06Z
  98. * This release fixes a critical migration issue when upgrading minio between certain versions. Please see issue for more details as described by community member (@kybi) here : #5667.
  99. * [refactor] simplify en/decrypted size computation (#5658)
  100. * Fix format migration regression (#5668)
  101. [1.10.0]
  102. * Update minio to 2018-03-30T00-38-44Z
  103. * Fix backend format for disk-cache - not to use FS format.json (#5732) (03/29/18)
  104. * Fix help message to be uniform across env vars (#5735) (03/30/18)
  105. * Apply storageClass data while config migration (#5737) (03/30/18)
  106. * Fix PUT bucket notification deadlocks (#5734) (03/29/18)
  107. * Fix block id length upto 8bytes only for azure gateway. (#5731) (03/29/18)
  108. * Improve some wording in disk caching docs (#5730) (03/28/18)
  109. * Remove deadcode related to multipart cleanup for fs (#5716) (03/28/18)
  110. [1.11.0]
  111. * Update minio to 2018-04-04T05-20-54Z
  112. [1.12.0]
  113. * Update minio to 2018-04-12T23-41-09Z