Skip to content

Releases: DbUp/dbup-oracle

6.2.0

23 Feb 00:35
27d07dc

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.1.0...6.2.0

6.1.0

06 Nov 05:11

Choose a tag to compare

What's Changed

  • dbup-core v6.0.15 update by @droyad in #13
  • Add XML documentation for all public members by @droyad in #11
  • Update Oracle.ManagedDataAccess.Core from 23.6.1 to 23.26.0 by @droyad in #12

dbup-core changes: https://github.com/DbUp/DbUp/releases/tag/6.0.15
Full Changelog: 6.0.1...6.1.0

6.0.1

17 Dec 01:02
3cd696e

Choose a tag to compare

Breaking Changes

  • Updated DbUp Core to 6.0.0, see https://dbup.readthedocs.io/en/latest/breaking-changes/ for full details
    • LibLog has been replaced by the standard .NET ILogger abstraction
      • The Autodetect logger feature provided by LibLog is removed
      • MultipleUpgradeLog has been replaced with AggregateLog
      • IUpgradeLogger still exists but method names have changed from Write* to Log* to match Microsoft's ILogger interface
    • Scripts with ScriptType.RunAlways will no longer be journaled
    • Only netstandard2.0 compatible frameworks are supported

What's Changed

New Contributors

Full Changelog: 5.0.38...6.0.1

6.0.0-beta.6

26 Jul 05:50
e00b74d

Choose a tag to compare

6.0.0-beta.6 Pre-release
Pre-release

Breaking Changes

https://dbup.readthedocs.io/en/latest/breaking-changes/

What's Changed

  • Update to dbup-core 6.0 and Oracle library reference by @droyad in #8

New Contributors

  • @droyad made their first contribution in #8

Full Changelog: https://github.com/DbUp/dbup-oracle/commits/6.0.0-beta.6