Skip to content

Commit 0dce4f1

Browse files
author
Oleksii Moskalenko
authored
0.6.1 Release (#888)
1 parent 17473f7 commit 0dce4f1

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [v0.6.1](https://github.com/feast-dev/feast/tree/v0.6.1) (2020-07-17)
4+
5+
[Full Changelog](https://github.com/feast-dev/feast/compare/v0.6.0...v0.6.1)
6+
7+
**Implemented enhancements:**
8+
9+
- Improve parallelization in Redis Sink [\#866](https://github.com/feast-dev/feast/pull/866) ([pyalex](https://github.com/pyalex))
10+
- BQ sink produces sample of successful inserts [\#875](https://github.com/feast-dev/feast/pull/875) ([pyalex](https://github.com/pyalex))
11+
12+
**Fixed bugs:**
13+
14+
- Add IngestionId & EventTimestamp to FeatureRowBatch to calculate lag metric correctly [\#874](https://github.com/feast-dev/feast/pull/874) ([pyalex](https://github.com/pyalex))
15+
- Prevent race condition in BQ sink jobId generation [\#877](https://github.com/feast-dev/feast/pull/877) ([pyalex](https://github.com/pyalex))
16+
317
## [v0.6.0](https://github.com/feast-dev/feast/tree/v0.6.0) (2020-07-13)
418

519
[Full Changelog](https://github.com/feast-dev/feast/compare/v0.5.1...v0.6.0)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</modules>
4242

4343
<properties>
44-
<revision>0.6.1-SNAPSHOT</revision>
44+
<revision>0.6.1</revision>
4545
<github.url>https://github.com/feast-dev/feast</github.url>
4646

4747
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)