Skip to content

Commit

Permalink
Release 1.5.0a8
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana committed Jun 22, 2024
1 parent 7e9d83e commit 6f8063b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

1.5.0a6 (2024-06-11)
1.5.0a8 (2024-06-22)
--------------------

New Features
Expand All @@ -18,6 +18,13 @@ New Features
remove CachePurgeConfig
add RenderConfig.airflow_vars_to_purge_cache
- a7: change from modified timestamp to sha256
- a8: add 100% test coverage for the caching mechanism
fix issue with dbt project folder hash not being deterministic per OS/platform
breakdown improvements in CI in separate PRs
rename AIRFLOW__COSMOS__EXPERIMENTAL_CACHE to AIRFLOW__COSMOS__ENABLE_CACHE_DBT_LS and switch it on by default
change cache content to include dag/taskgroup
introduce method delete_unused_dbt_ls_cache to help cleaning up the cache when DbtDags and DbtTaskGroups are deleted
pending: documentation and cover delete_unused_dbt_ls_cache with tests

Others

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


from cosmos.airflow.dag import DbtDag
Expand Down

0 comments on commit 6f8063b

Please sign in to comment.