Release 3.0.0rc4
Pre-release
Pre-release
What's Changed
Enhancements
- Add pagination endpoint for deployments by @pleek91 in #14077
- Turn on task persistence by default by @desertaxle in #14102
- Add support for generator flows by @jlowin in #14061
- Adds a private status endpoint to
TaskWorker
by @chrisguidry in #14089
Fixes
- Fix bug where paused work queues getting unpaused and set to active on worker poll by @collincchoy in #14082
- Fix stale deployment statuses by @collincchoy in #14095
- Fix layout shift in home component by @pleek91 in #14112
- Addresses two race conditions in background task runs by @chrisguidry in #14115
- Move log to after task run name is set by @jlowin in #14063
- Avoid mutating collections unless absolutely necessary by @jlowin in #14048
- Acquire/release token on TaskWorker without errors by @jakekaplan in #14084
- Closes another race condition in task waiting by @chrisguidry in #14124
- Disables server-side
PENDING
task rescheduling by default by @chrisguidry in #14128 - Downgrade missing url log from warning to info by @jlowin in #14108
Documentation
- Updates scripts and folders to create SDK docs for Prefect and all integration libraries using Mkdocs by @discdiver in #14076
- Remove unnecessary pages and fix broken links by @discdiver in #14078
- Update PR template to reflect docs process changes by @discdiver in #14081
- Rename 'workflow' to 'flow' in the Prefect docs nav by @djsauble in #14049
- Update community to contribute in the docs by @discdiver in #14086
- Update integration links and content by @discdiver in #14096
- Update install instructions by @discdiver in #14119
- Update nearly 100 broken links by @discdiver in #14126
- Update install instructions and simplify README by @discdiver in #14135
Breaking
- Removes the deprected
KubernetesClusterConfig
block from the core library by @chrisguidry in #14107
Full Changelog: 3.0.0rc3...3.0.0rc4