Skip to content

Commit c1c71da

Browse files
committed
chore(release): release 0.24.0
# [0.24.0](feast-dev/feast@v0.23.0...v0.24.0) (2022-08-25) ### Bug Fixes * Check if on_demand_feature_views is an empty list rather than None for snowflake provider ([feast-dev#3046](feast-dev#3046)) ([9b05e65](feast-dev@9b05e65)) * FeatureStore.apply applies BatchFeatureView correctly ([feast-dev#3098](feast-dev#3098)) ([41be511](feast-dev@41be511)) * Fix Feast Java inconsistency with int64 serialization vs python ([feast-dev#3031](feast-dev#3031)) ([4bba787](feast-dev@4bba787)) * Fix feature service inference logic ([feast-dev#3089](feast-dev#3089)) ([4310ed7](feast-dev@4310ed7)) * Fix field mapping logic during feature inference ([feast-dev#3067](feast-dev#3067)) ([cdfa761](feast-dev@cdfa761)) * Fix incorrect on demand feature view diffing and improve Java tests ([feast-dev#3074](feast-dev#3074)) ([0702310](feast-dev@0702310)) * Fix Java helm charts to work with refactored logic. Fix FTS image ([feast-dev#3105](feast-dev#3105)) ([2b493e0](feast-dev@2b493e0)) * Fix on demand feature view output in feast plan + Web UI crash ([feast-dev#3057](feast-dev#3057)) ([bfae6ac](feast-dev@bfae6ac)) * Fix release workflow to release 0.24.0 ([feast-dev#3138](feast-dev#3138)) ([a69aaae](feast-dev@a69aaae)) * Fix Spark offline store type conversion to arrow ([feast-dev#3071](feast-dev#3071)) ([b26566d](feast-dev@b26566d)) * Fixing Web UI, which fails for the SQL registry ([feast-dev#3028](feast-dev#3028)) ([64603b6](feast-dev@64603b6)) * Force Snowflake Session to Timezone UTC ([feast-dev#3083](feast-dev#3083)) ([9f221e6](feast-dev@9f221e6)) * Make infer dummy entity join key idempotent ([feast-dev#3115](feast-dev#3115)) ([1f5b1e0](feast-dev@1f5b1e0)) * More explicit error messages ([feast-dev#2708](feast-dev#2708)) ([e4d7afd](feast-dev@e4d7afd)) * Parse inline data sources ([feast-dev#3036](feast-dev#3036)) ([c7ba370](feast-dev@c7ba370)) * Prevent overwriting existing file during `persist` ([feast-dev#3088](feast-dev#3088)) ([69af21f](feast-dev@69af21f)) * Register BatchFeatureView in feature repos correctly ([feast-dev#3092](feast-dev#3092)) ([b8e39ea](feast-dev@b8e39ea)) * Return an empty infra object from sql registry when it doesn't exist ([feast-dev#3022](feast-dev#3022)) ([8ba87d1](feast-dev@8ba87d1)) * Teardown tables for Snowflake Materialization testing ([feast-dev#3106](feast-dev#3106)) ([0a0c974](feast-dev@0a0c974)) * UI error when saved dataset is present in registry. ([feast-dev#3124](feast-dev#3124)) ([83cf753](feast-dev@83cf753)) * Update sql.py ([feast-dev#3096](feast-dev#3096)) ([2646a86](feast-dev@2646a86)) * Updated snowflake template ([feast-dev#3130](feast-dev#3130)) ([f0594e1](feast-dev@f0594e1)) ### Features * Add authentication option for snowflake connector ([feast-dev#3039](feast-dev#3039)) ([74c75f1](feast-dev@74c75f1)) * Add Cassandra/AstraDB online store contribution ([feast-dev#2873](feast-dev#2873)) ([feb6cb8](feast-dev@feb6cb8)) * Add Snowflake materialization engine ([feast-dev#2948](feast-dev#2948)) ([f3b522b](feast-dev@f3b522b)) * Adding saved dataset capabilities for Postgres ([feast-dev#3070](feast-dev#3070)) ([d3253c3](feast-dev@d3253c3)) * Allow passing repo config path via flag ([feast-dev#3077](feast-dev#3077)) ([0d2d951](feast-dev@0d2d951)) * Contrib azure provider with synapse/mssql offline store and Azure registry store ([feast-dev#3072](feast-dev#3072)) ([9f7e557](feast-dev@9f7e557)) * Custom Docker image for Bytewax batch materialization ([feast-dev#3099](feast-dev#3099)) ([cdd1b07](feast-dev@cdd1b07)) * Feast AWS Athena offline store (again) ([feast-dev#3044](feast-dev#3044)) ([989ce08](feast-dev@989ce08)) * Implement spark offline store `offline_write_batch` method ([feast-dev#3076](feast-dev#3076)) ([5b0cc87](feast-dev@5b0cc87)) * Initial Bytewax materialization engine ([feast-dev#2974](feast-dev#2974)) ([55c61f9](feast-dev@55c61f9)) * Refactor feature server helm charts to allow passing feature_store.yaml in environment variables ([feast-dev#3113](feast-dev#3113)) ([85ee789](feast-dev@85ee789))
1 parent a69aaae commit c1c71da

