This release includes:
๐ฆ **Default result storage block**
The new `PREFECT_DEFAULT_RESULT_STORAGE_BLOCK` setting allows users to set a default storage block on a work pool or via job variables for a deployment. It's now easier to swap result storage locations by updating the environment in the UI or your `prefect.yaml` file, eliminating the need to alter your flow source code.
๐งช **Experimental enhanced cancellation**
We're enhancing the reliability of flow run cancellation, which you can try out by enabling the `PREFECT_EXPERIMENTAL_ENABLE_ENHANCED_CANCELLATION` feature. When enabled, you can cancel flow runs where cancellation can fail, such as when your worker is offline.
See the [release notes](https://github.com/PrefectHQ/prefect/blob/main/RELEASE-NOTES.md#release-2136) for details!