Skip to content

Tags: adchia/feast

Tags

v0.34.0

Toggle v0.34.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Saved datasets no longer break CLI registry-dump command (feast-…

…dev#3717)

fix: Access saved dataset proto correctly in list_saved_datasets

Signed-off-by: Malcolm Keyes <[email protected]>

v0.33.1

Toggle v0.33.1's commit message
chore(release): release 0.33.1

## [0.33.1](feast-dev/feast@v0.33.0...v0.33.1) (2023-08-14)

### Bug Fixes

* Run store.plan() only when need it. ([feast-dev#3708](feast-dev#3708)) ([7bc7c47](feast-dev@7bc7c47))

v0.33.0

Toggle v0.33.0's commit message
chore(release): release 0.33.0

# [0.33.0](feast-dev/feast@v0.32.0...v0.33.0) (2023-08-14)

### Bug Fixes

* Add aws-sts dependency in java sdk so that S3 client acquires IRSA role ([feast-dev#3696](feast-dev#3696)) ([c75a01f](feast-dev@c75a01f))
* Redshift push ignores schema ([feast-dev#3671](feast-dev#3671)) ([76270f6](feast-dev@76270f6))

### Features

* Add possibility to save dataset as table, when spark config has remote warehouse info ([feast-dev#3645](feast-dev#3645)) ([22c109b](feast-dev@22c109b))

v0.32.0

Toggle v0.32.0's commit message
chore(release): release 0.32.0

# [0.32.0](feast-dev/feast@v0.31.0...v0.32.0) (2023-07-17)

### Bug Fixes

* Added generic Feature store Creation for CLI ([feast-dev#3618](feast-dev#3618)) ([bf740d2](feast-dev@bf740d2))
* Broken non-root path with projects-list.json ([feast-dev#3665](feast-dev#3665)) ([4861af0](feast-dev@4861af0))
* Clean up snowflake to_spark_df() ([feast-dev#3607](feast-dev#3607)) ([e8e643e](feast-dev@e8e643e))
* Entityless fv breaks with `KeyError: __dummy` applying feature_store.plan() on python ([feast-dev#3640](feast-dev#3640)) ([ef4ef32](feast-dev@ef4ef32))
* Fix scan datasize to 0 for inference schema ([feast-dev#3628](feast-dev#3628)) ([c3dd74e](feast-dev@c3dd74e))
* Fix timestamp consistency in push api ([feast-dev#3614](feast-dev#3614)) ([9b227d7](feast-dev@9b227d7))
* For SQL registry, increase max data_source_name length to 255 ([feast-dev#3630](feast-dev#3630)) ([478caec](feast-dev@478caec))
* Implements connection pool for postgres online store ([feast-dev#3633](feast-dev#3633)) ([059509a](feast-dev@059509a))
* Manage redis pipe's context ([feast-dev#3655](feast-dev#3655)) ([48e0971](feast-dev@48e0971))
* Missing Catalog argument in athena connector ([feast-dev#3661](feast-dev#3661)) ([f6d3caf](feast-dev@f6d3caf))
* Optimize bytes processed when retrieving entity df schema to 0 ([feast-dev#3680](feast-dev#3680)) ([1c01035](feast-dev@1c01035))

### Features

* Add gunicorn for serve with multiprocess ([feast-dev#3636](feast-dev#3636)) ([4de7faf](feast-dev@4de7faf))
* Use string as a substitute for unregistered types during schema inference ([feast-dev#3646](feast-dev#3646)) ([c474ccd](feast-dev@c474ccd))

v0.31.1

Toggle v0.31.1's commit message
chore(release): release 0.31.1

## [0.31.1](feast-dev/feast@v0.31.0...v0.31.1) (2023-04-24)

### Bug Fixes

* Clean up snowflake to_spark_df() ([feast-dev#3607](feast-dev#3607)) ([e8e643e](feast-dev@e8e643e))

v0.31.0

Toggle v0.31.0's commit message
chore(release): release 0.31.0

# [0.31.0](feast-dev/feast@v0.30.0...v0.31.0) (2023-04-21)

### Bug Fixes

* Add Stream Feature Views to helper that collect Feature View names ([feast-dev#3582](feast-dev#3582)) ([7854f63](feast-dev@7854f63))
* Add StreamFeatureViewSpec to FeastObjectSpecProto convenience type ([feast-dev#3550](feast-dev#3550)) ([3cefd6c](feast-dev@3cefd6c))
* Batch Snowflake materialization queries to obey Snowpark 100 fea… ([feast-dev#3406](feast-dev#3406)) ([f9862b5](feast-dev@f9862b5))
* Bytewax materializer security context ([feast-dev#3573](feast-dev#3573)) ([6794338](feast-dev@6794338))
* **cI:** Install coreutils in mac github workers for smoke test ([feast-dev#3563](feast-dev#3563)) ([e7421c1](feast-dev@e7421c1))
* Fix bug with no SqlRegistryConfig class ([feast-dev#3586](feast-dev#3586)) ([6dc1368](feast-dev@6dc1368))
* Fix Snowflake template ([feast-dev#3584](feast-dev#3584)) ([6c09c39](feast-dev@6c09c39))
* Make snowflake to remote tables temporary ([feast-dev#3588](feast-dev#3588)) ([ad48146](feast-dev@ad48146))
* Remove snowflake source warehouse tech debt ([feast-dev#3422](feast-dev#3422)) ([7da0580](feast-dev@7da0580))
* Snowflake remote storage ([feast-dev#3574](feast-dev#3574)) ([f8d3890](feast-dev@f8d3890))
* Support param timeout when persisting ([feast-dev#3593](feast-dev#3593)) ([01a98f0](feast-dev@01a98f0))
* Use pyarrow in a way that works across versions ([feast-dev#3562](feast-dev#3562)) ([1289f3f](feast-dev@1289f3f))
* Wrap the bigquery table name with backtick. ([feast-dev#3577](feast-dev#3577)) ([09f0e7e](feast-dev@09f0e7e))

### Features

* Add AWS Redshift Serverless support ([feast-dev#3595](feast-dev#3595)) ([58ce148](feast-dev@58ce148))
* Add Hazelcast as an online store ([feast-dev#3523](feast-dev#3523)) ([b05d50b](feast-dev@b05d50b))
* Cache Bigtable client ([feast-dev#3602](feast-dev#3602)) ([b27472f](feast-dev@b27472f))
* Relax aws extras requirements ([feast-dev#3585](feast-dev#3585)) ([7e77382](feast-dev@7e77382))
* Show bigquery datasource table and query on UI ([feast-dev#3600](feast-dev#3600)) ([58d63f7](feast-dev@58d63f7))
* Update snowflake offline store job output formats -- added arrow ([feast-dev#3589](feast-dev#3589)) ([be3e349](feast-dev@be3e349))

v0.30.2

Toggle v0.30.2's commit message
chore(release): release 0.30.2

## [0.30.2](feast-dev/feast@v0.30.1...v0.30.2) (2023-03-25)

### Bug Fixes

* **cI:** Install coreutils in mac github workers for smoke test ([feast-dev#3563](feast-dev#3563)) ([28446ee](feast-dev@28446ee))

v0.30.1

Toggle v0.30.1's commit message
chore(release): release 0.30.1

## [0.30.1](feast-dev/feast@v0.30.0...v0.30.1) (2023-03-25)

### Bug Fixes

* Use pyarrow in a way that works across versions ([feast-dev#3562](feast-dev#3562)) ([99a163c](feast-dev@99a163c))

v0.30.0

Toggle v0.30.0's commit message
chore(release): release 0.30.0

# [0.30.0](feast-dev/feast@v0.29.0...v0.30.0) (2023-03-24)

### Bug Fixes

* Add description attribute to the Field.from_proto method ([feast-dev#3469](feast-dev#3469)) ([473f8d9](feast-dev@473f8d9))
* Add filesystem kwargs when read prev_table on FileRetrievalJob (… ([feast-dev#3491](feast-dev#3491)) ([dca4745](feast-dev@dca4745)), closes [feast-dev#3490](feast-dev#3490)
* Bytewax image pull secret config ([feast-dev#3547](feast-dev#3547)) ([d2d13b1](feast-dev@d2d13b1))
* Clean up Rockset Online Store for use ([feast-dev#3549](feast-dev#3549)) ([a76c6d0](feast-dev@a76c6d0))
* Feature view `entities` from_proto type ([feast-dev#3524](feast-dev#3524)) ([57bbb61](feast-dev@57bbb61))
* Fix missing requests requirement after GCP requirement removed. Make BigQuerySource not require gcp extra ([2c85421](feast-dev@2c85421))
* Fix SQL Registry cache miss ([feast-dev#3482](feast-dev#3482)) ([3249b97](feast-dev@3249b97))
* Fixed path inside quickstart notebook ([feast-dev#3456](feast-dev#3456)) ([66edc32](feast-dev@66edc32))
* Improve BQ point-in-time joining scalability ([feast-dev#3429](feast-dev#3429)) ([ff66784](feast-dev@ff66784))
* Pin typeguard to 2.13.3 which is what we are currently using. ([feast-dev#3542](feast-dev#3542)) ([61f6fb0](feast-dev@61f6fb0))
* Protobuf lower bound to 3.20 to alert that Feast is incompatible with tensorflow ([feast-dev#3476](feast-dev#3476)) ([9ca59e3](feast-dev@9ca59e3))
* Spark kafka processor sorting ([feast-dev#3479](feast-dev#3479)) ([f2cbf43](feast-dev@f2cbf43))
* UI working behind base url ([feast-dev#3514](feast-dev#3514)) ([9a3fd98](feast-dev@9a3fd98))
* Update go dependencies ([feast-dev#3512](feast-dev#3512)) ([bada97c](feast-dev@bada97c))

### Features

* Add Rockset as an OnlineStore ([feast-dev#3405](feast-dev#3405)) ([fd91cda](feast-dev@fd91cda))
* Add Snowflake Registry ([feast-dev#3363](feast-dev#3363)) ([ec1e61d](feast-dev@ec1e61d))
* Added SnowflakeConnection caching ([feast-dev#3531](feast-dev#3531)) ([f9f8df2](feast-dev@f9f8df2))
* Adding query timeout to `to_df` and `to_arrow` retrieval methods ([feast-dev#3505](feast-dev#3505)) ([bab6644](feast-dev@bab6644))
* adds k8s config options to Bytewax materialization engine ([feast-dev#3518](feast-dev#3518)) ([1883f55](feast-dev@1883f55))

v0.29.0

Toggle v0.29.0's commit message
chore(release): release 0.29.0

# [0.29.0](feast-dev/feast@v0.28.0...v0.29.0) (2023-01-31)

### Bug Fixes

* Add check for bool type in addition to sample ([feast-dev#3452](feast-dev#3452)) ([1c7c491](feast-dev@1c7c491))
* Buggy SQL for postgres source ([feast-dev#3424](feast-dev#3424)) ([1ea100e](feast-dev@1ea100e))
* Ensure no duplicates in `fv.schema` ([feast-dev#3460](feast-dev#3460)) ([08ffa8d](feast-dev@08ffa8d))
* Fix delete sfv twice issue ([feast-dev#3466](feast-dev#3466)) ([dfd5eae](feast-dev@dfd5eae))
* Stream feature view UI shows transformation issue ([feast-dev#3464](feast-dev#3464)) ([1ef5137](feast-dev@1ef5137))
* Update registry.refresh to have a default arg ([feast-dev#3450](feast-dev#3450)) ([2f7c4ed](feast-dev@2f7c4ed))
* Updating the batch field so that you can query create and event date. ([feast-dev#3411](feast-dev#3411)) ([01ab462](feast-dev@01ab462)), closes [feast-dev#3401](feast-dev#3401)

### Features

* Add data source search ([feast-dev#3449](feast-dev#3449)) ([fbbb293](feast-dev@fbbb293))
* Adding list_validation_references for default and sql registry ([feast-dev#3436](feast-dev#3436)) ([21dd253](feast-dev@21dd253))
* Make UI accessible behind proxy ([feast-dev#3428](feast-dev#3428)) ([753d8db](feast-dev@753d8db))