- New to flyte? https://start.flyte.org takes you through first run experience. (Thanks to @jeevb)
- Grafana templates for monitoring Flyte System and User Workflows.
- Extend Flyte docs.
- FlyteIdl Docs are published! You can learn about the core language that makes it all work.
- Additional knob for fine tuning flyte propeller performance that speeds up executions drastically.
- OidC support for Google Idp (And other OidC compliant Idps)
- Various stabilization bugs.
Since v0.16.0a2, the last flytekit milestone release, all effort has been towards stabilizing the new API. Please see the individual releases for detailed information. The highlights are
- Serialization/registration processes have been firmed up and utilities to ease that process introduced (not having to build a container to serialize for instance).
- Plugins structure revamped (eventually we'll move to a separate new repo entirely)
- User-facing imports have been organized into three top-level subpackages (
flytekit
,flytekit.testing
, andflytekit.extend
) - Retries added to read-only Admin calls in client
- Lots of cleanup and additions to the cookbook and documentation generally.
- Bug fixes.