From 0b1a949a872d3fec4bba969f8106cd316827a613 Mon Sep 17 00:00:00 2001 From: Vinoth Chandar Date: Wed, 12 Sep 2018 23:38:00 +0530 Subject: [PATCH] Release notes for 0.4.4 --- RELEASE_NOTES.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 4fffd75b2..b7bc5c3c0 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,31 @@ +Release 0.4.4 +------------------------------------ + +### Highlights + * Dependencies are now decoupled from CDH and based on apache versions! + * Support for Hive 2 is here!! Use -Dhive11 to build for older hive versions + * Deltastreamer tool reworked to make configs simpler, hardended tests, added Confluent Kafka support + * Removed dependency on commons lang3, to ease use with different hadoop/spark versions + * Better CLI support and docs for managing async compactions + * New CLI commands to manage datasets + +### Full PR List + + * **@saravsars** - Updated jcommander version to fix NPE in HoodieDeltaStreamer tool #443 + * **@n3nash** - Removing dependency on apache-commons lang 3, adding necessary classes as needed #444 + * **@n3nash** - Small file size handling for inserts into log files. #413 + * **@vinothchandar** - Update Gemfile.lock with higher ffi version + * **@bvaradar** - Simplify and fix CLI to schedule and run compactions #447 + * **@n3nash** - Fix a failing test case intermittenly in TestMergeOnRead due to incorrect prev commit time #448 + * **@bvaradar**- CLI to create and desc hoodie table #446 + * **@vinothchandar**- Reworking the deltastreamer tool #449 + * **@bvaradar**- Docs for describing async compaction and how to operate it #445 + * **@n3nash**- Adding check for rolling stats not present in existing timeline to handle backwards compatibility #451 + * **@bvaradar** **@vinothchandar** - Moving all dependencies off cdh and to apache #420 + * **@bvaradar**- Reduce minimum delta-commits required for compaction #452 + * **@bvaradar**- Use spark Master from environment if set #454 + + Release 0.4.3 ------------------------------------