Skip to content

Releases: microsoft/go-sqlcmd

v1.1.0

01 Jun 09:36
d1965d1
Compare
Choose a tag to compare

Version 1.1.0

  • Release date: June 1, 2023

What's new in 1.1.0

  • Add -A switch (Dedicated Administrator Connection) (#361)
  • Updated flag formatting (#360)
  • Localization improvements (#359) (#325)
  • Kong to Cobra Migration (#208)
  • Do not read basic auth info if auth type is other (#340)
See More
  • 16095e4 Bump github.com/docker/distribution from 2.8.1+incompatible to 2.8.2+incompatible (#338)
  • 164f8e1 implement :xml (#336)

v1.0.0

09 May 19:07
5f902b7
Compare
Choose a tag to compare

Version 1.0.0

  • Release date: May 10, 2023

What's new in 1.0.0

  • Updated to 1.0.0 - removed "preview" tag
  • Ensure Console.Close on exit; Ctrl + C will not break a session (#331)
  • Bump github.com/docker/docker from 20.10.21+incompatible to 20.10.24+incompatible (#318)

v0.15.4

21 Mar 09:26
135a976
Compare
Choose a tag to compare

Changes:

  • 135a976 Add Legal and Notices to --version (#314)
  • 9780801 Add support for customized database name with --using (#290)
  • f7deb1f Update README to cover new scenarios (#302)

This list of changes was auto generated.

v0.15.3

13 Mar 10:39
Compare
Choose a tag to compare

NOTE: For users of previous versions, if you have an old sqlconfig file, and get a "panic: Invalid encryption method", edit the ~/.sqlcmd/sqlconfig file and replace "password-encrypted: false" to "password-encryption: none".

Changes:

  • Require --password-encryption for add-user (#293)
  • Pass --platform information into Container Create (#285)
  • Add --database flag to sqlcmd query (#288)
  • Add LICENSE/NOTICE.md to sqlcmd install folder (#289)
  • Add --database to sqlcmd config cs (#280)
  • Allow sqlcmd delete to succeed if container has already been deleted (#286)
  • create a sqlcmd style linter (#271)
  • Add console syntax coloring (#278)

0.15.2

03 Mar 11:47
Compare
Choose a tag to compare

Changes:

  • Cope with no HOME env var (#279)

v0.15.1

02 Mar 12:56
Compare
Choose a tag to compare

Changes:

  • Sign _debug binaries (#273)
  • Only use SQLCMDPASSWORD if SQLCMDUSER is also set (#272)
  • Fix .msi path order when ODBC sqlcmd already installed (#241)

v0.15.0

01 Mar 08:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.14.0...v0.15.0

v0.14.0

21 Feb 13:14
6d574a9
Compare
Choose a tag to compare

Changes:

  • Various fixes from bug bashes (#240)
  • Fix ARM64 builds (#234)
  • Add localization support for go-sqlcmd (#207)

v0.13.0

13 Feb 16:39
38bb217
Compare
Choose a tag to compare

What's Changed

  • Add named pipes and shared memory connections by @shueybubbles in #188
  • Round out the sqlcmd {install|create} scenario, add --using flag, and sqlcmd open ads by @stuartpa in #205

Full Changelog: v0.12.0...v0.13.0

v0.12.0

27 Jan 17:46
578326e
Compare
Choose a tag to compare

Changes:

  • 578326e Add application name to connections (#204)
  • b9675a4 Fix issues with batch and command parsing (#201)
  • 90ba89e Merge pull request #203 from microsoft/shueybubbles/notice
  • 39f0ecc Generate NOTICE file for licenses

This list of changes was auto generated.