Skip to content

Tags: thakoreh/feast

Tags

v0.63.0

Toggle v0.63.0's commit message
chore(release): release 0.63.0

# [0.63.0](feast-dev/feast@v0.62.0...v0.63.0) (2026-05-04)

### Bug Fixes

* Add project filter to apply_data_source and delete_data_source (closes [feast-dev#6206](feast-dev#6206)) ([feast-dev#6322](feast-dev#6322)) ([96562c4](feast-dev@96562c4))
* Add project_id filter to SnowflakeRegistry UPDATE path ([feast-dev#6243](feast-dev#6243)) ([6658b71](feast-dev@6658b71)), closes [feast-dev#6208](feast-dev#6208) [feast-dev#6208](feast-dev#6208)
* Add subprocess timeouts to prevent test_e2e_local hanging on Dask atexit handler ([3de6556](feast-dev@3de6556))
* Ambiguous truth value of array during materialization ([feast-dev#6259](feast-dev#6259)) ([d0c8984](feast-dev@d0c8984))
* Auto-detect GCS/S3 registry store when registry is passed as string ([feast-dev#6260](feast-dev#6260)) ([7ebcf03](feast-dev@7ebcf03))
* **bigquery:** Prefer query over table in get_table_query_string ([feast-dev#6360](feast-dev#6360)) ([77ed779](feast-dev@77ed779)), closes [feast-dev#6200](feast-dev#6200)
* correct project_id scoping in get_user_metadata and delete_project ([0c469a7](feast-dev@0c469a7))
* disable Redis RDB persistence in test deployments ([44cd682](feast-dev@44cd682))
* Disable snowflake tests temporarily in CI ([feast-dev#6356](feast-dev#6356)) ([31d5a98](feast-dev@31d5a98))
* Filter empty SQL commands at execute_snowflake_statement call sites ([feast-dev#6249](feast-dev#6249)) ([92ffbb9](feast-dev@92ffbb9))
* Fix five bugs in milvus online store ([feast-dev#6275](feast-dev#6275)) ([212504b](feast-dev@212504b))
* Fix issue with apply feature view ([835cda8](feast-dev@835cda8))
* Fix streaming materialization for exotic sources with lazy UDF pipelines ([c07972d](feast-dev@c07972d))
* Handle missing features gracefully instead of panicking ([7d00b3a](feast-dev@7d00b3a))
* Harden informer cache with label selectors and memory optimizations ([feast-dev#6242](feast-dev#6242)) ([3f11356](feast-dev@3f11356))
* **helm:** Avoid nil pointer for metrics.enabled inside podAnnotations ([feast-dev#6251](feast-dev#6251)) ([c833f1a](feast-dev@c833f1a))
* Include git in feast server image ([fb03c46](feast-dev@fb03c46))
* Include StreamFeatureView in freshness metric ([feast-dev#6269](feast-dev#6269)) ([463f16c](feast-dev@463f16c))
* Pre-create S3A event log dir before SparkContext init ([feast-dev#6317](feast-dev#6317)) ([9feca77](feast-dev@9feca77))
* Remote Online Store Type Inference Error with All-NULL Columns ([feast-dev#6063](feast-dev#6063)) ([de67bdd](feast-dev@de67bdd))
* Remove selector with kustomize overlay using a JSON 6902 patch ([9107a43](feast-dev@9107a43))
* Resolve multiple bugs in SnowflakeRegistry and Snowflake connection handling ([feast-dev#6315](feast-dev#6315)) ([7e66a2e](feast-dev@7e66a2e))
* **spark:** BatchFeatureView with TransformationMode.PYTHON now reads all source columns ([a310eaf](feast-dev@a310eaf))
* **spark:** Use SELECT * when feature_name_columns is empty in pull_all_from_table_or_query ([e1b1d2d](feast-dev@e1b1d2d))
* Support pandas mode in feature builder and fix dask column extraction ([863315e](feast-dev@863315e))
* support SQL string as entity_df in RemoteOfflineStore.get_historical_features ([c559889](feast-dev@c559889))
* Wrap LocalOutputNode return value in ArrowTableValue for consist… ([feast-dev#6286](feast-dev#6286)) ([a16cd55](feast-dev@a16cd55))

### Features

* Add agent skills and Cursor/Claude rules for Feast development ([312eea3](feast-dev@312eea3))
* Add feature view versioning support to FAISS online store ([b36acb7](feast-dev@b36acb7))
* Add feature view versioning support to Redis and DynamoDB online stores ([feast-dev#6257](feast-dev#6257)) ([edf25af](feast-dev@edf25af)), closes [feast-dev#6164](feast-dev#6164) [feast-dev#6163](feast-dev#6163)
* Add optional 'org' in feature view ([feast-dev#6288](feast-dev#6288)) ([feast-dev#6301](feast-dev#6301)) ([608b105](feast-dev@608b105))
* Add RaySource, to_ray_dataset first-class method, docs, and tests ([1c98157](feast-dev@1c98157))
* Add TLS support for Go Feature Server ([feast-dev#6229](feast-dev#6229)) ([28a58d0](feast-dev@28a58d0))
* Add Vector Search support to MongoDBOnlineStore ([feast-dev#6344](feast-dev#6344)) ([c102738](feast-dev@c102738))
* Add versioning support to Milvus online store ([feast-dev#6330](feast-dev#6330)) ([3268ced](feast-dev@3268ced))
* Addresses performance issues in the Redis online store ([2e50da0](feast-dev@2e50da0))
* Allow to set gpu for ray ([5580ab4](feast-dev@5580ab4))
* Bump redis-py version cap from <5 to <8 ([feast-dev#6339](feast-dev#6339)) ([9538180](feast-dev@9538180))
* Expose feature_server, materialization, and openlineage configuration via FeatureStore CRD ([ec6ecfd](feast-dev@ec6ecfd))
* Make online_write_batch_size configurable in MaterializationConfig ([feast-dev#6268](feast-dev#6268)) ([d41becf](feast-dev@d41becf))
* Make udf optional if agg defined ([feast-dev#5689](feast-dev#5689)) ([feast-dev#6328](feast-dev#6328)) ([f630056](feast-dev@f630056))
* MongoDB offline store ([feast-dev#6138](feast-dev#6138)) ([8eebad7](feast-dev@8eebad7))
* Optional input_schema for ODFV ([feast-dev#6308](feast-dev#6308)) ([feast-dev#6312](feast-dev#6312)) ([f08b4e8](feast-dev@f08b4e8))
* Provision minimal TokenReview RBAC for OIDC auth and add SSL error logging in token parser ([feast-dev#6240](feast-dev#6240)) ([dca57e8](feast-dev@dca57e8))
* **spark:** Add compute-on-read support for BatchFeatureView in get_… ([feast-dev#6357](feast-dev#6357)) ([630d9f8](feast-dev@630d9f8))

v0.62.0

Toggle v0.62.0's commit message
chore(release): release 0.62.0

# [0.62.0](feast-dev/feast@v0.61.0...v0.62.0) (2026-04-08)

### Bug Fixes

* Added missing jackc/pgx/v5 entries ([94ad0e7](feast-dev@94ad0e7))
* Fix missing error handling for resource_counts endpoint ([d9706ce](feast-dev@d9706ce))
* fix path feature_definitions.py ([7d7df68](feast-dev@7d7df68))
* Fix regstry Rest API tests intermittent failure ([d53a339](feast-dev@d53a339))
* Fixed intermittent failures in get_historical_features ([c335ec7](feast-dev@c335ec7))
* Fixed the intermittent FeatureViewNotFoundException ([661ecc7](feast-dev@661ecc7))
* Handle existing RBAC role gracefully in namespace registry ([b46a62b](feast-dev@b46a62b))
* Ignore ipynb files during apply ([feast-dev#6151](feast-dev#6151)) ([4ea123d](feast-dev@4ea123d))
* Mount TLS volumes for init container ([080a9b5](feast-dev@080a9b5))
* **postgres:** Use end_date in synthetic entity_df for non-entity retrieval ([feast-dev#6110](feast-dev#6110)) ([088a802](feast-dev@088a802)), closes [feast-dev#6066](feast-dev#6066)
* SSL/TLS mode by default for postgres connection ([4844488](feast-dev@4844488))
* Sync v0.61-branch so v0.61.0 tag is reachable from master ([af66878](feast-dev@af66878))

### Features

* Add Claude Code agent skills for Feast ([feast-dev#6081](feast-dev#6081)) ([1e5b60f](feast-dev@1e5b60f)), closes [feast-dev#5976](feast-dev#5976) [feast-dev#6007](feast-dev#6007)
* Add decimal to supported feature types ([feast-dev#6029](feast-dev#6029)) ([feast-dev#6226](feast-dev#6226)) ([cff6fbf](feast-dev@cff6fbf))
* Add feast apply init container to automate registry population on pod start ([feast-dev#6106](feast-dev#6106)) ([6b31a43](feast-dev@6b31a43))
* Add feature view versioning support to PostgreSQL and MySQL online stores ([feast-dev#6193](feast-dev#6193)) ([940e0f0](feast-dev@940e0f0)), closes [feast-dev#6168](feast-dev#6168) [feast-dev#6169](feast-dev#6169) [feast-dev#2728](feast-dev#2728)
* Add metadata statistics to registry api ([ef1d4fc](feast-dev@ef1d4fc))
* Add Oracle DB as Offline store in python sdk & operator ([feast-dev#6017](feast-dev#6017)) ([9d35368](feast-dev@9d35368))
* Add RBAC aggregation labels to FeatureStore ClusterRoles ([daf77c6](feast-dev@daf77c6))
* Add ServiceMonitor auto-generation for Prometheus discovery ([feast-dev#6126](feast-dev#6126)) ([56e6d21](feast-dev@56e6d21))
* Add typed_features field to grpc write request (([feast-dev#6117](feast-dev#6117)) ([feast-dev#6118](feast-dev#6118)) ([eeaa6db](feast-dev@eeaa6db)), closes [feast-dev#6116](feast-dev#6116)
* Add UUID and TIME_UUID as feature types ([feast-dev#5885](feast-dev#5885)) ([feast-dev#5951](feast-dev#5951)) ([5d6e311](feast-dev@5d6e311))
* Add version indicators to lineage graph nodes ([feast-dev#6187](feast-dev#6187)) ([73805d3](feast-dev@73805d3))
* Add version tracking to FeatureView ([feast-dev#6101](feast-dev#6101)) ([ed4a4f2](feast-dev@ed4a4f2))
* Added Agent skills for AI Agents ([feast-dev#6007](feast-dev#6007)) ([99008c8](feast-dev@99008c8))
* Added odfv transformations metrics ([8b5a526](feast-dev@8b5a526))
* Created DocEmbedder class ([feast-dev#5973](feast-dev#5973)) ([0719c06](feast-dev@0719c06))
* Extended OIDC support to extract groups & namespaces and token injection with multiple methods ([feast-dev#6089](feast-dev#6089)) ([7c04026](feast-dev@7c04026))
* Replace ORJSONResponse with Pydantic response models for faster JSON serialization ([65cf03c](feast-dev@65cf03c))
* Support distinct count aggregation [[feast-dev#6116](feast-dev#6116)] ([3639570](feast-dev@3639570))
* Support HTTP in MCP ([feast-dev#6109](feast-dev#6109)) ([e72b983](feast-dev@e72b983))
* Support nested collection types (Array/Set of Array/Set) ([feast-dev#5947](feast-dev#5947)) ([feast-dev#6132](feast-dev#6132)) ([ab61642](feast-dev@ab61642))
* Support podAnnotations on Deployment pod template ([1b3cdc1](feast-dev@1b3cdc1))
* Utilize date partition column in BigQuery ([feast-dev#6076](feast-dev#6076)) ([4ea9b32](feast-dev@4ea9b32))

### Performance Improvements

* Online feature response construction in a single pass over read rows ([113fb04](feast-dev@113fb04))

v0.61.0

Toggle v0.61.0's commit message
fix: Added missing jackc/pgx/v5 entries

Signed-off-by: ntkathole <[email protected]>

v0.60.0

Toggle v0.60.0's commit message
chore(release): release 0.60.0

# [0.60.0](feast-dev/feast@v0.59.0...v0.60.0) (2026-02-17)

### Bug Fixes

* Added a flag to correctly download the go binaries ([0f77135](feast-dev@0f77135))
* Adds mapping of date Trino's type into string Feast's type ([531e839](feast-dev@531e839))
* **ci:** Use uv run for pytest in master_only benchmark step ([feast-dev#5957](feast-dev#5957)) ([5096010](feast-dev@5096010))
* Disable materialized odfvs for historical retrieval ([feast-dev#5880](feast-dev#5880)) ([739d28a](feast-dev@739d28a))
* Fix linting and formatting issues ([feast-dev#5907](feast-dev#5907)) ([42ca14a](feast-dev@42ca14a))
* Make timestamp field handling  compatible with Athena V3 ([feast-dev#5936](feast-dev#5936)) ([e2bad34](feast-dev@e2bad34))
* Support pgvector under non-default schema ([feast-dev#5970](feast-dev#5970)) ([c636cd4](feast-dev@c636cd4))
* unit tests not running on main branch ([feast-dev#5909](feast-dev#5909)) ([62fe664](feast-dev@62fe664))
* Update java dep which blocking release ([feast-dev#5903](feast-dev#5903)) ([a5b8186](feast-dev@a5b8186))
* Update the dockerfile with golang 1.24.12. ([feast-dev#5918](feast-dev#5918)) ([be1b522](feast-dev@be1b522))
* Use context.Background() in client constructors ([feast-dev#5897](feast-dev#5897)) ([984f93a](feast-dev@984f93a))

### Features

* Add blog post for PyTorch ecosystem announcement ([feast-dev#5906](feast-dev#5906)) ([d2eb629](feast-dev@d2eb629))
* Add blog post on Feast dbt integration ([feast-dev#5915](feast-dev#5915)) ([b3c8138](feast-dev@b3c8138))
* Add DynamoDB in-place list update support for array-based features ([feast-dev#5916](feast-dev#5916)) ([aa5973f](feast-dev@aa5973f))
* Add HTTP connection pooling for remote online store client ([feast-dev#5895](feast-dev#5895)) ([e022bf8](feast-dev@e022bf8))
* Add integration tests for dbt import ([feast-dev#5899](feast-dev#5899)) ([a444692](feast-dev@a444692))
* Add lazy initialization and feature service caching ([feast-dev#5924](feast-dev#5924)) ([b37b7d0](feast-dev@b37b7d0))
* Add multiple entity support to dbt integration ([feast-dev#5901](feast-dev#5901)) ([05a4fb5](feast-dev@05a4fb5)), closes [feast-dev#5872](feast-dev#5872)
* Add PostgreSQL online store support for Go feature server ([feast-dev#5963](feast-dev#5963)) ([b8c6f3d](feast-dev@b8c6f3d))
* Add publish docker image of Go feature server. ([feast-dev#5923](feast-dev#5923)) ([759d8c6](feast-dev@759d8c6))
* Add Set as feature type ([feast-dev#5888](feast-dev#5888)) ([52458fc](feast-dev@52458fc))
* Added online server worker config support in operator ([feast-dev#5926](feast-dev#5926)) ([193c72a](feast-dev@193c72a))
* Added support for OpenLineage integration ([feast-dev#5884](feast-dev#5884)) ([df70d8d](feast-dev@df70d8d))
* Adjust ray offline store to support abfs(s) ADLS Azure Storage ([feast-dev#5911](feast-dev#5911)) ([d6c0b2d](feast-dev@d6c0b2d))
* Batch_engine config injection in feature_store.yaml through operator ([feast-dev#5938](feast-dev#5938)) ([455d56c](feast-dev@455d56c))
* Consolidate Python packaging - remove setup.py/setup.cfg, standardize on pyproject.toml and uv ([16696b8](feast-dev@16696b8))
* **go:** Add MySQL registry store support for Go feature server ([feast-dev#5933](feast-dev#5933)) ([19f9bb8](feast-dev@19f9bb8))
* Improve local dev experience with file-aware hooks and auto parallelization ([feast-dev#5956](feast-dev#5956)) ([839b79e](feast-dev@839b79e))
* Modernize precommit hooks and optimize test performance ([feast-dev#5929](feast-dev#5929)) ([ea7d4fa](feast-dev@ea7d4fa))
* Optimize container infrastructure for production ([feast-dev#5881](feast-dev#5881)) ([5ebdac8](feast-dev@5ebdac8))
* Optimize DynamoDB online store for improved latency ([feast-dev#5889](feast-dev#5889)) ([fcc8274](feast-dev@fcc8274))

v0.59.0

Toggle v0.59.0's commit message
chore(release): release 0.59.0

# [0.59.0](feast-dev/feast@v0.58.0...v0.59.0) (2026-01-16)

### Bug Fixes

* Add get_table_query_string_with_alias() for PostgreSQL subquery aliasing ([feast-dev#5811](feast-dev#5811)) ([11122ce](feast-dev@11122ce))
* Add hybrid online store to ONLINE_STORE_CLASS_FOR_TYPE mapping ([feast-dev#5810](feast-dev#5810)) ([678589b](feast-dev@678589b))
* Add possibility to overwrite send_receive_timeout for clickhouse offline store ([feast-dev#5792](feast-dev#5792)) ([59dbb33](feast-dev@59dbb33))
* Denial by default to all resources when no permissions set  ([feast-dev#5663](feast-dev#5663)) ([1524f1c](feast-dev@1524f1c))
* Make operator include full OIDC secret in repo config ([feast-dev#5676](feast-dev#5676)) ([feast-dev#5809](feast-dev#5809)) ([a536bc2](feast-dev@a536bc2))
* Populate Postgres `registry.path` during `feast init` ([feast-dev#5785](feast-dev#5785)) ([f293ae8](feast-dev@f293ae8))
* **redis:** Preserve millisecond timestamp precision for Redis online store ([feast-dev#5807](feast-dev#5807)) ([9e3f213](feast-dev@9e3f213))
* Search API to return all matching tags in matched_tags field ([feast-dev#5843](feast-dev#5843)) ([de37f66](feast-dev@de37f66))
* Spark Materialization Engine Cannot Infer Schema ([feast-dev#5806](feast-dev#5806)) ([58d0325](feast-dev@58d0325)), closes [feast-dev#5594](feast-dev#5594) [feast-dev#5594](feast-dev#5594)
* Support arro3 table schema with newer deltalake packages ([feast-dev#5799](feast-dev#5799)) ([103c5e9](feast-dev@103c5e9))
* Timestamp formatting and lakehouse-type connector for trino_offline_store. ([feast-dev#5846](feast-dev#5846)) ([c2ea7e9](feast-dev@c2ea7e9))
* Update model_validator to use instance method signature (Pydantic v2.12 deprecation) ([feast-dev#5825](feast-dev#5825)) ([3c10b6e](feast-dev@3c10b6e))

### Features

* Add dbt integration for importing models as FeatureViews ([feast-dev#5827](feast-dev#5827)) ([b997361](feast-dev@b997361)), closes [feast-dev#3335](feast-dev#3335) [feast-dev#3335](feast-dev#3335) [feast-dev#3335](feast-dev#3335)
* Add GCS registry store in Go feature server ([feast-dev#5818](feast-dev#5818)) ([1dc2be5](feast-dev@1dc2be5))
* Add progress bar to CLI from feast apply ([feast-dev#5867](feast-dev#5867)) ([ab3562b](feast-dev@ab3562b))
* Add RBAC blog post to website ([feast-dev#5861](feast-dev#5861)) ([b1844a3](feast-dev@b1844a3))
* Add skip_feature_view_validation parameter to FeatureStore.apply() and plan() ([feast-dev#5859](feast-dev#5859)) ([5482a0e](feast-dev@5482a0e))
* Added batching to feature server /push to offline store ([feast-dev#5683](feast-dev#5683)) ([feast-dev#5729](feast-dev#5729)) ([ce35ce6](feast-dev@ce35ce6))
* Enable static artifacts for feature server that can be used in Feature Transformations ([feast-dev#5787](feast-dev#5787)) ([edefc3f](feast-dev@edefc3f))
* Improve lambda materialization engine ([feast-dev#5829](feast-dev#5829)) ([f6116f9](feast-dev@f6116f9))
* Offline Store historical features retrieval based on datetime range in Ray ([feast-dev#5738](feast-dev#5738)) ([e484c12](feast-dev@e484c12))
* Read, Save docs and chat fixes ([feast-dev#5865](feast-dev#5865)) ([2081b55](feast-dev@2081b55))
* Resolve pyarrow >21 installation with ibis-framework ([feast-dev#5847](feast-dev#5847)) ([8b9bb50](feast-dev@8b9bb50))
* Support staging for spark materialization ([feast-dev#5671](feast-dev#5671)) ([feast-dev#5797](feast-dev#5797)) ([5b787af](feast-dev@5b787af))

v0.58.0

Toggle v0.58.0's commit message
chore(release): release 0.58.0

# [0.58.0](feast-dev/feast@v0.57.0...v0.58.0) (2025-12-16)

### Bug Fixes

* Add java proto ([feast-dev#5719](feast-dev#5719)) ([fc3ea20](feast-dev@fc3ea20))
* Add possibility to force full features names for materialize ops ([feast-dev#5728](feast-dev#5728)) ([55c9c36](feast-dev@55c9c36))
* Fixed file registry cache sync ([09505d4](feast-dev@09505d4))
* Handle hyphon in sqlite project name ([feast-dev#5575](feast-dev#5575)) ([feast-dev#5749](feast-dev#5749)) ([b8346ff](feast-dev@b8346ff))
* Pinned substrait to fix protobuf issue ([d0ef4da](feast-dev@d0ef4da))
* Set TLS certificate annotation only on gRPC service ([feast-dev#5715](feast-dev#5715)) ([75d13db](feast-dev@75d13db))
* SQLite online store deletes tables from other projects in shared registry scenarios ([feast-dev#5766](feast-dev#5766)) ([fabce76](feast-dev@fabce76))
* Validate not existing entity join keys for preventing panic ([0b93559](feast-dev@0b93559))

### Features

* Add annotations for pod templates ([534e647](feast-dev@534e647))
* Add Pytorch template ([feast-dev#5780](feast-dev#5780)) ([6afd353](feast-dev@6afd353))
* Add support for extra options for stream source ([feast-dev#5618](feast-dev#5618)) ([18956c2](feast-dev@18956c2))
* Added matched_tag field search api results with fuzzy search capabilities ([feast-dev#5769](feast-dev#5769)) ([4a9ffae](feast-dev@4a9ffae))
* Added support for enabling metrics in Feast Operator ([feast-dev#5317](feast-dev#5317)) ([feast-dev#5748](feast-dev#5748)) ([a8498c2](feast-dev@a8498c2))
* Configure CacheTTLSecondscache,CacheMode for file-based registry in Feast Operator([feast-dev#5708](feast-dev#5708)) ([feast-dev#5744](feast-dev#5744)) ([f25f83b](feast-dev@f25f83b))
* Implemented Tiling Support for Time-Windowed Aggregations ([feast-dev#5724](feast-dev#5724)) ([7a99166](feast-dev@7a99166))
* Offline Store historical features retrieval based on datetime range for spark ([feast-dev#5720](feast-dev#5720)) ([27ec8ec](feast-dev@27ec8ec))
* Offline Store historical features retrieval based on datetime range in dask ([feast-dev#5717](feast-dev#5717)) ([a16582a](feast-dev@a16582a))
* Production ready feast operator with v1 apiversion ([feast-dev#5771](feast-dev#5771)) ([49359c6](feast-dev@49359c6))
* Support for Map value data type ([feast-dev#5768](feast-dev#5768)) ([feast-dev#5772](feast-dev#5772)) ([b99a8a9](feast-dev@b99a8a9))

v0.54.1

Toggle v0.54.1's commit message
fix: Fixed 0.54.1 version to publish it to pypi

Signed-off-by: ntkathole <[email protected]>

v0.57.0

Toggle v0.57.0's commit message
chore(release): release 0.57.0

# [0.57.0](feast-dev/feast@v0.56.0...v0.57.0) (2025-11-13)

### Bug Fixes

* Improve trino to feast type mapping with (real,varchar,timestamp,decimal) ([feast-dev#5691](feast-dev#5691)) ([f855ad2](feast-dev@f855ad2))
* Materialize API - ODFV views not looked-up (thinks views non existant)  - crashes materialize ([feast-dev#5716](feast-dev#5716)) ([1b050b3](feast-dev@1b050b3))
* Support historical feature retrieval with start_date/end_date in RemoteOfflineStore ([feast-dev#5703](feast-dev#5703)) ([ad32756](feast-dev@ad32756))
* Thread safe Clickhouse offline store ([feast-dev#5710](feast-dev#5710)) ([5f446ed](feast-dev@5f446ed))

### Features

* Add annotations to cronjob CRDs ([feast-dev#5701](feast-dev#5701)) ([be6e6c2](feast-dev@be6e6c2))
* Add batch commit mode for MySQL OnlineStore ([feast-dev#5699](feast-dev#5699)) ([3cfe4eb](feast-dev@3cfe4eb))
* Add possibility to materialize only latest values, to increase performance ([feast-dev#5713](feast-dev#5713)) ([8d77b72](feast-dev@8d77b72))
* Support table format: Iceberg, Delta, and Hudi ([feast-dev#5650](feast-dev#5650)) ([2915ad1](feast-dev@2915ad1))

v0.56.0

Toggle v0.56.0's commit message
chore(release): release 0.56.0

# [0.56.0](feast-dev/feast@v0.55.0...v0.56.0) (2025-10-27)

### Bug Fixes

* Add mode field to Transformation proto for proper serialization ([2390d2e](feast-dev@2390d2e))
* Date wise remote offline store historical data retrieval  ([feast-dev#5686](feast-dev#5686)) ([949ba3d](feast-dev@949ba3d))
* Fix STRING type handling in on-demand feature views ([feast-dev#5669](feast-dev#5669)) ([dfbb743](feast-dev@dfbb743))
* Fixed torch install issue in CI ([366e5a8](feast-dev@366e5a8))
* ODFV not getting counted in resource count ([1d640b6](feast-dev@1d640b6))
* Skip tag updates if user do not have permissions ([feast-dev#5673](feast-dev#5673)) ([0a951ce](feast-dev@0a951ce))

### Features

* Add document of Go feature server. ([feast-dev#5697](feast-dev#5697)) ([cbd1dde](feast-dev@cbd1dde))
* Add flexible commandArgs support for complete Feast CLI control ([feast-dev#5678](feast-dev#5678)) ([6414924](feast-dev@6414924))
* Add HDFS as a feature registry ([feast-dev#5655](feast-dev#5655)) ([4c65872](feast-dev@4c65872))
* Add nodeSelector to service config ([feast-dev#5675](feast-dev#5675)) ([9728cde](feast-dev@9728cde))
* Add OTEL based observability to the Go Feature Server ([feast-dev#5685](feast-dev#5685)) ([f4afdad](feast-dev@f4afdad))
* Added health endpoint for the UI ([feast-dev#5665](feast-dev#5665)) ([3aec5d5](feast-dev@3aec5d5))
* Added kuberay support ([e0b698d](feast-dev@e0b698d))
* Added support for filtering multi-projects ([feast-dev#5688](feast-dev#5688)) ([eb0a86e](feast-dev@eb0a86e))
* Batch Embedding at scale for RAG with Ray ([cc2a46d](feast-dev@cc2a46d))
* Optimize SQL entity handling without creating temporary tables ([feast-dev#5695](feast-dev#5695)) ([aa2c838](feast-dev@aa2c838))
* Support aggregation in odfv ([feast-dev#5666](feast-dev#5666)) ([564e965](feast-dev@564e965))
* Support cache_mode for registries ([021e9ea](feast-dev@021e9ea))

v0.55.0

Toggle v0.55.0's commit message
chore(release): release 0.55.0

# [0.55.0](feast-dev/feast@v0.54.0...v0.55.0) (2025-10-14)

### Bug Fixes

* Added unix_timestamp_val in _serialize_val ([feast-dev#5659](feast-dev#5659)) ([35a8423](feast-dev@35a8423))
* BatchFeatureView transformation should persist in Registry Ser/Deserialization ([3364bad](feast-dev@3364bad))
* Check if DynamoDB table exists before create ([feast-dev#5658](feast-dev#5658)) ([e7fd506](feast-dev@e7fd506))
* Fix the link to Expedia in the Go Feature Server readme. ([3ed0163](feast-dev@3ed0163))

### Features

* Add Claude instructions ([feast-dev#5651](feast-dev#5651)) ([4807a52](feast-dev@4807a52))
* Groups and Namespaces based authorization, for Users and Service Accounts ([feast-dev#5619](feast-dev#5619)) ([da6257c](feast-dev@da6257c))