Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebruyn authored Sep 19, 2022
1 parent cdef270 commit eca7d6e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ You should change the settings `encrypt` or `trust_cert` to accommodate for your
#### Features

* Support for [dbt-core 1.2](https://github.com/dbt-labs/dbt-core/releases/tag/v1.2.0)
* Full support for the new [grants config](https://docs.getdbt.com/reference/resource-configs/grants)
* New configuration option in the target: `auto_provision_aad_principals` - setting this to `true` will automatically create contained database users linked to Azure AD principals or groups if they don't exist yet when they're being used in grant configs
* Support for MS ODBC Driver 18
* Support automatic retries with new `retries` setting introduced in core
* The correct owner of a table/view is now visible in generated documentation (and in catalog.json)
Expand All @@ -41,10 +43,6 @@ You should change the settings `encrypt` or `trust_cert` to accommodate for your
* Automated testing with SQL Server 2017, 2019 and 2022
* Automated testing with MS ODBC 17 and MS ODBC 18

#### Outstanding work for official release

* Add documentation about new features to official dbt docs pages

### v1.1.0

See changes included in v1.1.0rc1 below as well
Expand Down

0 comments on commit eca7d6e

Please sign in to comment.