| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4e86bdf commit b601ef2
30 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,34 @@ | |||
| 1 | 1 | # Changelog | |
| 2 | 2 | ||
| 3 | + # [0.58.0](https://github.com/feast-dev/feast/compare/v0.57.0...v0.58.0) (2025-12-16) | ||
| 4 | + | ||
| 5 | + | ||
| 6 | + ### Bug Fixes | ||
| 7 | + | ||
| 8 | + * Add java proto ([#5719](https://github.com/feast-dev/feast/issues/5719)) ([fc3ea20](https://github.com/feast-dev/feast/commit/fc3ea208e0d37d1083fda261fd374c87fa4da17c)) | ||
| 9 | + * Add possibility to force full features names for materialize ops ([#5728](https://github.com/feast-dev/feast/issues/5728)) ([55c9c36](https://github.com/feast-dev/feast/commit/55c9c36a5cc385869d2c7671a5629da1ba282d47)) | ||
| 10 | + * Fixed file registry cache sync ([09505d4](https://github.com/feast-dev/feast/commit/09505d4ae79f5ca5b452c9c5e41a56e1f7d3d136)) | ||
| 11 | + * Handle hyphon in sqlite project name ([#5575](https://github.com/feast-dev/feast/issues/5575)) ([#5749](https://github.com/feast-dev/feast/issues/5749)) ([b8346ff](https://github.com/feast-dev/feast/commit/b8346ff58c0d78deff52b2a864772dc23741ea75)) | ||
| 12 | + * Pinned substrait to fix protobuf issue ([d0ef4da](https://github.com/feast-dev/feast/commit/d0ef4da05dc91893b14b10b888b3c458fd389ce5)) | ||
| 13 | + * Set TLS certificate annotation only on gRPC service ([#5715](https://github.com/feast-dev/feast/issues/5715)) ([75d13db](https://github.com/feast-dev/feast/commit/75d13db1ea536bd4759dbb719190a266b6466b24)) | ||
| 14 | + * SQLite online store deletes tables from other projects in shared registry scenarios ([#5766](https://github.com/feast-dev/feast/issues/5766)) ([fabce76](https://github.com/feast-dev/feast/commit/fabce765804a8577ef31fb83525adc5df5748c44)) | ||
| 15 | + * Validate not existing entity join keys for preventing panic ([0b93559](https://github.com/feast-dev/feast/commit/0b935595b7e296f1d51a52c42b750a470ea10ceb)) | ||
| 16 | + | ||
| 17 | + | ||
| 18 | + ### Features | ||
| 19 | + | ||
| 20 | + * Add annotations for pod templates ([534e647](https://github.com/feast-dev/feast/commit/534e647f40567a8d632fb562f1e58057b1c61c3e)) | ||
| 21 | + * Add Pytorch template ([#5780](https://github.com/feast-dev/feast/issues/5780)) ([6afd353](https://github.com/feast-dev/feast/commit/6afd353425027fe7de561092306c390ea1ad0d19)) | ||
| 22 | + * Add support for extra options for stream source ([#5618](https://github.com/feast-dev/feast/issues/5618)) ([18956c2](https://github.com/feast-dev/feast/commit/18956c2765ebc4c92ca8afc7e02aca8b7dfc339d)) | ||
| 23 | + * Added matched_tag field search api results with fuzzy search capabilities ([#5769](https://github.com/feast-dev/feast/issues/5769)) ([4a9ffae](https://github.com/feast-dev/feast/commit/4a9ffae3d2c7449670d9dddb8b3b341ee00ffc29)) | ||
| 24 | + * Added support for enabling metrics in Feast Operator ([#5317](https://github.com/feast-dev/feast/issues/5317)) ([#5748](https://github.com/feast-dev/feast/issues/5748)) ([a8498c2](https://github.com/feast-dev/feast/commit/a8498c2c43439024cd9516eae8e1733b3f69b577)) | ||
| 25 | + * Configure CacheTTLSecondscache,CacheMode for file-based registry in Feast Operator([#5708](https://github.com/feast-dev/feast/issues/5708)) ([#5744](https://github.com/feast-dev/feast/issues/5744)) ([f25f83b](https://github.com/feast-dev/feast/commit/f25f83b3e4d324a9b52cd2e90036c3d25f25ee80)) | ||
| 26 | + * Implemented Tiling Support for Time-Windowed Aggregations ([#5724](https://github.com/feast-dev/feast/issues/5724)) ([7a99166](https://github.com/feast-dev/feast/commit/7a991660817ffcbe3059b0141f42f15e5f7d5b04)) | ||
| 27 | + * Offline Store historical features retrieval based on datetime range for spark ([#5720](https://github.com/feast-dev/feast/issues/5720)) ([27ec8ec](https://github.com/feast-dev/feast/commit/27ec8ec26b2884d09df3ee3e648b96824e1f2b4c)) | ||
| 28 | + * Offline Store historical features retrieval based on datetime range in dask ([#5717](https://github.com/feast-dev/feast/issues/5717)) ([a16582a](https://github.com/feast-dev/feast/commit/a16582a82914b015095f60a61a3a722c9c82bb63)) | ||
| 29 | + * Production ready feast operator with v1 apiversion ([#5771](https://github.com/feast-dev/feast/issues/5771)) ([49359c6](https://github.com/feast-dev/feast/commit/49359c6227601bc31ee08fdc4f4208fb6d101755)) | ||
| 30 | + * Support for Map value data type ([#5768](https://github.com/feast-dev/feast/issues/5768)) ([#5772](https://github.com/feast-dev/feast/issues/5772)) ([b99a8a9](https://github.com/feast-dev/feast/commit/b99a8a9aeafba912a6ceea8658f5efeae90b245d)) | ||
| 31 | + | ||
| 3 | 32 | # [0.57.0](https://github.com/feast-dev/feast/compare/v0.56.0...v0.57.0) (2025-11-13) | |
| 4 | 33 | ||
| 5 | 34 | ||
| 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.57.0 | ||
| 5 | + version: 0.58.0 | ||
| 6 | 6 | keywords: | |
| 7 | 7 | - machine learning | |
| 8 | 8 | - big data | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | # Feast Python / Go Feature Server Helm Charts | |
| 2 | 2 | ||
| 3 | - Current chart version is `0.57.0` | ||
| 3 | + Current chart version is `0.58.0` | ||
| 4 | 4 | ||
| 5 | 5 | ## Installation | |
| 6 | 6 | ||
@@ -42,7 +42,7 @@ See [here](https://github.com/feast-dev/feast/tree/master/examples/python-helm-d | |||
| 42 | 42 | | fullnameOverride | string | `""` | | | |
| 43 | 43 | | image.pullPolicy | string | `"IfNotPresent"` | | | |
| 44 | 44 | | image.repository | string | `"quay.io/feastdev/feature-server"` | Docker image for Feature Server repository | | |
| 45 | - | image.tag | string | `"0.57.0"` | The Docker image tag (can be overwritten if custom feature server deps are needed for on demand transforms) | | ||
| 45 | + | image.tag | string | `"0.58.0"` | The Docker image tag (can be overwritten if custom feature server deps are needed for on demand transforms) | | ||
| 46 | 46 | | imagePullSecrets | list | `[]` | | | |
| 47 | 47 | | livenessProbe.initialDelaySeconds | int | `30` | | | |
| 48 | 48 | | livenessProbe.periodSeconds | int | `30` | | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -9,7 +9,7 @@ image: | |||
| 9 | 9 | repository: quay.io/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.57.0 | ||
| 12 | + tag: 0.58.0 | ||
| 13 | 13 | ||
| 14 | 14 | logLevel: "WARNING" # Set log level DEBUG, INFO, WARNING, ERROR, and CRITICAL (case-insensitive) | |
| 15 | 15 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,7 +1,7 @@ | |||
| 1 | 1 | apiVersion: v1 | |
| 2 | 2 | description: Feature store for machine learning | |
| 3 | 3 | name: feast | |
| 4 | - version: 0.57.0 | ||
| 4 | + version: 0.58.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.57.0` | ||
| 11 | + Feature store for machine learning Current chart version is `0.58.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.57.0 | | ||
| 69 | - | https://feast-helm-charts.storage.googleapis.com | transformation-service(transformation-service) | 0.57.0 | | ||
| 68 | + | https://feast-helm-charts.storage.googleapis.com | feature-server(feature-server) | 0.58.0 | | ||
| 69 | + | https://feast-helm-charts.storage.googleapis.com | transformation-service(transformation-service) | 0.58.0 | | ||
| 70 | 70 | ||
| 71 | 71 | ## Values | |
| 72 | 72 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,8 +1,8 @@ | |||
| 1 | 1 | apiVersion: v1 | |
| 2 | 2 | description: "Feast Feature Server: Online feature serving service for Feast" | |
| 3 | 3 | name: feature-server | |
| 4 | - version: 0.57.0 | ||
| 5 | - appVersion: v0.57.0 | ||
| 4 | + version: 0.58.0 | ||
| 5 | + appVersion: v0.58.0 | ||
| 6 | 6 | keywords: | |
| 7 | 7 | - machine learning | |
| 8 | 8 | - big data | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | # feature-server | |
| 2 | 2 | ||
| 3 | -   | ||
| 3 | +   | ||
| 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 | `"quay.io/feastdev/feature-server-java"` | Docker image for Feature Server repository | | |
| 20 | - | image.tag | string | `"0.57.0"` | Image tag | | ||
| 20 | + | image.tag | string | `"0.58.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,7 +5,7 @@ image: | |||
| 5 | 5 | # image.repository -- Docker image for Feature Server repository | |
| 6 | 6 | repository: quay.io/feastdev/feature-server-java | |
| 7 | 7 | # image.tag -- Image tag | |
| 8 | - tag: 0.57.0 | ||
| 8 | + tag: 0.58.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,8 +1,8 @@ | |||
| 1 | 1 | apiVersion: v1 | |
| 2 | 2 | description: "Transformation service: to compute on-demand features" | |
| 3 | 3 | name: transformation-service | |
| 4 | - version: 0.57.0 | ||
| 5 | - appVersion: v0.57.0 | ||
| 4 | + version: 0.58.0 | ||
| 5 | + appVersion: v0.58.0 | ||
| 6 | 6 | keywords: | |
| 7 | 7 | - machine learning | |
| 8 | 8 | - big data | |
| Back | FazBrowse Home | New Git URL |
0 commit comments