Skip to content

Commit

Permalink
prep release notes for 2.16.2 (#12160)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Streed <desertaxle@users.noreply.github.com>
  • Loading branch information
zzstoatzz and desertaxle committed Mar 4, 2024
1 parent cd45ca3 commit c439f27
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Prefect Release Notes

## Release 2.16.2

### Enhancements
- Add ability to use a module path entrypoint when using `.serve` or `.deploy`https://github.com/PrefectHQ/prefect/pull/12134
- Add `delete_task_run` client method — https://github.com/PrefectHQ/prefect/pull/12142
- Add Artifacts on the flow run graph — https://github.com/PrefectHQ/prefect/pull/12156

### Fixes
- Support obfuscation of more complex log record messages — https://github.com/PrefectHQ/prefect/pull/12151

### Documentation
- Remove tab structure for three docs pages to improve navigation — https://github.com/PrefectHQ/prefect/pull/12127
- Add clarifications and style updates on the events page — https://github.com/PrefectHQ/prefect/pull/12133

### Experimental
- Try to use the same block for autonomous task scheduling storage — https://github.com/PrefectHQ/prefect/pull/12122
- Reliability improvements for autonomous task scheduling — https://github.com/PrefectHQ/prefect/pull/12115

### Contributors
- @eladm26
- @seano-vs

**All changes**: https://github.com/PrefectHQ/prefect/compare/2.16.1...2.16.2


## Release 2.16.1

### Enhanced multiple schedule support
Expand Down

0 comments on commit c439f27

Please sign in to comment.