forked from feast-dev/feast
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [0.25.0](feast-dev/feast@v0.24.0...v0.25.0) (2022-09-20) ### Bug Fixes * Broken Feature Service Link ([feast-dev#3227](feast-dev#3227)) ([e117082](feast-dev@e117082)) * Feature-server image is missing mysql dependency for mysql registry ([feast-dev#3223](feast-dev#3223)) ([ae37b20](feast-dev@ae37b20)) * Fix handling of TTL in Go server ([feast-dev#3232](feast-dev#3232)) ([f020630](feast-dev@f020630)) * Fix materialization when running on Spark cluster. ([feast-dev#3166](feast-dev#3166)) ([175fd25](feast-dev@175fd25)) * Fix push API to respect feature view's already inferred entity types ([feast-dev#3172](feast-dev#3172)) ([7c50ab5](feast-dev@7c50ab5)) * Fix release workflow ([feast-dev#3144](feast-dev#3144)) ([20a9dd9](feast-dev@20a9dd9)) * Fix Shopify timestamp bug and add warnings to help with debugging entity registration ([feast-dev#3191](feast-dev#3191)) ([de75971](feast-dev@de75971)) * Handle complex Spark data types in SparkSource ([feast-dev#3154](feast-dev#3154)) ([5ddb83b](feast-dev@5ddb83b)) * Local staging location provision ([feast-dev#3195](feast-dev#3195)) ([cdf0faf](feast-dev@cdf0faf)) * Remove bad snowflake offline store method ([feast-dev#3204](feast-dev#3204)) ([dfdd0ca](feast-dev@dfdd0ca)) * Remove opening file object when validating S3 parquet source ([feast-dev#3217](feast-dev#3217)) ([a906018](feast-dev@a906018)) * Snowflake config file search error ([feast-dev#3193](feast-dev#3193)) ([189afb9](feast-dev@189afb9)) * Update Snowflake Online docs ([feast-dev#3206](feast-dev#3206)) ([7bc1dff](feast-dev@7bc1dff)) ### Features * Add `to_remote_storage` functionality to `SparkOfflineStore` ([feast-dev#3175](feast-dev#3175)) ([2107ce2](feast-dev@2107ce2)) * Add ability to give boto extra args for registry config ([feast-dev#3219](feast-dev#3219)) ([fbc6a2c](feast-dev@fbc6a2c)) * Add health endpoint to py server ([feast-dev#3202](feast-dev#3202)) ([43222f2](feast-dev@43222f2)) * Add snowflake support for date & number with scale ([feast-dev#3148](feast-dev#3148)) ([50e8755](feast-dev@50e8755)) * Add tag kwarg to set Snowflake online store table path ([feast-dev#3176](feast-dev#3176)) ([39aeea3](feast-dev@39aeea3)) * Add workgroup to athena offline store config ([feast-dev#3139](feast-dev#3139)) ([a752211](feast-dev@a752211)) * Implement spark materialization engine ([feast-dev#3184](feast-dev#3184)) ([a59c33a](feast-dev@a59c33a))
- Loading branch information
1 parent
ae727b8
commit 769c318
Showing
17 changed files
with
54 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@feast-dev/feast-ui", | ||
"version": "0.24.0", | ||
"version": "0.25.0", | ||
"private": false, | ||
"files": [ | ||
"dist" | ||
|