Skip to content

Releases: dataplat/dbops

v0.9.1

07 Dec 22:24
Compare
Choose a tag to compare

Release notes for v0.9.1:
Update README.md (#156) by @kevchant
adding AlwaysRollback to deploy.ps1 and module configuration (#157) by @nvarscar

v0.9.0

07 Dec 21:01
1c56597
Compare
Choose a tag to compare

v0.8.1

14 Aug 18:18
Compare
Choose a tag to compare

Release notes for v0.8.1:

  • Wrapper around dotnet call to filter output (#148) by @nvarscar

v0.8.0

04 Jun 18:49
07b02d1
Compare
Choose a tag to compare

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

31 Jan 01:02
Compare
Choose a tag to compare

Adding support for underscore char in tokens (Adding support for underscore char in tokens #130) by @nvarscar

v0.7.0

17 May 22:04
Compare
Choose a tag to compare

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

07 Apr 03:15
Compare
Choose a tag to compare
  • Forcing the string datatype onto columns when -ReturnAsText is used (#115) by @nvarscar

v0.6.3

20 Feb 08:52
Compare
Choose a tag to compare
  • Adding hyphen to the variable token symbols (#112) by @nvarscar

v0.6.2

16 Feb 19:18
Compare
Choose a tag to compare
  • Ensuring deploy.ps1 only uses public functions (#108) by @nvarscar

v0.6.1

12 Jan 08:59
Compare
Choose a tag to compare
  • 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