Skip to content

Commit

Permalink
Merge pull request #543 from dbt-msft/542-180-release
Browse files Browse the repository at this point in the history
1.8.0 Release PR
  • Loading branch information
cody-scott authored Sep 9, 2024
2 parents 75ccd76 + 9778928 commit 5bd2e14
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ Notable changes
- Implements the majority of the tests from the `dbt-test-adapters` project to provide better coverage.
- Implements better testing for `dbt-sqlserver` specific functions, including indexes.
- Realigns to closer to the global project, overriding some fabric specific implementations
- Adds new 1.8 features (and tests), including Unit Tests

Update also fixes a number of regressions related to the fabric adapter. These include
Update also fixes a number of regressions related to the fabric adapter and 1.7 releases.
These include

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

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.

While not directly included, credit also to **@ms32035**, **@axellpadilla**, **@gbarrington**, **@tkirschke** and others for their help with testing.

### v1.7.2

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.8.0rc2"
version = "1.8.0"

0 comments on commit 5bd2e14

Please sign in to comment.