Skip to content

Releases: dataplat/dbops

v0.6.0

08 Jan 06:19
d423d55
Compare
Choose a tag to compare
  • Adding prescripts and postscripts (#91) by @nvarscar


    Two new parameters:

    • PreScriptPath

    • PostScriptPath

    And one new function:

    Update-DBOPackage that will allow to modify some of the package parameters once it's created.

  • Adding return as text switch to Invoke-DBOQuery (#92) by @nvarscar

  • Adding nuget package downloader (#93) by @nvarscar

  • Fixing Set and Reset-DBODefaultSetting on Linux (#94) by @nvarscar


    scope for linux was chosen incorrectly. Now it's chosen dynamically based on OS.

  • Re-introducing Oracle tests (#97) by @nvarscar


    Switching to "/" as a batch separator - this is a breaking change.

    Tests have been updated to support that change.

  • Renaming Install-DBOSqlScript to Install-DBOScript (#98) by @nvarscar

  • Flexible nuget package versioning (#99) by @nvarscar


    Requirements now allow Minimum/Maximum Versions where appropriate, as well as it's possible to target a specific .net framework

v0.5.8

23 Oct 04:23
Compare
Choose a tag to compare

New features:

  • Configurable variable token patterns

Resolved issues:

  • Creating a package with an Absolute path scripts leads to corrupted metadata in a package

v0.5

24 Jan 18:28
Compare
Choose a tag to compare
  • MySQL support
  • Postgres support
  • new function: Invoke-DBOQuery
  • Linux & PSCore support
  • Missing connectivity libraries can now be downloaded and installed interactively
  • DbUp v.4.2.0
  • Tests for every supported RDBMS