Skip to content

Commit

Permalink
bump to dbt-sqlserver 1.3.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebruyn committed Oct 6, 2022
1 parent 1b995e5 commit d8798ce
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

### v1.3.0

#### Features

* Support for [dbt-core 1.3](https://github.com/dbt-labs/dbt-core/releases/tag/v1.3.0)
* Python models are currently not supported in this adapter
* The following cross-db macros are not supported in this adapter: `bool_or`, `array_construct`, `array_concat`, `array_append`

#### Fixes

* The macro `type_boolean` now returns the correct data type (`bit`)

#### Chores

* Update adapter testing framework
* Update dependencies and pre-commit hooks

### v1.2.0

#### Possibly breaking change: connection encryption
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.3.0b1"
version = "1.3.0rc1"

0 comments on commit d8798ce

Please sign in to comment.