Skip to content

Releases: PrefectHQ/prefect

3.1.14.dev4: Nightly Development Release

23 Jan 08:07
7548f1b
Compare
Choose a tag to compare

What's Changed

Development & Tidiness 🧹

Uncategorized

Full Changelog: 3.1.14.dev3...3.1.14.dev4

3.1.14.dev3: Nightly Development Release

22 Jan 08:07
6318829
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • don't make extra calls to cloud in prefect dashboard open by @zzstoatzz in #16768
  • Fix configuring loggers found in 'PREFECT_LOGGING_EXTRA_LOGGERS' by @estasney in #16652
  • Ensure multiple Inputs cache policies are consolidated when used in a CompoundCachePolicy by @zzstoatzz in #16785

Documentation 📓

Full Changelog: 3.1.14.dev2...3.1.14.dev3

3.1.14.dev2: Nightly Development Release

21 Jan 08:06
e047607
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • respect PREFECT_SERVER_LOGGING_LEVEL in prefect server start by @zzstoatzz in #16765

Development & Tidiness 🧹

Uncategorized

Full Changelog: 3.1.14.dev1...3.1.14.dev2

3.1.14.dev1: Nightly Development Release

18 Jan 08:05
6b560c8
Compare
Choose a tag to compare

What's Changed

Documentation 📓

  • revamp integration contributor guide and clean up other sections by @zzstoatzz in #16757

Uncategorized

Full Changelog: 3.1.13...3.1.14.dev1

3.1.13: type_all_the_things: bool = True

17 Jan 17:04
16e85ce
Compare
Choose a tag to compare

We're thrilled to announce a major milestone: prefect is now 100% type complete! 🎉 Every public interface in the library now includes comprehensive type annotations, bringing significant improvements to the developer experience. This means you'll enjoy:

  • Enhanced autocompletion in your IDE, helping you write code faster and with fewer errors
  • Robust static analysis through tools like mypy and pyright, catching potential issues before runtime
  • Clear, unambiguous type signatures that serve as living documentation for the entire codebase

This achievement represents our commitment to building a more maintainable, reliable, and developer-friendly Python library.

Enhancements ➕➕

Bug Fixes 🐞

  • Fix SendgridEmail code example by @jakekaplan in #16677
  • Fix connection string handling when individual components are provided via settings by @desertaxle in #16680
  • Handles the instrumentation case where a future is only used to wait_for by @chrisguidry in #16709
  • Fix bug where a server can't be stopped and restarted without waiting several seconds by @desertaxle in #15729
  • Fixes to Prefect Basic Auth by @cicdw in #16735
  • Switch drain_all call to be called from new thread instead of global loop thread by @jeanluciano in #16739
  • Ensures that QueueService instances are unique within types by @chrisguidry in #16751

Integrations & Dependencies 🤝

Development & Tidiness 🧹

Documentation 📓

New Contributors

Full Changelog: 3.1.12...3.1.13

3.1.13.dev6: Nightly Development Release

17 Jan 08:06
ea87722
Compare
Choose a tag to compare

What's Changed

Enhancements ➕➕

  • Expose more Sqlalchemy settings, part 1 by @cicdw in #16742

Development & Tidiness 🧹

Documentation 📓

  • docs: publish static outbound ip address for managed execution by @parkedwards in #16741

Uncategorized

New Contributors

Full Changelog: 3.1.13.dev5...3.1.13.dev6

3.1.13.dev5: Nightly Development Release

16 Jan 08:06
4f27db1
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

  • Fix bug where a server can't be stopped an restarted without waiting several seconds by @desertaxle in #15729
  • Fixes to Prefect Basic Auth by @cicdw in #16735

Development & Tidiness 🧹

Documentation 📓

Uncategorized

Full Changelog: 3.1.13.dev4...3.1.13.dev5

3.1.13.dev4: Nightly Development Release

15 Jan 08:06
619cf22
Compare
Choose a tag to compare

What's Changed

Development & Tidiness 🧹

Documentation 📓

Uncategorized

Full Changelog: 3.1.13.dev3...3.1.13.dev4

3.1.13.dev3: Nightly Development Release

14 Jan 08:06
58b9693
Compare
Choose a tag to compare

What's Changed

Enhancements ➕➕

  • Adds new connection application name setting by @cicdw in #16690
  • Allow servers to start with no background services by @cicdw in #16693

Bug Fixes 🐞

  • Handles the instrumentation case where a future is only used to wait_for by @chrisguidry in #16709

Development & Tidiness 🧹

Documentation 📓

Full Changelog: 3.1.13.dev2...3.1.13.dev3

3.1.13.dev2: Nightly Development Release

12 Jan 08:06
eb44a8d
Compare
Choose a tag to compare

What's Changed

Integrations & Dependencies 🤝

Development & Tidiness 🧹

Documentation 📓

New Contributors

Full Changelog: 3.1.13.dev1...3.1.13.dev2