Prefect

Latest version: v3.1.4

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

Scan your dependencies

Page 3 of 60

3.1.2

Bug Fixes ๐Ÿž
* Fixes the arguments for the url generation in BaseWorker by sam-phinizy in https://github.com/PrefectHQ/prefect/pull/15982
* Fix formatting of `list` and `set` settings values when marshaling to environment variables by GalLadislav in https://github.com/PrefectHQ/prefect/pull/15979
* fix delete block type prompt by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15989
* Ensure `.env` files load only Prefect environment variables by desertaxle in https://github.com/PrefectHQ/prefect/pull/15975
* Fix bugs in precedence of settings sources for settings with multiple validation aliases by desertaxle in https://github.com/PrefectHQ/prefect/pull/15995
* Persist failed data at random locations by cicdw in https://github.com/PrefectHQ/prefect/pull/15991
* Fixes the worker url slug by sam-phinizy in https://github.com/PrefectHQ/prefect/pull/15964
* Add in ability to pass additional formatting kwargs to `url_for` by sam-phinizy in https://github.com/PrefectHQ/prefect/pull/15974
* Fix the key for worker metadata: it's is just "metadata" by abrookins in https://github.com/PrefectHQ/prefect/pull/15965

Integrations & Dependencies ๐Ÿค
* adopt `async_dispatch` for slack collection by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15973

Development & Tidiness ๐Ÿงน
* Update prefecthq/prefect-design to version 2.14.9 by marvin-robot in https://github.com/PrefectHQ/prefect/pull/15961
* Update prefecthq/prefect-ui-library to version 3.11.16 by marvin-robot in https://github.com/PrefectHQ/prefect/pull/15956
* handle possible `None` value by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15966
* Add sidebar to v2 UI by desertaxle in https://github.com/PrefectHQ/prefect/pull/15925
* [UI v2] Add ability to create new variables by desertaxle in https://github.com/PrefectHQ/prefect/pull/15962
* update `asyncio_default_fixture_loop_scope` in all collections by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15976
* Update prefecthq/prefect-ui-library to version 3.11.18 by marvin-robot in https://github.com/PrefectHQ/prefect/pull/15994
* Update worker to give worker labels to flow runs during submittal by bunchesofdonald in https://github.com/PrefectHQ/prefect/pull/15983
* clarify state hook docs by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15977
* Fix documentation link to deployment concept by sandertan in https://github.com/PrefectHQ/prefect/pull/15988


New Contributors
* sandertan made their first contribution in https://github.com/PrefectHQ/prefect/pull/15988

**Full Changelog**: https://github.com/PrefectHQ/prefect/compare/3.1.1...3.1.2

3.1.2.dev2

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
Bug Fixes ๐Ÿž
* Fixes the arguments for the url generation in BaseWorker by sam-phinizy in https://github.com/PrefectHQ/prefect/pull/15982
Integrations & Dependencies ๐Ÿค
* adopt `async_dispatch` for slack collection by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15973
Development & Tidiness ๐Ÿงน
* Add sidebar to v2 UI by desertaxle in https://github.com/PrefectHQ/prefect/pull/15925
* [UI v2] Add ability to create new variables by desertaxle in https://github.com/PrefectHQ/prefect/pull/15962
Uncategorized
* Fixes the worker url slug by sam-phinizy in https://github.com/PrefectHQ/prefect/pull/15964
* Fix the key for worker metadata: it's is just "metadata" by abrookins in https://github.com/PrefectHQ/prefect/pull/15965
* Add in ability to pass additional formatting kwargs to `url_for` by sam-phinizy in https://github.com/PrefectHQ/prefect/pull/15974
* clarify state hook docs by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15977


**Full Changelog**: https://github.com/PrefectHQ/prefect/compare/3.1.2.dev1...3.1.2.dev2

3.1.2.dev1

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
Development & Tidiness ๐Ÿงน
* Update prefecthq/prefect-design to version 2.14.9 by marvin-robot in https://github.com/PrefectHQ/prefect/pull/15961
* Update prefecthq/prefect-ui-library to version 3.11.16 by marvin-robot in https://github.com/PrefectHQ/prefect/pull/15956
* handle possible `None` value by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15966


**Full Changelog**: https://github.com/PrefectHQ/prefect/compare/3.1.1...3.1.2.dev1

3.1.1

Enhancements โž•โž•
* Hook `prefect-kubernetes` into setting framework by desertaxle in https://github.com/PrefectHQ/prefect/pull/15888
* Enable PREFECT_PROFILES_PATH in source files by GalLadislav in https://github.com/PrefectHQ/prefect/pull/15914
* Include worker ID with worker-originated flow run logs by abrookins in https://github.com/PrefectHQ/prefect/pull/15941

