Skip to content

Commit 821b5cb

Browse files
author
Tsotne Tabidze
committed
Update CHANGELOG for Feast v0.10.8
1 parent d1c9e2b commit 821b5cb

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

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

3+
## [v0.10.8](https://github.com/feast-dev/feast/tree/v0.10.8) (2021-06-17)
4+
5+
[Full Changelog](https://github.com/feast-dev/feast/compare/v0.10.7...v0.10.8)
6+
7+
**Implemented enhancements:**
8+
9+
- Add `to_bigquery()` function to BigQueryRetrievalJob [\#1634](https://github.com/feast-dev/feast/pull/1634) ([vtao2](https://github.com/vtao2))
10+
11+
**Fixed bugs:**
12+
13+
- Don't use .result\(\) in BigQueryOfflineStore, since it still leads to OOM [\#1642](https://github.com/feast-dev/feast/pull/1642) ([tsotnet](https://github.com/tsotnet))
14+
- Don't load entire bigquery query results in memory [\#1638](https://github.com/feast-dev/feast/pull/1638) ([tsotnet](https://github.com/tsotnet))
15+
- Add entity column validations when getting historical features from bigquery [\#1614](https://github.com/feast-dev/feast/pull/1614) ([achals](https://github.com/achals))
16+
17+
**Merged pull requests:**
18+
19+
- Make test historical retrieval longer [\#1630](https://github.com/feast-dev/feast/pull/1630) ([MattDelac](https://github.com/MattDelac))
20+
- Fix failing historical retrieval assertion [\#1622](https://github.com/feast-dev/feast/pull/1622) ([woop](https://github.com/woop))
21+
- Optimize historical retrieval with BigQuery offline store [\#1602](https://github.com/feast-dev/feast/pull/1602) ([MattDelac](https://github.com/MattDelac))
22+
323
## [v0.10.7](https://github.com/feast-dev/feast/tree/v0.10.7) (2021-06-07)
424

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

0 commit comments

Comments
 (0)