Skip to content

Releases: ExpediaGroup/feast

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

DD Metrics for Go gRPC Feature Server

10 Jul 23:42
850e97d
Compare
Choose a tag to compare
Add DD Tracing to gRPC Go Feature Server (#116)

* fix: Bytewax engine create configmap from object (#3821)

* Add tracing to Go gRPC server

---------

Signed-off-by: Hai Nguyen <[email protected]>
Co-authored-by: Harry <[email protected]>
Co-authored-by: jacevedo34 <[email protected]>
Co-authored-by: Jose Acevedo <[email protected]>

v0.5.37

20 May 22:19
3a6e0c9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.36...v0.5.37

v0.5.36

22 Apr 17:19
4996dca
Compare
Choose a tag to compare

What's Changed

  • fix: Support for feature view deletes using Expedia provider by @EXPEbdodla in #101

Full Changelog: v0.5.35...v0.5.36

v0.5.35

15 Apr 21:29
54ea08b
Compare
Choose a tag to compare

What's Changed

  • chore: Updated redis version and refactored redis online read by @EXPEbdodla in #99
  • fix: Using mapInPandas for both spark stream and batch ingestions by @EXPEbdodla in #100

Full Changelog: v0.5.34...v0.5.35

v0.5.34

26 Mar 17:20
ac0e571
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.33...v0.5.34

v0.5.33

14 Mar 20:50
8e4bdc8
Compare
Choose a tag to compare

What's Changed

  • fix: Handles null values in data during the retrieval by @EXPEbdodla in #93
  • fix: Fix feature view retrieval and add timestamp field to schema by @EXPEbdodla in #94
  • fix: Formatting go error responses to JSON by @EXPEbdodla in #95

Full Changelog: v0.5.32...v0.5.33