File tree

18 files changed

+70
-27
lines changed

18 files changed

+70
-27
lines changed

CHANGELOG.md

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

3+
# [0.24.0](https://github.com/feast-dev/feast/compare/v0.23.0...v0.24.0) (2022-08-25)
4+
5+
6+
### Bug Fixes
7+
8+
* Check if on_demand_feature_views is an empty list rather than None for snowflake provider ([#3046](https://github.com/feast-dev/feast/issues/3046)) ([9b05e65](https://github.com/feast-dev/feast/commit/9b05e651546d1526aa166854e425285c8ec3a6d5))
9+
* FeatureStore.apply applies BatchFeatureView correctly ([#3098](https://github.com/feast-dev/feast/issues/3098)) ([41be511](https://github.com/feast-dev/feast/commit/41be51170db1f9d9439ac801625458d471827cee))
10+
* Fix Feast Java inconsistency with int64 serialization vs python ([#3031](https://github.com/feast-dev/feast/issues/3031)) ([4bba787](https://github.com/feast-dev/feast/commit/4bba78709e4e5884ce9aad75e84f9b4449665b81))
11+
* Fix feature service inference logic ([#3089](https://github.com/feast-dev/feast/issues/3089)) ([4310ed7](https://github.com/feast-dev/feast/commit/4310ed7e687da0e80a18c6d8cb95cfb15bbd1eae))
12+
* Fix field mapping logic during feature inference ([#3067](https://github.com/feast-dev/feast/issues/3067)) ([cdfa761](https://github.com/feast-dev/feast/commit/cdfa761a16206afcdb64959c25ee3b5f2b312566))
13+
* Fix incorrect on demand feature view diffing and improve Java tests ([#3074](https://github.com/feast-dev/feast/issues/3074)) ([0702310](https://github.com/feast-dev/feast/commit/0702310366882a388af4f299a69467841c132259))
14+
* Fix Java helm charts to work with refactored logic. Fix FTS image ([#3105](https://github.com/feast-dev/feast/issues/3105)) ([2b493e0](https://github.com/feast-dev/feast/commit/2b493e0457cea19a9b3faa163f099d6b32fde30d))
15+
* Fix on demand feature view output in feast plan + Web UI crash ([#3057](https://github.com/feast-dev/feast/issues/3057)) ([bfae6ac](https://github.com/feast-dev/feast/commit/bfae6ac5a42fcdeebfaed2d1473c546da23c3bdc))
16+
* Fix release workflow to release 0.24.0 ([#3138](https://github.com/feast-dev/feast/issues/3138)) ([a69aaae](https://github.com/feast-dev/feast/commit/a69aaae4c5595e87501e0b5d58533360306fb831))
17+
* Fix Spark offline store type conversion to arrow ([#3071](https://github.com/feast-dev/feast/issues/3071)) ([b26566d](https://github.com/feast-dev/feast/commit/b26566d92573164d9968fb356fd68446725f70f5))
18+
* Fixing Web UI, which fails for the SQL registry ([#3028](https://github.com/feast-dev/feast/issues/3028)) ([64603b6](https://github.com/feast-dev/feast/commit/64603b677421b21f04bd72238e358dac43122b29))
19+
* Force Snowflake Session to Timezone UTC ([#3083](https://github.com/feast-dev/feast/issues/3083)) ([9f221e6](https://github.com/feast-dev/feast/commit/9f221e66eb2dd83b0e6beb528a694f4933953571))
20+
* Make infer dummy entity join key idempotent ([#3115](https://github.com/feast-dev/feast/issues/3115)) ([1f5b1e0](https://github.com/feast-dev/feast/commit/1f5b1e078b41729938ab6b4d9a35c2fcb2be39cd))
21+
* More explicit error messages ([#2708](https://github.com/feast-dev/feast/issues/2708)) ([e4d7afd](https://github.com/feast-dev/feast/commit/e4d7afdce8fc2596d1a27f2d85f259f2fa35bafa))
22+
* Parse inline data sources ([#3036](https://github.com/feast-dev/feast/issues/3036)) ([c7ba370](https://github.com/feast-dev/feast/commit/c7ba370aa14ef3216c84aaa8852fd519931840bf))
23+
* Prevent overwriting existing file during `persist` ([#3088](https://github.com/feast-dev/feast/issues/3088)) ([69af21f](https://github.com/feast-dev/feast/commit/69af21f4c487506417d7bbb3ad32f1be2246a654))
24+
* Register BatchFeatureView in feature repos correctly ([#3092](https://github.com/feast-dev/feast/issues/3092)) ([b8e39ea](https://github.com/feast-dev/feast/commit/b8e39ea4cd2d990f2422c60bf39d8d940ecc9522))
25+
* Return an empty infra object from sql registry when it doesn't exist ([#3022](https://github.com/feast-dev/feast/issues/3022)) ([8ba87d1](https://github.com/feast-dev/feast/commit/8ba87d1b550526c24bb5f6b3ce63c6435676a5cb))
26+
* Teardown tables for Snowflake Materialization testing ([#3106](https://github.com/feast-dev/feast/issues/3106)) ([0a0c974](https://github.com/feast-dev/feast/commit/0a0c974f38e7ef41ecf0af5c6a3eacac7369aa38))
27+
* UI error when saved dataset is present in registry. ([#3124](https://github.com/feast-dev/feast/issues/3124)) ([83cf753](https://github.com/feast-dev/feast/commit/83cf7533fa757af7eb3ab1c4f540aca8edd134af))
28+
* Update sql.py ([#3096](https://github.com/feast-dev/feast/issues/3096)) ([2646a86](https://github.com/feast-dev/feast/commit/2646a864b0031617b26577926ade2341f998557b))
29+
* Updated snowflake template ([#3130](https://github.com/feast-dev/feast/issues/3130)) ([f0594e1](https://github.com/feast-dev/feast/commit/f0594e160a1f11d896e884b40f7e1110d2df6aa9))
30+
31+
32+
### Features
33+
34+
* Add authentication option for snowflake connector ([#3039](https://github.com/feast-dev/feast/issues/3039)) ([74c75f1](https://github.com/feast-dev/feast/commit/74c75f1f4c91f0097f9a1085a4e68a07c524037d))
35+
* Add Cassandra/AstraDB online store contribution ([#2873](https://github.com/feast-dev/feast/issues/2873)) ([feb6cb8](https://github.com/feast-dev/feast/commit/feb6cb8518889288d6ddd97e4482db2f6b86eabd))
36+
* Add Snowflake materialization engine ([#2948](https://github.com/feast-dev/feast/issues/2948)) ([f3b522b](https://github.com/feast-dev/feast/commit/f3b522b007cc5e5ccd32dbe04e47d30136810f6c))
37+
* Adding saved dataset capabilities for Postgres ([#3070](https://github.com/feast-dev/feast/issues/3070)) ([d3253c3](https://github.com/feast-dev/feast/commit/d3253c362deb775a8f1f5cd325e44d3e598d0bdf))
38+
* Allow passing repo config path via flag ([#3077](https://github.com/feast-dev/feast/issues/3077)) ([0d2d951](https://github.com/feast-dev/feast/commit/0d2d951d565daac1a4f01fab988d44010b6856bb))
39+
* Contrib azure provider with synapse/mssql offline store and Azure registry store ([#3072](https://github.com/feast-dev/feast/issues/3072)) ([9f7e557](https://github.com/feast-dev/feast/commit/9f7e5573e764466590badab4250b69aef6f256b0))
40+
* Custom Docker image for Bytewax batch materialization ([#3099](https://github.com/feast-dev/feast/issues/3099)) ([cdd1b07](https://github.com/feast-dev/feast/commit/cdd1b0734fcb20c258cf6ee4c067f23d2fff81e0))
41+
* Feast AWS Athena offline store (again) ([#3044](https://github.com/feast-dev/feast/issues/3044)) ([989ce08](https://github.com/feast-dev/feast/commit/989ce085c0949564af61afb73401c27669cfdaba))
42+
* Implement spark offline store `offline_write_batch` method ([#3076](https://github.com/feast-dev/feast/issues/3076)) ([5b0cc87](https://github.com/feast-dev/feast/commit/5b0cc8798616455d955b543cb8012ad88927aea2))
43+
* Initial Bytewax materialization engine ([#2974](https://github.com/feast-dev/feast/issues/2974)) ([55c61f9](https://github.com/feast-dev/feast/commit/55c61f9c4584bf040a7dc1719200704402811d6d))
44+
* Refactor feature server helm charts to allow passing feature_store.yaml in environment variables ([#3113](https://github.com/feast-dev/feast/issues/3113)) ([85ee789](https://github.com/feast-dev/feast/commit/85ee78947bc9793b17348c08325844a2ee4ad0ff))
45+
346
# [0.23.0](https://github.com/feast-dev/feast/compare/v0.22.0...v0.23.0) (2022-08-02)
447

548

infra/charts/feast-feature-server/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: feast-feature-server
33
description: Feast Feature Server in Go or Python
44
type: application
5-
version: 0.23.0
5+
version: 0.24.0
66
keywords:
77
- machine learning
88
- big data

infra/charts/feast-feature-server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Feast Python / Go Feature Server Helm Charts
22

3-
Current chart version is `0.23.0`
3+
Current chart version is `0.24.0`
44

55
## Installation
66

infra/charts/feast-feature-server/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ image:
99
repository: feastdev/feature-server
1010
pullPolicy: IfNotPresent
1111
# image.tag -- The Docker image tag (can be overwritten if custom feature server deps are needed for on demand transforms)
12-
tag: 0.23.0
12+
tag: 0.24.0
1313

1414
imagePullSecrets: []
1515
nameOverride: ""

infra/charts/feast-python-server/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: feast-python-server
33
description: Feast Feature Server in Python
44
type: application
5-
version: 0.23.0
5+
version: 0.24.0
66
keywords:
77
- machine learning
88
- big data

infra/charts/feast-python-server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> Note: this helm chart is deprecated in favor of [feast-feature-server](../feast-feature-server/README.md)
44
5-
Current chart version is `0.23.0`
5+
Current chart version is `0.24.0`
66

77
## Installation
88
Docker repository and tag are required. Helm install example:

infra/charts/feast/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
description: Feature store for machine learning
33
name: feast
4-
version: 0.23.0
4+
version: 0.24.0
55
keywords:
66
- machine learning
77
- big data

infra/charts/feast/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This repo contains Helm charts for Feast components that are being installed on
88

99
## Chart: Feast
1010

11-
Feature store for machine learning Current chart version is `0.23.0`
11+
Feature store for machine learning Current chart version is `0.24.0`
1212

1313
## Installation
1414

@@ -55,8 +55,8 @@ For more details, please see: https://docs.feast.dev/how-to-guides/running-feast
5555
| Repository | Name | Version |
5656
|------------|------|---------|
5757
| https://charts.helm.sh/stable | redis | 10.5.6 |
58-
| https://feast-helm-charts.storage.googleapis.com | feature-server(feature-server) | 0.23.0 |
59-
| https://feast-helm-charts.storage.googleapis.com | transformation-service(transformation-service) | 0.23.0 |
58+
| https://feast-helm-charts.storage.googleapis.com | feature-server(feature-server) | 0.24.0 |
59+
| https://feast-helm-charts.storage.googleapis.com | transformation-service(transformation-service) | 0.24.0 |
6060

6161
## Values
6262

infra/charts/feast/charts/feature-server/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
description: "Feast Feature Server: Online feature serving service for Feast"
33
name: feature-server
4-
version: 0.23.0
5-
appVersion: v0.23.0
4+
version: 0.24.0
5+
appVersion: v0.24.0
66
keywords:
77
- machine learning
88
- big data

infra/charts/feast/charts/feature-server/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# feature-server
22

3-
![Version: 0.23.0](https://img.shields.io/badge/Version-0.23.0-informational?style=flat-square) ![AppVersion: v0.23.0](https://img.shields.io/badge/AppVersion-v0.23.0-informational?style=flat-square)
3+
![Version: 0.24.0](https://img.shields.io/badge/Version-0.24.0-informational?style=flat-square) ![AppVersion: v0.24.0](https://img.shields.io/badge/AppVersion-v0.24.0-informational?style=flat-square)
44

55
Feast Feature Server: Online feature serving service for Feast
66

@@ -17,7 +17,7 @@ Feast Feature Server: Online feature serving service for Feast
1717
| envOverrides | object | `{}` | Extra environment variables to set |
1818
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
1919
| image.repository | string | `"feastdev/feature-server-java"` | Docker image for Feature Server repository |
20-
| image.tag | string | `"0.23.0"` | Image tag |
20+
| image.tag | string | `"0.24.0"` | Image tag |
2121
| ingress.grpc.annotations | object | `{}` | Extra annotations for the ingress |
2222
| ingress.grpc.auth.enabled | bool | `false` | Flag to enable auth |
2323
| ingress.grpc.class | string | `"nginx"` | Which ingress controller to use |

0 commit comments

Comments
 (0)