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