Skip to content

Commit

Permalink
release notes 2.16.6 (#12400)
Browse files Browse the repository at this point in the history
Co-authored-by: Serina Grill <42048900+serinamarie@users.noreply.github.com>
  • Loading branch information
zzstoatzz and serinamarie committed Mar 23, 2024
1 parent 7e6a258 commit 3fecd43
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Prefect Release Notes

## Release 2.16.6

### Fix new behavior in `typer 0.10.0` that broke the `prefect` CLI
See the following pull request for implementation details: https://github.com/PrefectHQ/prefect/pull/12398

### Enhancements
- Improve nested schema hydration for templating — https://github.com/PrefectHQ/prefect/pull/12384
- Improve interactive workspace selection in the CLI — https://github.com/PrefectHQ/prefect/pull/12387
- Use Pydantic V2 for schema generation where possible — https://github.com/PrefectHQ/prefect/pull/12210
- Enable CSRF protection by default — https://github.com/PrefectHQ/prefect/pull/12377

### Fixes
- Handle new `typer.Option` behavior — https://github.com/PrefectHQ/prefect/pull/12398

### Experimental
- Add experimental `model_validate` function for Pydantic V2 compatibility — https://github.com/PrefectHQ/prefect/pull/12370

**All changes**: https://github.com/PrefectHQ/prefect/compare/2.16.5...2.16.6

## Release 2.16.5

### Multi-select deletion of flow runs
Expand Down

0 comments on commit 3fecd43

Please sign in to comment.