vinothchandar commented on a change in pull request #1683: URL: https://github.com/apache/hudi/pull/1683#discussion_r438927550
########## File path: docs/_pages/releases.md ########## @@ -3,8 +3,40 @@ title: "Releases" permalink: /releases layout: releases toc: true -last_modified_at: 2019-12-30T15:59:57-04:00 +last_modified_at: 2020-05-28T08:40:00-07:00 --- +## [Release 0.5.3](https://github.com/apache/hudi/releases/tag/release-0.5.3) ([docs](/docs/0.5.3-quick-start-guide.html)) + +### Download Information + * Source Release : [Apache Hudi 0.5.3 Source Release](https://downloads.apache.org/hudi/0.5.3/hudi-0.5.3.src.tgz) ([asc](https://downloads.apache.org/hudi/0.5.3/hudi-0.5.3.src.tgz.asc), [sha512](https://downloads.apache.org/hudi/0.5.3/hudi-0.5.3.src.tgz.sha512)) + * Apache Hudi jars corresponding to this release is available [here](https://repository.apache.org/#nexus-search;quick~hudi) + +### Release Highlights + * Since this is a bug fix release, not a lot of new features as such. Will call out a few features and then will go over some of the improvements and some of the notable bug fixes. + * `Features`: + * Added support for `aliyun OSS` and `Presto MOR query` support to Hudi + + * `Improvements`: + * Improved write performance in creating Parquet DataSource after writes Review comment: we need to definitely write something more user facing.. @nsivabalan I suggest you take a stab at this first.. and then @bhasudha or @bvaradar can help and review.. Essentially, we need to write it in the perspective of the users e.g "Incremental cleaning is turned on by default. This avoid full table listings for purposes of cleaning older versions of files" . Simply saying "Avoid unnecessary listings in incremental cleaning mode" is not very obvious.. On upgrading, we can discuss this more. but it does not hurt to priovide people with more context.. in case someone wants to upgrade from 0.5.0 to 0.5.3 directly.. then they will skip the steps needed for interim releases. we need to call this out IMO ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
