Skip to content

Releases: max-ieremenko/SqlDatabase

Version 4.2.2

13 Jun 05:39
49e4e05
Compare
Choose a tag to compare

enhancements

  • #50: PostgreSQL: fallback create command to postgres 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, and upgrade commands always work in the context of the target database. Related to #53

internal changes

  • #52: ci build, update dependencies

new contributor

@parmcoder

Version 4.2.1

13 Apr 11:27
62ae3e3
Compare
Choose a tag to compare

enhancements

  • #45: powershell 7.4 test coverage
  • #46: powershell 7.5 preview test coverage
  • #42: nuget/pwsh module release notes: target the concrete release page

internal changes

  • #37: .sln update dependencies
  • #38: ci build, update actions/*@ to v4
  • #39: update required .net sdk versions 6.0.419, 7.0.406, 8.0.200
  • #41: ci build, update dependencies
  • #43: <ImplicitUsings>enable</ImplicitUsings>

Version 4.2.0

12 Nov 14:45
8860e77
Compare
Choose a tag to compare

breaking changes

#29: .net core 3.1 and .net5.0 are out of support

enhancements

#30: update target net452 => net472 for .NET Framework
#35: target framework net8.0

internal changes

#34: ci build

Version 4.1.1

27 Nov 16:27
00959dc
Compare
Choose a tag to compare

enhancements

internal changes

  • #22: update .sln to use file-scoped namespaces
  • #24: update internal dependencies

Version 4.1.0

25 Dec 12:43
ad89842
Compare
Choose a tag to compare

.net sdk tool

  • #18: remove .net core 2.1
  • #17: add net6.0

powershell core add tests for

  • 7.2.0
  • 7.2.1
  • 7.3.0-preview.1

Version 4.0

18 Jul 16:19
Compare
Choose a tag to compare

#14 MySQL support

Version 3.0

27 May 17:46
6a259d2
Compare
Choose a tag to compare
  • PostgreSQL support
  • downgrade netcoreapp2.2 to netcoreapp2.1, according to LTS support
  • fix license uri in .psd1

Version 2.3.0

04 Apr 14:49
0d845bb
Compare
Choose a tag to compare
  • #9: Handle data selection in .sql scripts
  • #10: add log file option
  • add ThirdPartyNotices.txt

Version 2.2.0

11 Mar 13:14
6eec05b
Compare
Choose a tag to compare

#6 .ps1 scripts support, see details here

Version 2.1.3

10 Jan 14:22
8da786a
Compare
Choose a tag to compare

#4: fix relative path handling in the powershell module

PS> cd "c:\my-scripts"
PS> New-SqlDatabase -Database ... -from .\new\