Prefect

Latest version: v3.1.4

Safety actively analyzes 682216 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 41 of 59

1.0rc1

Not secure
See the list of changes in the [changelog](https://github.com/PrefectHQ/prefect/blob/master/CHANGELOG.md#100).

0.15.13

Not secure
Changes

Enhancements

- Ensure that maximum log payload sizes are not exceeded - [5316](https://github.com/PrefectHQ/prefect/pull/5316)

Server

- Upgrade Hasura to v2.1.1 which includes support for Apple M1 - [5335](https://github.com/PrefectHQ/prefect/pull/5335)

Fixes

- Fix bug where logout was required before logging in with a new key if the new key does not have access to the old tenant - [5355](https://github.com/PrefectHQ/prefect/pull/5355)

Task Library

- Fix bug where the Airbyte sync job failure would not be reflected in the task state - [5362](https://github.com/PrefectHQ/prefect/pull/5362)

0.15.12

Not secure
Changes

Enhancements

- Allow passing timedeltas to `create_flow_run` to schedule subflows at runtime - [5303](https://github.com/PrefectHQ/prefect/pull/5303)
- Upgrade Prefect Server Hasura image to 2.0.9 - [5173](https://github.com/PrefectHQ/prefect/pull/5313)
- Allow client retries on failed requests to Prefect Server - [5292](https://github.com/PrefectHQ/prefect/pull/5292)

Task Library

- Add authentication parameter for Snowflake query tasks - [5173](https://github.com/PrefectHQ/prefect/pull/5173)
- Add Mixpanel tasks - [5276](https://github.com/PrefectHQ/prefect/pull/5276)
- Add Zendesk Tickets Incremental Export task - [5278](https://github.com/PrefectHQ/prefect/pull/5278)
- Add Cube.js Query task - [5280](https://github.com/PrefectHQ/prefect/pull/5280)
- Add Monte Carlo lineage tasks - [5256](https://github.com/PrefectHQ/prefect/pull/5256)
- Add Firebolt task - [5265](https://github.com/PrefectHQ/prefect/pull/5265)
- Add custom domain support to dbt Cloud tasks for enterprise customers - [5273](https://github.com/PrefectHQ/prefect/pull/5273)
- Fix response key in Airbyte task health check - [5314](https://github.com/PrefectHQ/prefect/pull/5314)
- Allow all Postgres task parameters to be configured at runtime - [4377](https://github.com/PrefectHQ/prefect/pull/5016)
- Fix `AirbyteConnectionTask` requiring optional parameters - [5260](https://github.com/PrefectHQ/prefect/pull/5260)
- Allow `StepActivate` task to receive runtime parameters - [5231](https://github.com/PrefectHQ/prefect/pull/5231)

Fixes

- Fix bug where null `run_config` field caused deserialization errors in backend views - [1234](https://github.com/PrefectHQ/prefect/pull/1234)

Contributors

- [Adam Brusselback](https://github.com/Tostino)
- [Ahmed Ezzat](https://github.com/bitthebyte)
- [Alessandro Lollo](https://github.com/AlessandroLollo)
- [Connor Martin](https://github.com/cjmartian)
- [Dennis Hinnenkamp](https://github.com/sikwel)
- [Gaylord Cherencey](https://github.com/gcherencey)
- [Henning Holgersen](https://github.com/radbrt)
- [Mathijs Miermans](https://github.com/mmiermans)
- [Michał Zawadzki](https://github.com/Trymzet)
- [Raghav Sharma](https://github.com/raghavSharmaSigmoid)

0.15.11

Not secure
Changes

Released on December 22, 2021.

Enhancements

- Allow passing kwargs to `Merge` task constructor via `merge()` function - [5233](https://github.com/PrefectHQ/prefect/pull/5233)
- Allow passing proxies to `slack_notifier` - [5237](https://github.com/PrefectHQ/prefect/pull/5237)

Fixes

- Update `RunGreatExpectationsValidation` task to work with latest version of `great_expectations` - [5172](https://github.com/PrefectHQ/prefect/issues/5172)
- Allow unsetting kubernetes `imagePullSecrets` with an empty string - [5001](https://github.com/PrefectHQ/prefect/pull/5001)
- Improve agent handling of kubernetes jobs for flow runs that have been deleted - [5190](https://github.com/PrefectHQ/prefect/pull/5190)
- Remove `beta1` from kubernetes agent template - [5194](https://github.com/PrefectHQ/prefect/pull/5194)
- Documentation improvements - [5220](https://github.com/PrefectHQ/prefect/pull/5220), [#5232](https://github.com/PrefectHQ/prefect/pull/5232), [#5288](https://github.com/PrefectHQ/prefect/pull/5288)

Contributors

- [Connor Martin](https://github.com/cjmartian)
- [Farley Farley](https://github.com/AndrewFarley)
- [Vincent Chéry](https://github.com/VincentAntoine)

0.15.10

Not secure
Changelog

Released on November 30, 2021.

Enhancements

- Add `end_time` to `FlowRunView.get_logs` - [5138](https://github.com/PrefectHQ/prefect/pull/5138)
- Update `watch_flow_run` to stream logs immediately instead of waiting for flow run state changes - [5138](https://github.com/PrefectHQ/prefect/pull/5138)
- Allow setting container ports for `DockerRun` - [5130](https://github.com/PrefectHQ/prefect/issues/5130)
- Clarify `ECSRun` documentation, especially the ambiguities in setting IAM roles - [5110](https://github.com/PrefectHQ/prefect/issues/5110)
- Fix deprecated usage of `marshmallow.fields.Dict` in RRule schedules - [4540](https://github.com/PrefectHQ/prefect/issues/4540), [#4903](https://github.com/PrefectHQ/prefect/pull/4903)

Fixes

- Fix connection to local server instances when using `DockerAgent` on linux - [5182](https://github.com/PrefectHQ/prefect/pull/5182)

Task Library

- Add support for triggering [Airbyte](https://airbyte.io/) connection sync jobs using `AirbyteConnectionTask` - [#5078](https://github.com/PrefectHQ/prefect/pull/5078)
- Add artifact publishing to `DbtCloudRunJob` task - [5135](https://github.com/PrefectHQ/prefect/pull/5135)
- Add support for running data quality checks on Spark DataFrames using `soda-spark` - [4901](https://github.com/PrefectHQ/prefect/pull/5144)


Contributors

- [Alessandro Lollo](https://github.com/AlessandroLollo)
- [Nicholas Hemley](https://github.com/iamniche-too)
- [Shahil Mawjee](https://github.com/s-mawjee)

0.15.9

Not secure
This hotfix release fixes an issue where the kubernetes agent would attempt to load a secret value and fail if it was not present.

See [the PR](https://github.com/PrefectHQ/prefect/pull/5131) for details.

Don't miss [all the exciting changes from 0.15.8](https://github.com/PrefectHQ/prefect/releases/tag/0.15.8) released today as well.

Page 41 of 59

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.