-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Comparing changes
Open a pull request
base repository: feast-dev/feast
base: v0.56.0
head repository: feast-dev/feast
compare: v0.57.0
- 14 commits
- 91 files changed
- 15 contributors
Commits on Oct 29, 2025
-
docs: Add Cast.ai as Clickhouse offline store contributor logo on web…
…site (#5704) Add cast.ai contributor logo Signed-off-by: lukas.valatka <lukas.valatka@cast.ai> Co-authored-by: lukas.valatka <lukas.valatka@cast.ai>
Configuration menu - View commit details
-
Copy full SHA for 4563e80 - Browse repository at this point
Copy the full SHA 4563e80View commit details -
fix: Improve trino to feast type mapping with (real,varchar,timestamp…
…,decimal) (#5691) * fix: improve trino to feast type mapping with (real,varchar,timestamp,decimal) Signed-off-by: fengxiaochuan <fengxiaochuan@corp.netease.com> * Remove whitespace from blank line Signed-off-by: fengxiaochuan <fengxiaochuan@corp.netease.com> --------- Signed-off-by: fengxiaochuan <fengxiaochuan@corp.netease.com> Co-authored-by: fengxiaochuan <fengxiaochuan@corp.netease.com> Co-authored-by: Francisco Arceo <arceofrancisco@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f855ad2 - Browse repository at this point
Copy the full SHA f855ad2View commit details -
feat: Add annotations to cronjob CRDs (#5701)
* feat: Add annotations to cronjob CRDs Signed-off-by: Frederic Kayser <frederic@frederic-kayser.de> * Implement handling of annotations Signed-off-by: Frederic Kayser <frederic@frederic-kayser.de> * Add auto-generated files Signed-off-by: Frederic Kayser <frederic@frederic-kayser.de> * Implement changes from review Signed-off-by: Frederic Kayser <frederic@frederic-kayser.de> * Implement changes from review Signed-off-by: Frederic Kayser <frederic@frederic-kayser.de> --------- Signed-off-by: Frederic Kayser <frederic@frederic-kayser.de> Co-authored-by: Francisco Arceo <arceofrancisco@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for be6e6c2 - Browse repository at this point
Copy the full SHA be6e6c2View commit details -
docs: Adding blog post for Ray (#5705)
Signed-off-by: ntkathole <nikhilkathole2683@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 398fdcf - Browse repository at this point
Copy the full SHA 398fdcfView commit details
Commits on Oct 31, 2025
-
feat: Add batch commit mode for MySQL OnlineStore (#5699)
* feat: Support batch_write for MySQL OnlineStore Signed-off-by: Chimey Rock <trinhvanthoai99@gmail.com> docs: update document for MySQL Online Store to support batch write Signed-off-by: Chimey Rock <trinhvanthoai99@gmail.com> * docs: Add batch_write for MySQL Online Store Signed-off-by: Chimey Rock <trinhvanthoai99@gmail.com> --------- Signed-off-by: Chimey Rock <trinhvanthoai99@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3cfe4eb - Browse repository at this point
Copy the full SHA 3cfe4ebView commit details -
test: Updated Postgres and redis quay digest image reference
Signed-off-by: Srihari <svenkata@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 2a4b7aa - Browse repository at this point
Copy the full SHA 2a4b7aaView commit details
Commits on Nov 3, 2025
-
fix: Support historical feature retrieval with start_date/end_date in…
… RemoteOfflineStore (#5703) * Added start_date & end_date range for historical data retrieval from RemoteOfflineStore Signed-off-by: Aniket Paluskar <apaluska@redhat.com> * Minor linting & reformatting changes Signed-off-by: Aniket Paluskar <apaluska@redhat.com> * Fixed minor issue of empty df with only key as column being trated as entity_df in offline server Signed-off-by: Aniket Paluskar <apaluska@redhat.com> * Removed unnecessary logic to create mock df Signed-off-by: Aniket Paluskar <apaluska@redhat.com> * Minor linting & formatting changes Signed-off-by: Aniket Paluskar <apaluska@redhat.com> --------- Signed-off-by: Aniket Paluskar <apaluska@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for ad32756 - Browse repository at this point
Copy the full SHA ad32756View commit details
Commits on Nov 4, 2025
-
fix: Thread safe Clickhouse offline store (#5710)
* add pull_all_from_table_or_query for clickhouse, to align with new materialization logic (calling it) Signed-off-by: lukas.valatka <lukas.valatka@cast.ai> * make sure get client is thread-local, since client is thread-unsafe Signed-off-by: lukas.valatka <lukas.valatka@cast.ai> * cleanup Signed-off-by: lukas.valatka <lukas.valatka@cast.ai> --------- Signed-off-by: lukas.valatka <lukas.valatka@cast.ai> Co-authored-by: lukas.valatka <lukas.valatka@cast.ai>
Configuration menu - View commit details
-
Copy full SHA for 5f446ed - Browse repository at this point
Copy the full SHA 5f446edView commit details
Commits on Nov 5, 2025
-
test: Update latest Notebook template for feast Notebook tests
Signed-off-by: Srihari <svenkata@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 26875e1 - Browse repository at this point
Copy the full SHA 26875e1View commit details
Commits on Nov 6, 2025
-
feat: Support table format: Iceberg, Delta, and Hudi (#5650)
* add support for table format such as Iceberg, Delta, Hudi etc. Signed-off-by: HaoXuAI <sduxuhao@gmail.com> * linting Signed-off-by: HaoXuAI <sduxuhao@gmail.com> * linting Signed-off-by: HaoXuAI <sduxuhao@gmail.com> * add tests Signed-off-by: HaoXuAI <sduxuhao@gmail.com> * fix tests Signed-off-by: HaoXuAI <sduxuhao@gmail.com> * fix tests Signed-off-by: HaoXuAI <sduxuhao@gmail.com> * linting Signed-off-by: HaoXuAI <sduxuhao@gmail.com> * add tableformat proto Signed-off-by: hao-xu5 <hxu44@apple.com> * update Signed-off-by: hao-xu5 <hxu44@apple.com> * update doc Signed-off-by: hao-xu5 <hxu44@apple.com> * fix linting Signed-off-by: hao-xu5 <hxu44@apple.com> * fix test Signed-off-by: hao-xu5 <hxu44@apple.com> --------- Signed-off-by: HaoXuAI <sduxuhao@gmail.com> Signed-off-by: hao-xu5 <hxu44@apple.com> Co-authored-by: hao-xu5 <hxu44@apple.com>
Configuration menu - View commit details
-
Copy full SHA for 2915ad1 - Browse repository at this point
Copy the full SHA 2915ad1View commit details
Commits on Nov 11, 2025
-
feat: Add possibility to materialize only latest values, to increase …
…performance (#5713) * add pull_all_from_table_or_query for clickhouse, to align with new materialization logic (calling it) Signed-off-by: lukas.valatka <lukas.valatka@cast.ai> * add option to select to materialize only latest values, for performance Signed-off-by: lukas.valatka <lukas.valatka@cast.ai> * enforce non optional params Signed-off-by: lukas.valatka <lukas.valatka@cast.ai> --------- Signed-off-by: lukas.valatka <lukas.valatka@cast.ai> Co-authored-by: Lukas Valatka <lukas@valatka.net>
Configuration menu - View commit details
-
Copy full SHA for 8d77b72 - Browse repository at this point
Copy the full SHA 8d77b72View commit details
Commits on Nov 12, 2025
-
fix: Materialize API - ODFV views not looked-up (thinks views non exi…
…stant) - crashes materialize (#5716) * add pull_all_from_table_or_query for clickhouse, to align with new materialization logic (calling it) Signed-off-by: lukas.valatka <lukas.valatka@cast.ai> * fix - ensure on demand feature views can be checked too Signed-off-by: lukas.valatka <lukas.valatka@cast.ai> --------- Signed-off-by: lukas.valatka <lukas.valatka@cast.ai> Co-authored-by: Lukas Valatka <lukas@valatka.net>
Configuration menu - View commit details
-
Copy full SHA for 1b050b3 - Browse repository at this point
Copy the full SHA 1b050b3View commit details
Commits on Nov 13, 2025
-
chore(deps): bump starlette in /sdk/python/requirements
Bumps [starlette](https://github.com/Kludex/starlette) from 0.48.0 to 0.49.1. - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](Kludex/starlette@0.48.0...0.49.1) --- updated-dependencies: - dependency-name: starlette dependency-version: 0.49.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for dc62ff2 - Browse repository at this point
Copy the full SHA dc62ff2View commit details -
chore(release): release 0.57.0
# [0.57.0](v0.56.0...v0.57.0) (2025-11-13) ### Bug Fixes * Improve trino to feast type mapping with (real,varchar,timestamp,decimal) ([#5691](#5691)) ([f855ad2](f855ad2)) * Materialize API - ODFV views not looked-up (thinks views non existant) - crashes materialize ([#5716](#5716)) ([1b050b3](1b050b3)) * Support historical feature retrieval with start_date/end_date in RemoteOfflineStore ([#5703](#5703)) ([ad32756](ad32756)) * Thread safe Clickhouse offline store ([#5710](#5710)) ([5f446ed](5f446ed)) ### Features * Add annotations to cronjob CRDs ([#5701](#5701)) ([be6e6c2](be6e6c2)) * Add batch commit mode for MySQL OnlineStore ([#5699](#5699)) ([3cfe4eb](3cfe4eb)) * Add possibility to materialize only latest values, to increase performance ([#5713](#5713)) ([8d77b72](8d77b72)) * Support table format: Iceberg, Delta, and Hudi ([#5650](#5650)) ([2915ad1](2915ad1))
Configuration menu - View commit details
-
Copy full SHA for cc39768 - Browse repository at this point
Copy the full SHA cc39768View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.56.0...v0.57.0