Skip to content

Commit

Permalink
Update RELEASE-NOTES.md (PrefectHQ#9634)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeff Hale <discdiver@users.noreply.github.com>
Co-authored-by: Serina Grill <42048900+serinamarie@users.noreply.github.com>
Co-authored-by: jake@prefect.io <jake@prefect.io>
  • Loading branch information
4 people committed May 18, 2023
1 parent 3118d65 commit 8a60ca3
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Prefect Release Notes

## Release 2.10.10

### The need for (CLI & import) speed

We wanted the CLI to be as fast as the rest of Prefect. Through a series of enhancements, we've sped up CLI performance by as much as 4x on some systems! See the following pull requests for more information on how we sped up the CLI prefect import:
- Delay `apprise` imports — https://github.com/PrefectHQ/prefect/pull/9557
- Defer import of `dateparser`https://github.com/PrefectHQ/prefect/pull/9582
- Defer loading of Prefect integrations until necessary — https://github.com/PrefectHQ/prefect/pull/9571
- Add `Block.get_block_class_from_key` and replace external uses of `lookup_type`https://github.com/PrefectHQ/prefect/pull/9621

### Enhancements
- Handle `SIGTERM` received by workers gracefully — https://github.com/PrefectHQ/prefect/pull/9530
- Add ability to view table artifacts with NaN values in the Prefect UI — https://github.com/PrefectHQ/prefect/pull/9585
- Update `prefect version` command to avoid creating the database if it does not exist — https://github.com/PrefectHQ/prefect/pull/9586
- Allow client retries when server SQLite database is busy — https://github.com/PrefectHQ/prefect/pull/9632

### Fixes
- Fix bug where `SIGTERM` was not properly captured as a flow run crash for flow runs created by a deployment — https://github.com/PrefectHQ/prefect/pull/9543
- Fix deadlock when logging is overriden from an asynchronous context — https://github.com/PrefectHQ/prefect/pull/9602
- Fix orchestration race conditions by adding lock for update to flow run state transitions — https://github.com/PrefectHQ/prefect/pull/9590
- Fix date range filter on flow runs page — https://github.com/PrefectHQ/prefect/pull/9636

### Documentation
- Clarify the retry on tasks concept page — https://github.com/PrefectHQ/prefect/pull/9560
- Improve the navigation structure and clarity of the API docs — https://github.com/PrefectHQ/prefect/pull/9574
- Add `work_pool_name` to `Deployment.build_from_flow` on deployments concept page — https://github.com/PrefectHQ/prefect/pull/9581
- Add additional worker types to work pools, workers & agents concept page — https://github.com/PrefectHQ/prefect/pull/9580
- Add docstrings for all schema filters — https://github.com/PrefectHQ/prefect/pull/9572

**All changes**: https://github.com/PrefectHQ/prefect/compare/2.10.9...2.10.10

## Release 2.10.9

### Worker logs can now be seen on the flow run page
Expand Down

0 comments on commit 8a60ca3

Please sign in to comment.