Skip to content

Commit

Permalink
prep 1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebruyn committed Oct 5, 2022
1 parent 7042e57 commit 9177dc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

### v1.2.0 (pre-releases)
### v1.2.0

#### Possibly breaking change: connection encryption

Expand All @@ -21,7 +21,7 @@ You should change the settings `encrypt` or `trust_cert` to accommodate for your

* 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
* New configuration option: `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 Down
2 changes: 1 addition & 1 deletion dbt/adapters/sqlserver/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.2.0rc1"
version = "1.2.0"

0 comments on commit 9177dc6

Please sign in to comment.