Releases: max-ieremenko/SqlDatabase
Releases · max-ieremenko/SqlDatabase
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:latest
image - #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
create
command topostgres
database if the target one does not exist - #51: update Npgsql reference 4.0.11 => 4.0.16, related vulnerability with high severity
- #54:
create
command can switch to a master database,execute
,export
, andupgrade
commands 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