Releases: max-ieremenko/SqlDatabase
Releases · max-ieremenko/SqlDatabase
Version 4.4.0
breaking changes
- #72: remove .NET 6 target (out of support)
enhancements
- #75: PowerShell 7.6 test coverage
- #76: update Npgsql, MySqlConnector
- #77: target framework .NET 10.0
internal changes
- #69: migrate .sln to .slnx
- #70: update ThirdPartyLibraries tool
- #71: freeze versions of binary tools used by CI build
- #73: update InvokeBuild
- #74: .sln update dependencies
- #78: update MsSQL version in tests
- #79: update MySQL version in tests
- #80: update PostgreSQL version in tests
- #81: remove nuget.exe
Version 4.3.0
breaking changes
- #58: remove .NET 7 target (out of support)
- #59: PowerShell core versions 6.1-7.1.4 are out of support. Minimal supported PowerShell versions: core 7.2+, desktop 5.1
enhancements
- #62: target framework .NET 9
- #64: load internal dependencies into private context
- #65: update SqlServerDockerImage example to use
mcr.microsoft.com/mssql/server:latestimage - #66: update Npgsql 4.0.16 => 8.0.5
- #67: update MySqlConnector 1.3.10 => 2.3.7
internal changes
Version 4.2.2
enhancements
- #50: PostgreSQL: fallback
createcommand topostgresdatabase if the target one does not exist - #51: update Npgsql reference 4.0.11 => 4.0.16, related vulnerability with high severity
- #54:
createcommand can switch to a master database,execute,export, andupgradecommands always work in the context of the target database. Related to #53
internal changes
- #52: ci build, update dependencies
new contributor
Version 4.2.1
Version 4.2.0
Version 4.1.1
Version 4.1.0
Version 4.0
#14 MySQL support
Version 3.0
- PostgreSQL support
- downgrade netcoreapp2.2 to netcoreapp2.1, according to LTS support
- fix license uri in .psd1