Flytekit v0.18.0 Release
Features
* Introduced new control-plane [classes](https://github.com/flyteorg/flytekit/pull/425). This is just the first iteration of the old `Sdk...` replacements and the user-experience around these objects will be changing in the next release so please consider this feature beta. Feel free to play around with them in `flytekit.control_plane`.
* Introducing a new paradigm around [custom task types](https://github.com/flyteorg/flytekit/pull/449): tasks where the container is controlled by the author of the task type, rather than by the user using them. We hope this will make writing plugins easier (no need to write a golang backend-plugin). This should also be considered beta - documentation and examples forthcoming.
Plugins
* [SqlAlchemy](https://github.com/flyteorg/flytekit/pull/445) plugin added.
* [Dolt](https://github.com/flyteorg/flytekit/pull/461) plugin adds transformers for Dolt table types.
Bug fixes
* Fast registered dynamic tasks.
* Launch plan construction and parameter map handling.
* Default args in local wf execution.
...and more.