Skip to content

Tags: ExpediaGroup/feast

Tags

v0.9.7

Toggle v0.9.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Add retry with exponential backoff for online store writes (stre…

…aming) (#347)

* fix(streaming): add retry with exponential backoff for online store writes

* fix linting error

* fix(build): pin setuptools_scm<10
to avoid vcs_versioning dependency

* addressing PR comments, making timeout check more explicit and adding retry unit tests

* fixing linting

* fixing linting

---------

Co-authored-by: Manisha4 <[email protected]>

v0.9.6

Toggle v0.9.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Implement get_any_feature_view in HttpRegistry for Feature Retr…

…iever (#339)

* feat: Implement get_any_feature_view in HttpRegistry for Ralphathon

* fix: lint issues

---------

Co-authored-by: Zach Barnett <[email protected]>

v0.9.5

Toggle v0.9.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Wrap exception in cassandra on_failure for pickle issue (#345)

* fix: Wrap exception in cassandra on_failure for pickle issue

* fix: test issue

* fix: update test to actually call cassandra code

* fix: change test location

* noop

* revert last commit

* ci: trigger workflow

* ci: allow manual workflow dispatch for unit tests

* remove manual workflow dispatch

---------

Co-authored-by: Zach Barnett <[email protected]>

v0.9.4

Toggle v0.9.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Remote Registry Proto handling (#344)

Co-authored-by: Zach Barnett <[email protected]>

v0.9.3

Toggle v0.9.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Add centralized rate limiter (#305)

* add centralized rate limiter

* fixed linting errors

* fixed formatting

* fixed formatting

* fix comments

* fix formatting

* Added comments

* Address review comments

* updated based on the review comments

* removed accidentally added file

* removed accidentally added file

* fixed formating

* fix type error

* fix formatting

* Updated the logs

* Update sdk/python/feast/rate_limiter.py

Co-authored-by: Bhargav Dodla <[email protected]>

* Address review comments

* fix linitng

* Improve error logging in integration test utils

* Clean up blank lines in go_integration_test_utils.go

Removed unnecessary blank lines in the integration test utility functions.

* Restore copyright notice and reformat imports

* Restore copyright notice and imports in cli.py

* Restore copyright notice and imports in cli.py

* Restore copyright notice and imports in cli.py

* Add back __init__.py file from master

Co-Authored-By: Claude Opus 4.6 <[email protected]>

* Added some integration tests

* No op commit

* No op commit

---------

Co-authored-by: vbhagwat <[email protected]>
Co-authored-by: Bhargav Dodla <[email protected]>

v0.9.2

Toggle v0.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: FeastClient factory methods for pre-configured stubs (#343)

* feat:FeastClient factory methods for pre-configured stubs

* fix linting errors

---------

Co-authored-by: vbhagwat <[email protected]>

v0.9.1

Toggle v0.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: dummy commit (#342)

fix: dummy commit

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Stage cassandra switch (#338)

* feat: Switch ScyllaDB driver to Cassandra driver (#335)

* switch ScyllaDB driver to Cassandra driver

* updating the go version

---------

Co-authored-by: Manisha4 <[email protected]>

* dummy commit

* Add support for 'user_name' field in config parsing

* fix the syntax error

* dummy commit to cassandraonlinestore.go

* dummy commit to trigger new dev release

* added changes for running cassandra integration tests instead of scylla

---------

Co-authored-by: Manisha4 <[email protected]>
Co-authored-by: vanitabhagwat <[email protected]>
Co-authored-by: vbhagwat <[email protected]>

v0.8.7

Toggle v0.8.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Add defaults to Optional FeatureViewProjectionModel fields (#337)

* fix: Add defaults to Optional FeatureViewProjectionModel fields

* fix: make format-python

* fix: operator test

* revert get_project_metadata change

* revert get_project_metadata change but where its called

* fix: update tests

---------

Co-authored-by: Zach Barnett <[email protected]>

v0.8.6

Toggle v0.8.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Refactor/minor cleanup (#334)

* fix: Make max commands per pipe configurable

* fix: Add same changes to redis

* fix: type issue

* fix: typing

* fix: typing

* fix: typing

---------

Co-authored-by: Krishna mohan Pulipati <[email protected]>