Skip to content

Commit

Permalink
Add Changelog for 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajkoti committed Aug 20, 2024
1 parent 422abb3 commit e7aea44
Showing 1 changed file with 31 additions and 3 deletions.
34 changes: 31 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,45 @@
Changelog
=========

1.6.0a1 (2024-07-05)
1.6.0a7 (2024-08-16)
--------------------

New Features

* Add support for loading manifest from cloud stores using Airflow Object Storage by @pankajkoti in #1109
* Cache ``package-lock.yml`` file by @pankajastro in #1086
* Support persisting the ``LoadMode.VIRTUALENV`` directory by @tatiana in #1079
* Add support to store and fetch ``dbt ls`` cache in remote stores by @pankajkoti in #1147
* Add default source nodes rendering by @arojasb3 in #1107
* Add Teradata ``ProfileMapping`` by @sc250072 in #1077

Enhancements

* Add ``DatabricksOauthProfileMapping`` profile by @CorsettiS in #1091
* Use ``dbt ls`` as the default parser when ``profile_config`` is provided by @pankajastro in #1101
* Add task owner to dbt operators by @wornjs in #1082
* Extend Cosmos custom selector to support + when using paths and tags by @mvictoria in #1150
* Simplify logging by @dwreeves in #1108

Bug fixes

* Fix Teradata ``ProfileMapping`` target invalid issue by @sc250072 in #1088
* Fix empty tag in case of custom parser by @pankajastro in #1100
* Fix ``dbt deps`` of ``LoadMode.DBT_LS`` should use ``ProjectConfig.dbt_vars`` by @tatiana in #1114
* Fix import handling by lazy loading hooks introduced in PR #1109 by @dwreeves in #1132

Docs

* Fix typo in azure-container-instance docs by @pankajastro in #1106
* Use Airflow trademark as it has been registered by @pankajastro in #1105

Others

* Pre-commit hook updates in #1074
* Run some example DAGs in Kubernetes execution mode in CI by @pankajastro in #1127
* Install requirements.txt by default during dev env spin up by @@CorsettiS in #1099
* Remove ``DbtGraph.current_version`` dead code by @tatiana in #1111
* Disable test for Airflow-2.5 and Python-3.11 combination in CI by @pankajastro in #1124
* Pre-commit hook updates in #1074, #1113, #1125, #1144, #1154


1.5.1 (2024-07-17)
Expand All @@ -27,7 +56,6 @@ Others
* Pre-commit hook updates in #1083, #1092



1.5.0 (2024-06-27)
------------------

Expand Down

0 comments on commit e7aea44

Please sign in to comment.