Skip to content

v1.3.0

Compare
Choose a tag to compare
@eapolinario eapolinario released this 12 Jan 18:57
· 651 commits to master since this release
531db3c

Flytekit 1.3.0

User Facing Changes

-D/-d

In pyflyte the -d switch was overloaded, used for both domain and the destination-dir that flytekit will extract user code into when using the fast-register feature. The latter has been updated to -D. This may require some users to change commands in CI/CD if the short form of these switches is used.

Protobuf Support

In May of last year Google announced a breaking change to the support for protobuf in python. Starting with this release we moved to this new version of the protobuf tooling, specifically, this affects some of the flytekit dependencies, including grpcio and grpcio-status.

Some flytekit dependencies, namely tensorflow haven't upgraded yet to the new protobuf version yet (more details in tensorflow/tensorflow#53234), so for the time being, flytekit v1.2.x will be maintained for bug fixes (and possibly features as well).


Additional

Please see Flyte 1.3 Release Notes for additional changes (Databricks, Human-in-the-loop Tasks, Dask, and FlyteRemote updates) and usage.


What's Changed

New Contributors

Full Changelog: v1.2.5...v1.3.0