Bug Fixes ๐Ÿž
* fix `wait_for` for `DaskTaskRunner` by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15909
* fix extra loggers parsing by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15913
* Fix `prefect config view` not showing .env file settings by GalLadislav in https://github.com/PrefectHQ/prefect/pull/15922
* fix sqlite migration by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15917
* fix flow run graph endpoint for nested task runs by jakekaplan in https://github.com/PrefectHQ/prefect/pull/15939

Integrations & Dependencies ๐Ÿค
* Update typer requirement from !=0.12.2,<0.13.0,>=0.12.0 to >=0.12.0,!=0.12.2,<0.14.0 by dependabot in https://github.com/PrefectHQ/prefect/pull/15949
* Setup OpenTelemetry exporters when initializing prefect by bunchesofdonald in https://github.com/PrefectHQ/prefect/pull/15946

Development & Tidiness ๐Ÿงน
* add internal `async_dispatch` util by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15813
* Update prefecthq/prefect-ui-library to version 3.11.14 by marvin-robot in https://github.com/PrefectHQ/prefect/pull/15921
* Bump vue-tsc from 2.1.8 to 2.1.10 in /ui by dependabot in https://github.com/PrefectHQ/prefect/pull/15916
* Begin replatform of UI to React by desertaxle in https://github.com/PrefectHQ/prefect/pull/15907
* Set `COVERAGE_CORE=sysmon` to speed up test on 3.12 by desertaxle in https://github.com/PrefectHQ/prefect/pull/15905
* Update docs for task results persistence param by frances720 in https://github.com/PrefectHQ/prefect/pull/15931
* Add in WorkerAPILogger and related functionality by sam-phinizy in https://github.com/PrefectHQ/prefect/pull/15864
* Send worker metadata with first heartbeat by abrookins in https://github.com/PrefectHQ/prefect/pull/15898
* Fix the direction of our integration string replacement by abrookins in https://github.com/PrefectHQ/prefect/pull/15959
* Add in a link to the worker logs page by sam-phinizy in https://github.com/PrefectHQ/prefect/pull/15958

New Contributors
* frances720 made their first contribution in https://github.com/PrefectHQ/prefect/pull/15931

**Full Changelog**: https://github.com/PrefectHQ/prefect/compare/3.1.0...3.1.1

3.1.1.dev6

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
Enhancements โž•โž•
* Include worker ID with worker-originated flow run logs by abrookins in https://github.com/PrefectHQ/prefect/pull/15941
Bug Fixes ๐Ÿž
* fix flow run graph endpoint for nested task runs by jakekaplan in https://github.com/PrefectHQ/prefect/pull/15939
Development & Tidiness ๐Ÿงน
* Update prefecthq/prefect-ui-library to version 3.11.15 by marvin-robot in https://github.com/PrefectHQ/prefect/pull/15947
Uncategorized
* Fix typo on self-host.mdx by discdiver in https://github.com/PrefectHQ/prefect/pull/15936
* Add documentation on worker logs by sam-phinizy in https://github.com/PrefectHQ/prefect/pull/15920
* Fix some nits in the worker logging docs by sam-phinizy in https://github.com/PrefectHQ/prefect/pull/15948


**Full Changelog**: https://github.com/PrefectHQ/prefect/compare/3.1.1.dev5...3.1.1.dev6

3.1.1.dev5

<!-- Release notes generated using configuration in .github/release.yml at main -->

What's Changed
Enhancements โž•โž•
* Enable PREFECT_PROFILES_PATH in source files by GalLadislav in https://github.com/PrefectHQ/prefect/pull/15914
Bug Fixes ๐Ÿž
* fix sqlite migration by zzstoatzz in https://github.com/PrefectHQ/prefect/pull/15917
Development & Tidiness ๐Ÿงน
* Update prefecthq/prefect-design to version 2.14.5 by marvin-robot in https://github.com/PrefectHQ/prefect/pull/15934
* Update prefecthq/prefect-design to version 2.14.6 by marvin-robot in https://github.com/PrefectHQ/prefect/pull/15937
Uncategorized
* Update docs for task results persistence param by frances720 in https://github.com/PrefectHQ/prefect/pull/15931

New Contributors
* frances720 made their first contribution in https://github.com/PrefectHQ/prefect/pull/15931

**Full Changelog**: https://github.com/PrefectHQ/prefect/compare/3.1.1.dev4...3.1.1.dev5

Page 3 of 60

Links

Releases

Has known vulnerabilities

ยฉ 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.