Skip to content

Commit

Permalink
Release notes for 2.19.8 (#14562)
Browse files Browse the repository at this point in the history
Co-authored-by: Bill Palombi <[email protected]>
  • Loading branch information
bunchesofdonald and billpalombi authored Jul 11, 2024
1 parent d7d9551 commit 478e89d
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Prefect Release Notes

## Release 2.19.8

### Enhancements
- Allow loading flows from an entrypoint when dependencies are missing — https://github.com/PrefectHQ/prefect/pull/14548

### Fixes
- Handle join edge case in `ParameterTypeError.from_validation_error`https://github.com/PrefectHQ/prefect/pull/14420
- Respect `--ui/--no-ui` flag on `prefect server start`https://github.com/PrefectHQ/prefect/pull/14520
- Append task run futures only when entering task run engine from flow run context — https://github.com/PrefectHQ/prefect/pull/14439

### Integrations
- Depend on Cloud Run Execution state for timeout enforcement 2.x — https://github.com/PrefectHQ/prefect/pull/14554
- Handle case where `AwsClientParameters` is a `dict`https://github.com/PrefectHQ/prefect/pull/14438
- Added `print_func` for `run_namespaced_job`https://github.com/PrefectHQ/prefect/pull/14463
- Use correct paths in `GcsBucket.put/get_directory`https://github.com/PrefectHQ/prefect/pull/14537
- Cache Kubernetes client — https://github.com/PrefectHQ/prefect/pull/14535

### UI
- Remove old WorkQueue components. — https://github.com/PrefectHQ/prefect-ui-library/pull/2601

## New Contributors
* @oaustegard made their first contribution in https://github.com/PrefectHQ/prefect/pull/14505


**All changes**: https://github.com/PrefectHQ/prefect/compare/2.19.7...2.19.8

## Release 2.19.7

### Fixes
Expand Down

0 comments on commit 478e89d

Please sign in to comment.