Skip to content

Commit

Permalink
Release 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana committed Jan 14, 2025
1 parent 768a0b9 commit 017230f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
Changelog
=========

1.8.2 (2024-01-15)
--------------------

Bug Fixes
* Fix ``httpx.get`` exception handling while emitting telemetry by @tatiana in #1439
* Fix rendering detached tests in ``TestBehavior.NONE`` and ``AFTER_ALL`` by @tatiana in #1463
* Fix detached test tasks names so they do not exceed 250 chars by @tatiana in #1464

Docs
* Update ``operator args`` docs to include ``install_deps`` by @tatiana in #1456
* Docs: Fix broken links and rendering by @pankajastro in #1437

Others
* Upgrade GitHub action artifacts upload-artifact & download-artifact to v4 by @pankajkoti in #1445
* Enable Depandabot to scan outdated Github Actions dependencies by @tatiana in #1446
* Pre-commit hook updates in #1459, #1441
* Dependabot Github action updates in #1451, #1452, #1453, #1454, #1455



1.8.1 (2024-12-30)
--------------------

Expand Down
2 changes: 1 addition & 1 deletion cosmos/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Contains dags, task groups, and operators.
"""

__version__ = "1.8.1"
__version__ = "1.8.2"


from cosmos.airflow.dag import DbtDag
Expand Down

0 comments on commit 017230f

Please sign in to comment.