github PrefectHQ/prefect 3.0.5
3.0.5: Take care of the .environment

latest releases: 3.0.6, 3.0.5.dev5
20 hours ago

What's Changed

This release introduces support for loading settings from .env files, offering greater flexibility and ease of use in managing your Prefect configurations between projects.

New Features ๐ŸŽ‰

Enhancements โž•โž•

Bug Fixes ๐Ÿž

  • Changed TaskSource key computation to handle OSError("source not available") by @kzvezdarov in #15583
  • Fail correctly if lookup_type throws a KeyError in BaseResult.__new__ by @zzstoatzz in #15596
  • Fix issue where transaction parent look up fails in rollback hooks by @desertaxle in #15599
  • Fix flow run parameters literally named keys by @zzstoatzz in #15611
  • Ensure dynamic default values for settings are considered unset by pydantic by @zzstoatzz in #15613
  • Fix errors when using run_deployment by @zzstoatzz in #15615
  • Fix errors loading settings when profiles file can't be read by @desertaxle in #15602

Integrations & Dependencies ๐Ÿค

Development & Tidiness ๐Ÿงน

New Contributors

Full Changelog: 3.0.4...3.0.5

Don't miss a new prefect release

NewReleases is sending notifications on new releases.