Commit 1d3c111 1 parent 548bed9 commit 1d3c111 Copy full SHA for 1d3c111
File tree 17 files changed +50
-27
lines changed
17 files changed +50
-27
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ # [ 0.27.0] ( https://github.com/feast-dev/feast/compare/v0.26.0...v0.27.0 ) (2022-12-05)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * Changing Snowflake template code to avoid query not implemented … ([ #3319 ] ( https://github.com/feast-dev/feast/issues/3319 ) ) ([ 1590d6b] ( https://github.com/feast-dev/feast/commit/1590d6be14b9a9cea6fbde60f2373cb3cd68acb9 ) )
9
+ * Dask zero division error if parquet dataset has only one partition ([ #3236 ] ( https://github.com/feast-dev/feast/issues/3236 ) ) ([ 69e4a7d] ( https://github.com/feast-dev/feast/commit/69e4a7d10d912cd89f1e0c2a024d07cf2f44211e ) )
10
+ * Enable Spark materialization on Yarn ([ #3370 ] ( https://github.com/feast-dev/feast/issues/3370 ) ) ([ 0c20a4e] ( https://github.com/feast-dev/feast/commit/0c20a4e6ac95d7c28299a95d91024be4370ef7ed ) )
11
+ * Ensure that Snowflake accounts for number columns that overspecify precision ([ #3306 ] ( https://github.com/feast-dev/feast/issues/3306 ) ) ([ 0ad0ace] ( https://github.com/feast-dev/feast/commit/0ad0ace893edbd0680ee100726ad38bec1436974 ) )
12
+ * Fix memory leak from usage.py not properly cleaning up call stack ([ #3371 ] ( https://github.com/feast-dev/feast/issues/3371 ) ) ([ a0c6fde] ( https://github.com/feast-dev/feast/commit/a0c6fde93bc8088d2bb34d1dd366a44b5d2657ee ) )
13
+ * Fix workflow to contain env vars ([ #3379 ] ( https://github.com/feast-dev/feast/issues/3379 ) ) ([ 548bed9] ( https://github.com/feast-dev/feast/commit/548bed988687dc94147f494d4dbb4147fa5bea8e ) )
14
+ * Update bytewax materialization ([ #3368 ] ( https://github.com/feast-dev/feast/issues/3368 ) ) ([ 4ebe00f] ( https://github.com/feast-dev/feast/commit/4ebe00fefa337cbe96ad3c712f44b9c9d7a46ef2 ) )
15
+ * Update the version counts ([ #3378 ] ( https://github.com/feast-dev/feast/issues/3378 ) ) ([ 8112db5] ( https://github.com/feast-dev/feast/commit/8112db5b5a18123da567c310fe385ae907edb56d ) )
16
+ * Updated AWS Athena template ([ #3322 ] ( https://github.com/feast-dev/feast/issues/3322 ) ) ([ 5956981] ( https://github.com/feast-dev/feast/commit/595698105637aaeb952fddc2957c83e501964d2a ) )
17
+ * Wrong UI data source type display ([ #3276 ] ( https://github.com/feast-dev/feast/issues/3276 ) ) ([ 8f28062] ( https://github.com/feast-dev/feast/commit/8f280620bceb3a6e42ffffd0571eeb353b0feff2 ) )
18
+
19
+
20
+ ### Features
21
+
22
+ * Cassandra online store, concurrency in bulk write operations ([ #3367 ] ( https://github.com/feast-dev/feast/issues/3367 ) ) ([ eaf354c] ( https://github.com/feast-dev/feast/commit/eaf354cde27c8f3a46ac256a71ad5ec06dfd70b3 ) )
23
+ * Cassandra online store, concurrent fetching for multiple entities ([ #3356 ] ( https://github.com/feast-dev/feast/issues/3356 ) ) ([ 00fa21f] ( https://github.com/feast-dev/feast/commit/00fa21f9ebef496a6801974cfd3a0a0b4861a11e ) )
24
+ * Get Snowflake Query Output As Pyspark Dataframe ([ #2504 ] ( https://github.com/feast-dev/feast/issues/2504 ) ) ([ #3358 ] ( https://github.com/feast-dev/feast/issues/3358 ) ) ([ 2f18957] ( https://github.com/feast-dev/feast/commit/2f189572493cb498243bf7d6ec12d768f4b90ee7 ) )
25
+
3
26
# [ 0.26.0] ( https://github.com/feast-dev/feast/compare/v0.25.0...v0.26.0 ) (2022-10-06)
4
27
5
28
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : feast-feature-server
3
3
description : Feast Feature Server in Go or Python
4
4
type : application
5
- version : 0.26 .0
5
+ version : 0.27 .0
6
6
keywords :
7
7
- machine learning
8
8
- big data
Original file line number Diff line number Diff line change 1
1
# Feast Python / Go Feature Server Helm Charts
2
2
3
- Current chart version is ` 0.26 .0 `
3
+ Current chart version is ` 0.27 .0 `
4
4
5
5
## Installation
6
6
@@ -30,7 +30,7 @@ See [here](https://github.com/feast-dev/feast/tree/master/examples/python-helm-d
30
30
| fullnameOverride | string | ` "" ` | |
31
31
| image.pullPolicy | string | ` "IfNotPresent" ` | |
32
32
| image.repository | string | ` "feastdev/feature-server" ` | Docker image for Feature Server repository |
33
- | image.tag | string | ` "0.26 .0" ` | The Docker image tag (can be overwritten if custom feature server deps are needed for on demand transforms) |
33
+ | image.tag | string | ` "0.27 .0" ` | The Docker image tag (can be overwritten if custom feature server deps are needed for on demand transforms) |
34
34
| imagePullSecrets | list | ` [] ` | |
35
35
| livenessProbe.initialDelaySeconds | int | ` 30 ` | |
36
36
| livenessProbe.periodSeconds | int | ` 30 ` | |
Original file line number Diff line number Diff line change 9
9
repository : feastdev/feature-server
10
10
pullPolicy : IfNotPresent
11
11
# image.tag -- The Docker image tag (can be overwritten if custom feature server deps are needed for on demand transforms)
12
- tag : 0.26 .0
12
+ tag : 0.27 .0
13
13
14
14
imagePullSecrets : []
15
15
nameOverride : " "
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
description : Feature store for machine learning
3
3
name : feast
4
- version : 0.26 .0
4
+ version : 0.27 .0
5
5
keywords :
6
6
- machine learning
7
7
- big data
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ This repo contains Helm charts for Feast Java components that are being installe
8
8
9
9
## Chart: Feast
10
10
11
- Feature store for machine learning Current chart version is ` 0.26 .0 `
11
+ Feature store for machine learning Current chart version is ` 0.27 .0 `
12
12
13
13
## Installation
14
14
@@ -65,8 +65,8 @@ See [here](https://github.com/feast-dev/feast/tree/master/examples/java-demo) fo
65
65
| Repository | Name | Version |
66
66
| ------------| ------| ---------|
67
67
| https://charts.helm.sh/stable | redis | 10.5.6 |
68
- | https://feast-helm-charts.storage.googleapis.com | feature-server(feature-server) | 0.26 .0 |
69
- | https://feast-helm-charts.storage.googleapis.com | transformation-service(transformation-service) | 0.26 .0 |
68
+ | https://feast-helm-charts.storage.googleapis.com | feature-server(feature-server) | 0.27 .0 |
69
+ | https://feast-helm-charts.storage.googleapis.com | transformation-service(transformation-service) | 0.27 .0 |
70
70
71
71
## Values
72
72
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
description : " Feast Feature Server: Online feature serving service for Feast"
3
3
name : feature-server
4
- version : 0.26 .0
5
- appVersion : v0.26 .0
4
+ version : 0.27 .0
5
+ appVersion : v0.27 .0
6
6
keywords :
7
7
- machine learning
8
8
- big data
Original file line number Diff line number Diff line change 1
1
# feature-server
2
2
3
- ![ Version: 0.26 .0] ( https://img.shields.io/badge/Version-0.26 .0-informational?style=flat-square ) ![ AppVersion: v0.26 .0] ( https://img.shields.io/badge/AppVersion-v0.26 .0-informational?style=flat-square )
3
+ ![ Version: 0.27 .0] ( https://img.shields.io/badge/Version-0.27 .0-informational?style=flat-square ) ![ AppVersion: v0.27 .0] ( https://img.shields.io/badge/AppVersion-v0.27 .0-informational?style=flat-square )
4
4
5
5
Feast Feature Server: Online feature serving service for Feast
6
6
@@ -17,7 +17,7 @@ Feast Feature Server: Online feature serving service for Feast
17
17
| envOverrides | object | ` {} ` | Extra environment variables to set |
18
18
| image.pullPolicy | string | ` "IfNotPresent" ` | Image pull policy |
19
19
| image.repository | string | ` "feastdev/feature-server-java" ` | Docker image for Feature Server repository |
20
- | image.tag | string | ` "0.26 .0" ` | Image tag |
20
+ | image.tag | string | ` "0.27 .0" ` | Image tag |
21
21
| ingress.grpc.annotations | object | ` {} ` | Extra annotations for the ingress |
22
22
| ingress.grpc.auth.enabled | bool | ` false ` | Flag to enable auth |
23
23
| ingress.grpc.class | string | ` "nginx" ` | Which ingress controller to use |
Original file line number Diff line number Diff line change 5
5
# image.repository -- Docker image for Feature Server repository
6
6
repository : feastdev/feature-server-java
7
7
# image.tag -- Image tag
8
- tag : 0.26 .0
8
+ tag : 0.27 .0
9
9
# image.pullPolicy -- Image pull policy
10
10
pullPolicy : IfNotPresent
11
11
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
description : " Transformation service: to compute on-demand features"
3
3
name : transformation-service
4
- version : 0.26 .0
5
- appVersion : v0.26 .0
4
+ version : 0.27 .0
5
+ appVersion : v0.27 .0
6
6
keywords :
7
7
- machine learning
8
8
- big data
Original file line number Diff line number Diff line change 1
1
# transformation-service
2
2
3
- ![ Version: 0.26 .0] ( https://img.shields.io/badge/Version-0.26 .0-informational?style=flat-square ) ![ AppVersion: v0.26 .0] ( https://img.shields.io/badge/AppVersion-v0.26 .0-informational?style=flat-square )
3
+ ![ Version: 0.27 .0] ( https://img.shields.io/badge/Version-0.27 .0-informational?style=flat-square ) ![ AppVersion: v0.27 .0] ( https://img.shields.io/badge/AppVersion-v0.27 .0-informational?style=flat-square )
4
4
5
5
Transformation service: to compute on-demand features
6
6
@@ -13,7 +13,7 @@ Transformation service: to compute on-demand features
13
13
| envOverrides | object | ` {} ` | Extra environment variables to set |
14
14
| image.pullPolicy | string | ` "IfNotPresent" ` | Image pull policy |
15
15
| image.repository | string | ` "feastdev/feature-transformation-server" ` | Docker image for Transformation Server repository |
16
- | image.tag | string | ` "0.26 .0" ` | Image tag |
16
+ | image.tag | string | ` "0.27 .0" ` | Image tag |
17
17
| nodeSelector | object | ` {} ` | Node labels for pod assignment |
18
18
| podLabels | object | ` {} ` | Labels to be added to Feast Serving pods |
19
19
| replicaCount | int | ` 1 ` | Number of pods that will be created |
Original file line number Diff line number Diff line change 5
5
# image.repository -- Docker image for Transformation Server repository
6
6
repository : feastdev/feature-transformation-server
7
7
# image.tag -- Image tag
8
- tag : 0.26 .0
8
+ tag : 0.27 .0
9
9
# image.pullPolicy -- Image pull policy
10
10
pullPolicy : IfNotPresent
11
11
Original file line number Diff line number Diff line change 1
1
dependencies :
2
2
- name : feature-server
3
3
alias : feature-server
4
- version : 0.26 .0
4
+ version : 0.27 .0
5
5
condition : feature-server.enabled
6
6
repository : https://feast-helm-charts.storage.googleapis.com
7
7
- name : transformation-service
8
8
alias : transformation-service
9
- version : 0.26 .0
9
+ version : 0.27 .0
10
10
condition : transformation-service.enabled
11
11
repository : https://feast-helm-charts.storage.googleapis.com
12
12
- name : redis
Original file line number Diff line number Diff line change 35
35
</modules >
36
36
37
37
<properties >
38
- <revision >0.26 .0</revision >
38
+ <revision >0.27 .0</revision >
39
39
<github .url>https://github.com/feast-dev/feast</github .url>
40
40
41
41
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
Original file line number Diff line number Diff line change 6
6
"@elastic/datemath" : " ^5.0.3" ,
7
7
"@elastic/eui" : " ^55.0.1" ,
8
8
"@emotion/react" : " ^11.9.0" ,
9
- "@feast-dev/feast-ui" : " 0.26 .0" ,
9
+ "@feast-dev/feast-ui" : " 0.27 .0" ,
10
10
"@testing-library/jest-dom" : " ^5.16.4" ,
11
11
"@testing-library/react" : " ^13.2.0" ,
12
12
"@testing-library/user-event" : " ^13.5.0" ,
Original file line number Diff line number Diff line change 1300
1300
minimatch "^3.1.2"
1301
1301
strip-json-comments "^3.1.1"
1302
1302
1303
- " @feast-dev/feast-ui@0.26 .0 " :
1304
- version "0.26 .0"
1305
- resolved "https://registry.yarnpkg.com/@feast-dev/feast-ui/-/feast-ui-0.26 .0.tgz#502e61652024a2db9bc5b9b5fcfe3f3dce04161b "
1306
- integrity sha512-7TBL9zetO/7Kx+FECIaDYG+fCr7P4R6esWyZW08xJTEFEvds5VXdXvUTWCibA/sKH24dlNXwpiLpyujwqwpQgA ==
1303
+ " @feast-dev/feast-ui@0.27 .0 " :
1304
+ version "0.27 .0"
1305
+ resolved "https://registry.yarnpkg.com/@feast-dev/feast-ui/-/feast-ui-0.27 .0.tgz#3a0c2ae54e0a0cfb94a6d9883d91d3dd5e649b2c "
1306
+ integrity sha512-1meDDMt0SNR6u45zH9wVgakrejrywSlOPJnq5JLLkErOVLmJsFe1EN6oeGdJXKQKuk5rQGgwWX0y7Ox4o2T45g ==
1307
1307
dependencies :
1308
1308
" @elastic/datemath" " ^5.0.3"
1309
1309
" @elastic/eui" " ^55.0.1"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @feast-dev/feast-ui" ,
3
- "version" : " 0.26 .0" ,
3
+ "version" : " 0.27 .0" ,
4
4
"private" : false ,
5
5
"files" : [
6
6
" dist"
You can’t perform that action at this time.
0 commit comments