|
| 1 | +# Changelog |
| 2 | + |
| 3 | +### v0.19.0 |
| 4 | + |
| 5 | +#### New Features: |
| 6 | +- dbt-sqlserver's snapshotting now 100% aligneed logically to dbt's snapshotting behavior! Users can now snapshot 'hard-deleted' record as mentioned in the [dbt v0.19.0 release notes](https://github.com/fishtown-analytics/dbt/releases/tag/v0.19.0). An added benefit is that it makes maintaining `dbt-sqlserver` by decreasing code footprint. [#81](https://github.com/dbt-msft/dbt-sqlserver/pull/81) [fishtown-analytics/dbt#3003](https://github.com/fishtown-analytics/dbt/issues/3003) |
| 7 | +#### Fixes: |
| 8 | +- small snapshot bug addressed via [#81](https://github.com/dbt-msft/dbt-sqlserver/pull/81) |
| 9 | +- support for clustered columnstore index creation pre SQL Server 2016. [#88](https://github.com/dbt-msft/dbt-sqlserver/pull/88) thanks [@alangsbo](https://github.com/alangsbo) |
| 10 | +- support for scenarios where the target db's collation is different than the server's [#87](https://github.com/dbt-msft/dbt-sqlserver/pull/87) [@alangsbo](https://github.com/alangsbo) |
| 11 | + |
| 12 | +#### Under the hood: |
| 13 | +- This adapter has separate CI tests to ensure all the connection methods are working as they should [#75](https://github.com/dbt-msft/dbt-sqlserver/pull/75) |
| 14 | + |
| 15 | +### v0.18.1 |
| 16 | +#### New Features: |
| 17 | +Adds support for: |
| 18 | +- SQL Server down to version 2012 |
| 19 | +- authentication via: |
| 20 | + - Azure CLI (see #71, thanks @JCZuurmond !), and |
| 21 | + - MSFT ODBC Active Directory options (#53 #55 #58 thanks to @NandanHegde15 and @alieus) |
| 22 | +- using a named instance (#51 thanks @alangsbo) |
| 23 | +- Adds support down to SQL Server 2012 |
| 24 | +- The adapter is now automatically tested with Fishtowns official adapter-tests to increase stability when making |
| 25 | +changes and upgrades to the adapter. |
| 26 | + |
| 27 | +#### Fixes: |
| 28 | +- Fix for lack of precision in the snapshot check strategy. Previously when executing two check snapshots the same |
| 29 | +second, there was inconsistent data as a result. This was mostly noted when running the automatic adapter tests. |
| 30 | +NOTE: This fix will create a new snapshot version in the target table |
| 31 | +on first run after upgrade. |
| 32 | + |
| 33 | +### v0.18.0.1 |
| 34 | +#### New Features: |
| 35 | +- Adds support for Azure Active Directory as authentication provider |
| 36 | + |
| 37 | +#### Fixes: |
| 38 | +- Fix for lack of precision in the snapshot check strategy. (#74 and #56 thanks @qed) Previously when executing two check snapshots the same second, there was inconsistent data as a result. This was mostly noted when running the automatic adapter tests. |
| 39 | +NOTE: This fix will create a new snapshot version in the target table |
| 40 | +on first run after upgrade. |
| 41 | +- #52 Fix deprecation warning (Thanks @jnoynaert) |
| 42 | + |
| 43 | +#### Testing |
| 44 | +- The adapter is now automatically tested with Fishtowns official adapter-tests to increase stability when making changes and upgrades to the adapter. (#62 #64 #69 #74) |
| 45 | +- We are also now testing specific target configs to make the devs more confident that everything is in working order (#75) |
| 46 | + |
| 47 | +### v0.18.0 |
| 48 | +#### New Features: |
| 49 | +- Adds support for dbt v0.18.0 |
| 50 | + |
| 51 | +### v0.15.3.1 |
| 52 | + |
| 53 | +#### Fixes: |
| 54 | +- Snapshots did not work on dbt v0.15.1 to v0.15.3 |
| 55 | + |
| 56 | +### v0.15.3 |
| 57 | + |
| 58 | +#### Fixes: |
| 59 | +- Fix output of sql in the log files. |
| 60 | +- Limited the version of dbt to 0.15, since later versions are unsupported. |
| 61 | + |
| 62 | +### v0.15.2 |
| 63 | + |
| 64 | +#### Fixes: |
| 65 | +- Fixes an issue with clustered columnstore index not beeing created. |
| 66 | + |
| 67 | + |
| 68 | +### v0.15.1 |
| 69 | +#### New Features: |
| 70 | +- Ability to define an index in a poosthook |
| 71 | + |
| 72 | +#### Fixes: |
| 73 | +- Previously when a model run was interupted unfinished models prevented the next run and you had to manually delete them. This is now fixed so that unfinished models will be deleted on next run. |
| 74 | + |
| 75 | +### v0.15.0.1 |
| 76 | +Fix release for v0.15.0 |
| 77 | +#### Fixes: |
| 78 | +- Setting the port had no effect. Issue #9 |
| 79 | +- Unable to generate docs. Issue #12 |
| 80 | + |
| 81 | +### v0.15.0 |
| 82 | +Requires dbt v0.15.0 or greater |
| 83 | + |
| 84 | +### pre v0.15.0 |
| 85 | +Requires dbt v0.14.x |
0 commit comments