Prefect v2.0.b2 Release Notes

  • ๐Ÿ‘Œ Improvements

    • ๐Ÿง Docker flow runners can connect to local API applications on Linux without binding to 0.0.0.0.
    • โž• Adds with_options method to flows allowing override of settings e.g. the task runner.

    ๐Ÿ› Bug fixes

    • The CLI no longer displays tracebacks on sucessful exit.
    • Returning pandas objects from tasks does not error.
    • ๐Ÿ’ป Flows are listed correctly in the UI dashboard.