-
Notifications
You must be signed in to change notification settings - Fork 684
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update Flyte Components Signed-off-by: Flyte-Bot <[email protected]> * Add 0.19.3 changelog Signed-off-by: Eduardo Apolinario <[email protected]> * Change release version in conf.py Signed-off-by: Eduardo Apolinario <[email protected]> Co-authored-by: eapolinario <[email protected]>
- Loading branch information
1 parent
e670453
commit 2ece384
Showing
24 changed files
with
233 additions
and
132 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Flyte v0.19.3 Changelog | ||
|
||
## Updates | ||
### Core Platform | ||
* Support for [Type Annotations](https://github.com/flyteorg/flyte/blob/master/rfc/system/1855-type-metadata.md) complete. | ||
* BigQuery plugin | ||
* Support for [hash-based caching](https://github.com/flyteorg/flyte/issues/1581) of schema and structured dataset offloaded types. | ||
* Configurable gRPC message size. | ||
* Cleanup of database connection handling in Admin. | ||
* Bug and performance fixes around | ||
|
||
### SDK | ||
|
||
* New `current_task_metadata` field in `StructuredDatasetDecoder` interface. | ||
* Authentication configs removed (auto-detected from Admin) | ||
* AWS Batch Task | ||
* Callable fetched entities | ||
|
||
See the complete notes for [flytekit v0.31.0](https://github.com/flyteorg/flytekit/releases/tag/v0.31.0). Keep in mind we'll be releasing v0.32.0 in a couple days. At that time the `StructuredDataset` type will be the default Flyte type for dataframes! | ||
|
||
### UI | ||
* Fix node IDs for certain nested scenarios where node IDs are shared across nested workflows. | ||
|
||
## Component Versions | ||
Admin v0.6.92 to v0.6.112 | ||
Propeller v0.16.19 to v0.16.32 | ||
Console v0.41.0 to v0.43.0 | ||
|
||
|
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.