Releases: ExpediaGroup/feast
Releases · ExpediaGroup/feast
v0.6.9
v0.6.8
What's Changed
- feat: Expose Redis connection pool metrics using prometheus by @EXPEbdodla in #158
- feat: Implement Cassandra/ScyllaDB Go Online Store by @msistla96 in #138
Full Changelog: v0.6.7...v0.6.8
v0.6.7
What's Changed
- feat: Update pymilvus to 2.4.x by @piket in #151
- fix: Remove update_infra from Expedia provider by @zabarn in #152
- feat: Supports nested struct columns as features, timestamp fields by @EXPEbdodla in #153
- feat: Create infra as part of the streaming ingestion by @EXPEbdodla in #155
- feat: TTL support for ScyllaDB config and FeatureViews by @zabarn in #154
Full Changelog: v0.6.6...v0.6.7
v0.6.6
What's Changed
- fix: Populates project created_time correctly according to created time in feast_metadata table by @EXPEbdodla in #149
Full Changelog: v0.6.5...v0.6.6
Lazy Infra Creation for ScyllaDB
v0.6.4
What's Changed
- fix: Adding min required protobuf version by @EXPEbdodla in #142
- fix: Pyarrow substrait module is available from 9.0.0 only by @EXPEbdodla in #145
- feat: Automatically set GOMAXPROCS to match container CPU quota by @EXPEbdodla in #146
Full Changelog: v0.6.3...v0.6.4
v0.6.3
v0.6.2 failed to publish typescript SDK to Artyfactory in eg-feast. That blocked the Docker Image release.
Retriggering the build process with an empty commit.
Full Changelog: v0.6.2...v0.6.3
v0.6.2
What's Changed
- fix: Merged changes from feast open source upto Sep 16, 2024 by @EXPEbdodla in #139
- chore: Added logging to print cluster endpoint used by @EXPEbdodla in #140
- fix: Import grpc only for type checking by @EXPEbdodla in #141
- SQL Registry optimizations for Proto() and added indexes to tables
- SQL Registry support writer and reader endpoints. All write traffic uses writer endpoint and read traffic uses reader endpoint
- Project object is introduced. We can define Project object along with metadata. (HTTP Registry doesn't support this. We have to wait until registry is switched to remote registry)
- Docker Image Optimizations (Separate Docker Image for GO Feature Server which is of size ~160MB and Current docker image which supports both Python and Go feature server has reduced size from 2GB to 1.2GB)
Full Changelog: v0.6.1...v0.6.2
v0.6.1
What's Changed
- fix: Add support for tags in HttpRegistry list methods when allow_cache is true by @EXPEbdodla in #129
- chore: Default to pandas mode if not specified in ODFV proto in database by @EXPEbdodla in #130
- feat: Add health check service to registry server by @EXPEbdodla in #131
- fix: INT64 numbers are rounded for arrow.Array objects during json marshal process by @EXPEbdodla in #128
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- fix: Feast merge jun 24, 2024 by @EXPEbdodla in #115
- fix: Merging changes from open source feast until Jul 18, 2024 by @EXPEbdodla in #117
- fix: Decouple go feature server from gopy bindings by @EXPEbdodla in #118
- fix: Start up issues in Python Feature server with HTTP Registry by @EXPEbdodla in #120
- fix: Fix compatibility issues between Pydantic V1 and V2 with timedelta by @EXPEbdodla in #121
- fix: Parsing online store configuration correctly for Expedia provider by @EXPEbdodla in #124
- fix: Using typing.get_type_hints and set transformation service health status by @EXPEbdodla in #127
Full Changelog: v0.5.38...v0.6.0