Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 15 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,27 @@
Changelog
=========

1.11.0a1 (2025-06-23)
1.11.0a2 (2025-08-08)
---------------------

Feature

* Initial support to ``dbt Fusion`` by @tatiana in #1803. `More details here. <https://astronomer.github.io/astronomer-cosmos/configuration/dbt-fusion>`_.
* Support DAG versioning in Airflow 3 by @pankajkoti in https://github.com/astronomer/astronomer-cosmos/pull/1907
* Add SQL Server profile mapping by @pankajastro in #1737
* Allow to set task display name as a user-defined function by @corsettigyg in https://github.com/astronomer/astronomer-cosmos/pull/1761
* feat: Add Jinja templating support for ``dbt_cmd_flags`` by @skillicinski in https://github.com/astronomer/astronomer-cosmos/pull/1899

(many other features, pending details)
Docs

* Fix a bunch of docs build errors and warnings by @pankajkoti in https://github.com/astronomer/astronomer-cosmos/pull/1886
* Add dbt Fusion documentation by @tatiana in https://github.com/astronomer/astronomer-cosmos/pull/1824
* Fix dbt Fusion documentation by @tatiana in https://github.com/astronomer/astronomer-cosmos/pull/1830
* Update dbt-fusion.rst to explicitly highlight it is in alpha by @tatiana in https://github.com/astronomer/astronomer-cosmos/pull/1838

Others

* Fix failing dbt-fusion tests when run in parallel in CI by @pankajkoti in https://github.com/astronomer/astronomer-cosmos/pull/1896


1.10.2 (2025-08-08)
Expand Down
2 changes: 1 addition & 1 deletion cosmos/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from cosmos import settings

__version__ = "1.11.0a1"
__version__ = "1.11.0a2"

if not settings.enable_memory_optimised_imports:
from cosmos.airflow.dag import DbtDag
Expand Down
Loading