Skip to content

Commit 5bd2e14

Browse files
authored
Merge pull request #543 from dbt-msft/542-180-release
1.8.0 Release PR
2 parents 75ccd76 + 9778928 commit 5bd2e14

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ Notable changes
1010
- Implements the majority of the tests from the `dbt-test-adapters` project to provide better coverage.
1111
- Implements better testing for `dbt-sqlserver` specific functions, including indexes.
1212
- Realigns to closer to the global project, overriding some fabric specific implementations
13+
- Adds new 1.8 features (and tests), including Unit Tests
1314

14-
Update also fixes a number of regressions related to the fabric adapter. These include
15+
Update also fixes a number of regressions related to the fabric adapter and 1.7 releases.
16+
These include
1517

1618
- Proper ALTER syntax for column changes (in both )
1719
- https://github.com/dbt-msft/dbt-sqlserver/pull/504/files
@@ -20,6 +22,9 @@ Update also fixes a number of regressions related to the fabric adapter. These i
2022
- Adds proper constraints to tables and columns
2123
- https://github.com/dbt-msft/dbt-sqlserver/pull/500
2224

25+
There is a number of other changes as well, which can be found in the 1.8.0rc1, 1.8.0rc2 and 1.8.0 release notes.
26+
27+
While not directly included, credit also to **@ms32035**, **@axellpadilla**, **@gbarrington**, **@tkirschke** and others for their help with testing.
2328

2429
### v1.7.2
2530

dbt/adapters/sqlserver/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.8.0rc2"
1+
version = "1.8.0"

0 commit comments

Comments
 (0)