Skip to content

Releases: PrefectHQ/prefect

3.1.2.dev1: Nightly Development Release

09 Nov 08:06
ae50f95
Compare
Choose a tag to compare
Pre-release

What's Changed

Development & Tidiness 🧹

Full Changelog: 3.1.1...3.1.2.dev1

3.1.1: Around the Codebase in 80 PRs

08 Nov 20:44
6b50a2b
Compare
Choose a tag to compare

3.1.1: Around the Codebase in 80 PRs

Enhancements ➕➕

Bug Fixes 🐞

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 #15949
  • Setup OpenTelemetry exporters when initializing prefect by @bunchesofdonald in #15946

Development & Tidiness 🧹

New Contributors

Full Changelog: 3.1.0...3.1.1

2.20.12

08 Nov 18:37
1de4fe7
Compare
Choose a tag to compare

All the Small Things

Bug Fixes 🐞

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 #15950
  • Update croniter requirement from <3.0.0,>=1.0.12 to >=1.0.12,<6.0.0 by @dependabot in #15951

Development & Tidiness 🧹

Uncategorized

Full Changelog: 2.20.11...2.20.12

3.1.1.dev6: Nightly Development Release

08 Nov 08:07
11ce49a
Compare
Choose a tag to compare
Pre-release

What's Changed

Enhancements ➕➕

  • Include worker ID with worker-originated flow run logs by @abrookins in #15941

Bug Fixes 🐞

Development & Tidiness 🧹

Uncategorized

Full Changelog: 3.1.1.dev5...3.1.1.dev6

3.1.1.dev5: Nightly Development Release

07 Nov 08:07
575a1f6
Compare
Choose a tag to compare
Pre-release

What's Changed

Enhancements ➕➕

Bug Fixes 🐞

Development & Tidiness 🧹

Uncategorized

New Contributors

Full Changelog: 3.1.1.dev4...3.1.1.dev5

3.1.1.dev4: Nightly Development Release

05 Nov 08:07
103c925
Compare
Choose a tag to compare
Pre-release

What's Changed

Bug Fixes 🐞

Development & Tidiness 🧹

Uncategorized

Full Changelog: 3.1.1.dev3...3.1.1.dev4

3.1.1.dev3: Nightly Development Release

04 Nov 08:07
ab964c1
Compare
Choose a tag to compare
Pre-release

What's Changed

Bug Fixes 🐞

Full Changelog: 3.1.1.dev2...3.1.1.dev3

3.1.1.dev2: Nightly Development Release

02 Nov 08:06
f196fb3
Compare
Choose a tag to compare
Pre-release

What's Changed

Bug Fixes 🐞

Uncategorized

Full Changelog: 3.1.1.dev1...3.1.1.dev2

3.1.1.dev1: Nightly Development Release

01 Nov 08:06
3f31e13
Compare
Choose a tag to compare
Pre-release

What's Changed

Enhancements ➕➕

Uncategorized

Full Changelog: 3.1.0...3.1.1.dev1

3.1.0: Configuro, ergo sum

31 Oct 20:10
a83ba39
Compare
Choose a tag to compare

We're excited to unveil a major overhaul of Prefect's configuration system. At the heart of this release is a complete refactor of our settings architecture, now powered by pydantic-settings for enhanced organization and clarity. You can now define your settings in either a dedicated prefect.toml file or your existing pyproject.toml file, streamlining the configuration experience and making it more portable across environments.

To learn more about new settings capabilities, check out the updated settings documentation or watch @zzstoatzz's instructional demo on YouTube.

New Features 🎉

Enhancements ➕➕

Bug Fixes 🐞

  • Don't cache on any key computation errors and log for visibility by @cicdw in #15868
  • Fix logging for FastAPI and Uvicorn by @desertaxle in #15871
  • Allow for unpersisted 2.x result payloads in states by @cicdw in #15878
  • Update Settings.copy_with_update to ignore sources when restoring default settings by @desertaxle in #15884
  • Don't reuse exception name in nested exception handling by @cicdw in #15894

Integrations & Dependencies 🤝

prefect-dbt

  • Add DbtCloudJob block to top level import by @cicdw in #15880

Dependencies

Development & Tidiness 🧹

New Contributors

Full Changelog: 3.0.11...3.1.0