Skip to content

Commit 408a823

Browse files
committed
Update CHANGELOG for Feast v0.10.7
Signed-off-by: Willem Pienaar <[email protected]>
1 parent 617ff47 commit 408a823

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

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

3+
## [v0.10.7](https://github.com/feast-dev/feast/tree/v0.10.7) (2021-06-07)
4+
5+
[Full Changelog](https://github.com/feast-dev/feast/compare/v0.10.6...v0.10.7)
6+
7+
**Fixed bugs:**
8+
9+
- Fix race condition in historical e2e tests [\#1620](https://github.com/feast-dev/feast/pull/1620) ([woop](https://github.com/woop))
10+
11+
**Merged pull requests:**
12+
13+
- Use drop\_duplicates\(\) instead of groupby \(about 1.5~2x faster\) [\#1617](https://github.com/feast-dev/feast/pull/1617) ([rightx2](https://github.com/rightx2))
14+
- Use CONCAT\(\) instead of ROW\_NUMBER\(\) [\#1601](https://github.com/feast-dev/feast/pull/1601) ([MattDelac](https://github.com/MattDelac))
15+
- Minor doc fix in the code snippet: Fix to reference the right instance for the retrieved job instance object [\#1599](https://github.com/feast-dev/feast/pull/1599) ([dmatrix](https://github.com/dmatrix))
16+
- Append nanoseconds to dataset name in test\_historical\_retrival to prevent tests stomping over each other [\#1593](https://github.com/feast-dev/feast/pull/1593) ([achals](https://github.com/achals))
17+
- Make start and end timestamps tz aware in the CLI [\#1590](https://github.com/feast-dev/feast/pull/1590) ([achals](https://github.com/achals))
18+
319
## [v0.10.6](https://github.com/feast-dev/feast/tree/v0.10.6) (2021-05-27)
420

521
[Full Changelog](https://github.com/feast-dev/feast/compare/v0.10.5...v0.10.6)

0 commit comments

Comments
 (0)