Skip to content

Releases: ExpediaGroup/feast

v0.6.9

10 Dec 14:42
7ad16b7
Compare
Choose a tag to compare
v0.6.9 Pre-release
Pre-release

What's Changed

  • fix: Correct apply_project in HttpRegistry by @zabarn in #161

Full Changelog: v0.6.8...v0.6.9

v0.6.8

02 Dec 18:10
1c1d1f0
Compare
Choose a tag to compare
v0.6.8 Pre-release
Pre-release

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

08 Nov 19:23
2a19428
Compare
Choose a tag to compare

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

24 Oct 21:18
22bcbc4
Compare
Choose a tag to compare

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

22 Oct 22:08
8e0fa7c
Compare
Choose a tag to compare

What's Changed

  • feat: Lazy Infra Creation with online_store Option Set to True by @zabarn in #144
  • feat: Enable Infra Creation During Materialization by @zabarn in #147

New Contributors

Full Changelog: v0.6.4...v0.6.5

v0.6.4

22 Oct 16:25
5571425
Compare
Choose a tag to compare

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

02 Oct 19:52
Compare
Choose a tag to compare

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

02 Oct 19:01
c2ed01c
Compare
Choose a tag to compare

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

20 Aug 01:47
4fd7b29
Compare
Choose a tag to compare

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

09 Aug 00:02
6e4a66c
Compare
Choose a tag to compare

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