File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Changelog
77Bug Fixes
88
99* Fix ``ExecutionMode.WATCHER `` producer retry behaviour by @tatiana in #2559
10- * Prevent watcher producer skip propagating to downstream tasks via gateway task by @johnhoran @tatiana in #2597
10+ * Prevent watcher producer skip propagating to downstream tasks via gateway task by @johnhoran and @tatiana in #2597
1111* Keep watcher sensor polling when producer is still running by @pankajkoti in #2592
1212* Fix circular import error in Cosmos plugin discovery under Astro Runtime by @tatiana in #2538
1313* Fix ``CosmosRichLogger `` crash on ``None `` log message by @tatiana in #2540
2222
2323* Update watcher test behavior docs for Cosmos 1.14.0 by @tatiana in #2549
2424* Add redirect for moved partial-parsing docs page by @tatiana in #2550
25+ * Document ``ExecutionMode.WATCHER `` and ``depends_on_past `` limitation by @tatiana in #2602
26+ * Restore memory-optimised imports docs for Cosmos < 1.14.0 by @pankajkoti in #2604
2527
2628Others
2729
3133* Fix dbt Fusion broken integration tests by @tatiana in #2581
3234* Fix flaky ``cosmos_manifest_selectors_example `` DAG in CI by @pankajkoti in #2593
3335* Reduce pre-commit autoupdate frequency PRs by @tatiana in #2544
36+ * Bump ``reviewdog/action-actionlint `` from 1.71.0 to 1.72.0 by @dependabot in #2542
3437
35381.14.0 (2026-04-07)
3639---------------------
Original file line number Diff line number Diff line change 1010
1111import importlib
1212
13- __version__ = "1.14.1 "
13+ __version__ = "1.14.1a4 "
1414
1515
1616# Mapping of public names to their module paths for lazy loading via __getattr__.
You can’t perform that action at this time.
0 commit comments