Releases: DbUp/dbup-oracle
Releases · DbUp/dbup-oracle
6.2.0
What's Changed
- Override GetDummyQuery in OracleConnectionManager by @bojanpikl in #14
- Updated DbUp to 6.1.1 and Oracle.ManagedDataAccess.Core by @droyad in #16
New Contributors
- @bojanpikl made their first contribution in #14
Full Changelog: 6.1.0...6.2.0
6.1.0
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
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
MultipleUpgradeLoghas been replaced withAggregateLogIUpgradeLoggerstill exists but method names have changed fromWrite*toLog*to match Microsoft'sILoggerinterface
- Scripts with
ScriptType.RunAlwayswill no longer be journaled - Only
netstandard2.0compatible frameworks are supported
- LibLog has been replaced by the standard .NET ILogger abstraction
What's Changed
- Fix DELIMITER handling by @epenet in #6
- Add JournalToOracleTable extension method by @nicUpchurch in #10
New Contributors
- @epenet made their first contribution in #6
- @nicUpchurch made their first contribution in #10
Full Changelog: 5.0.38...6.0.1
6.0.0-beta.6
Breaking Changes
https://dbup.readthedocs.io/en/latest/breaking-changes/
What's Changed
New Contributors
Full Changelog: https://github.com/DbUp/dbup-oracle/commits/6.0.0-beta.6