From 90ffd8e173f8c6dbdaa49455e240550b9f8733f9 Mon Sep 17 00:00:00 2001 From: pyalex Date: Fri, 17 Jul 2020 12:13:07 +0300 Subject: [PATCH] 0.6.1 changelog --- CHANGELOG.md | 14 ++++++++++++++ pom.xml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 343b3a6fa70..6d86eac1cb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [v0.6.1](https://github.com/feast-dev/feast/tree/v0.6.1) (2020-07-17) + +[Full Changelog](https://github.com/feast-dev/feast/compare/v0.6.0...v0.6.1) + +**Implemented enhancements:** + +- Improve parallelization in Redis Sink [\#866](https://github.com/feast-dev/feast/pull/866) ([pyalex](https://github.com/pyalex)) +- BQ sink produces sample of successful inserts [\#875](https://github.com/feast-dev/feast/pull/875) ([pyalex](https://github.com/pyalex)) + +**Fixed bugs:** + +- Add IngestionId & EventTimestamp to FeatureRowBatch to calculate lag metric correctly [\#874](https://github.com/feast-dev/feast/pull/874) ([pyalex](https://github.com/pyalex)) +- Prevent race condition in BQ sink jobId generation [\#877](https://github.com/feast-dev/feast/pull/877) ([pyalex](https://github.com/pyalex)) + ## [v0.6.0](https://github.com/feast-dev/feast/tree/v0.6.0) (2020-07-13) [Full Changelog](https://github.com/feast-dev/feast/compare/v0.5.1...v0.6.0) diff --git a/pom.xml b/pom.xml index e4d601d1f3d..624350d5901 100644 --- a/pom.xml +++ b/pom.xml @@ -41,7 +41,7 @@ - 0.6.1-SNAPSHOT + 0.6.1 https://github.com/feast-dev/feast UTF-8