Releases: dataplat/dbops
Releases · dataplat/dbops
v0.9.1
Release notes for v0.9.1:
Update README.md (#156) by @kevchant
adding AlwaysRollback to deploy.ps1 and module configuration (#157) by @nvarscar
v0.8.1
Release notes for v0.8.1:
v0.8.0
Release notes for v0.8.0:
-
Hotfix: Nuget downloads now use lowercase filename in the URL (#139) by @nvarscar
-
Feature: Allow ErrorAction to properly handle errors (#140) by @nvarscar
-
Setting default encoding to UTF8 (#142) by @nvarscar
v0.7.1
Adding support for underscore char in tokens (Adding support for underscore char in tokens #130) by @nvarscar
v0.7.0
Improving schema history table - new columns (#124) by @nvarscar
- Schema history table now has more columns: appliedBy, checksum, executionTime
- Old schema tables are still supported with no change to the behavior
- Users can choose to upgrade their old tables using Update-DBOSchemaTable.
v0.6.4
-
Forcing the string datatype onto columns when -ReturnAsText is used (#115) by @nvarscar
v0.6.2
-
Ensuring deploy.ps1 only uses public functions (#108) by @nvarscar
v0.6.1
-
Files in subfolders are not being added when -Match is used (#104) by @nvarscar
- Folders are no longer filtered out by the -Match regex string