This release includes updates to deployments for using custom infrastructure blocks as well as many enhancements and bugfixes.
**Read the [full release notes](https://github.com/PrefectHQ/prefect/blob/main/RELEASE-NOTES.md#release-240) for details.**
2.3.2
Not secure
Releases some bug fixes and minor enhancements. Check out the [release notes](https://github.com/PrefectHQ/prefect/blob/main/RELEASE-NOTES.md#232) for more info.
2.3.1
Not secure
This release includes some important bug fixes and minor enhancements. Check out the [release notes](https://github.com/PrefectHQ/prefect/blob/main/RELEASE-NOTES.md#231) for details.
2.3.0
Not secure
There are some exciting features in this release:
- Add support for deploying flows stored in Docker images — [6574](https://github.com/PrefectHQ/prefect/pull/6574) - Add support for deploying flows stored on GitHub — [6598](https://github.com/PrefectHQ/prefect/pull/6598) - Add file system block for reading directories from GitHub — [6517](https://github.com/PrefectHQ/prefect/pull/6517) - Add a context manager to disable the flow and task run loggers for testing — [6575](https://github.com/PrefectHQ/prefect/pull/6575)
The list of changes is way to big to fit here! Check out the [full release notes](https://github.com/PrefectHQ/prefect/blob/main/RELEASE-NOTES.md#230).
2.2.0
Not secure
Exciting New Features 🎉 * Added automatic detection of static arguments to `Task.map` in 6513
Fixes * Updated deployment flow run retry settings with runtime values in 6489 * Updated media queries for flow-run-filter in 6484 * Added `empirical_policy` to flow run update route in 6486 * Updated flow run policy retry settings to be nullable in 6488 * Disallowed extra attribute initialization on `Deployment` objects in 6505 * Updated `deployment build` to raise an informative error if two infrastructure configs are provided in 6504 * Fixed calling async subflows from sync parents in 6514
2.1.1
Not secure
Fixes an issue where deployment flow run's would fail if they did not specify a value for parameters that have a default value on the flow function. A few minor fixes are included as well, see the [release notes](https://github.com/PrefectHQ/prefect/blob/main/RELEASE-NOTES.md#211) for more details.