Skip to content

Releases: microsoft/go-sqlcmd

v1.8.0

16 Jul 18:49
c7ab91d
Compare
Choose a tag to compare
v1.8.0 Pre-release
Pre-release

Version 1.8.0

  • Release date: July 16, 2024

What's new in 1.8.0

  • Fix: Apply x flag during batch parsing (#542)
  • Update github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.5.1 to 1.6.0 (#538)

Full Changelog: v1.7.0...v1.8.0

v1.7.0

06 Jun 02:18
23ee876
Compare
Choose a tag to compare

Version 1.7.0

  • Release date: June 6, 2024

What's new in 1.7.0

  • Changes to enhance security of official builds (#536)
  • Incorporate latest go-mssqldb driver - version 1.7.2 (#534)
  • Update golang.org/x/net from version 0.21.0 to 0.23.0 (#527)
  • Update google.golang.org/protobuf from version 1.28.1 to 1.33.0 (#515)
  • Update golang.org/x/tools to version v0.18.0 (#513)
  • Update Go tools to version1.21 (#500)
  • Update docker/docker version to v24.0.9 (#508)
  • Resolve vars in error and out commands (#535)
  • Fix parsing of multiline strings (#516)
  • Handle error from osuser.Current (#503)
  • Update text of README.md (#518)

Full Changelog: v1.6.0...v1.7.0

Version 1.6.0

09 Jan 19:52
992aa2c
Compare
Choose a tag to compare

Version 1.6.0

  • Release date: January 9, 2024

What's new in 1.6.0

  • Add product name and description to output (#452)
  • Implement -L for local instances (#483)
  • Default value for -N is now TRUE to match ODBC SQLCMD (#498)
  • Fix formatting for port numbers to not include commas (#489)
  • Update golang.org/x/crypto from 0.14.0 to 0.17.0 (#493)
  • Update github.com/docker/docker from 24.0.6+incompatible to 24.0.7+incompatible (#475)

Full Changelog: v1.5.0...v1.6.0

v1.5.0

26 Oct 20:19
7002492
Compare
Choose a tag to compare

Version 1.5.0

  • Release date: October 26, 2023

What's new in 1.5.0

  • Update Docker from v20.10.24 to v24.0.6 (#472)
  • Update golang.org/x/net from 0.14.0 to 0.17.0 (#469)
  • Localization Improvements (#464, #465, #466, #467)
  • Fix issues with special characters in files (#463)
  • Enhanced handling of extended characters in UTF8 input files (#473)

Full Changelog: v1.4.0...v1.5.0

v1.4.0

18 Sep 20:26
2c2da58
Compare
Choose a tag to compare

Version 1.4.0

  • Release date: September 18, 2023

What's new in 1.4.0

  • Added support changing password on login (#461)
  • Added support for Always Encrypted -g (#457)
  • Added support for -e, -k and enhance -X, -r, -L support (#447)
  • Added support for TDS8 -N (#459)
  • Fixed EXIT parameter being sent as separate batch (#455)

v1.3.0

03 Aug 16:17
ff6d88f
Compare
Choose a tag to compare

Version 1.3.0

  • Release date: August 3, 2023

What's new in 1.3.0

  • Add support for extended chars in SQL instance names (#445)
  • Add support for passing multiple values via space delimited args for -i and -v (#440)
  • Support for longer inputs / larger SQL scripts (#441)
  • Further localization improvements (#444)
  • Improved help text / added instructions for Macs running Apple Silicon (M1/M2) (#375)

v1.2.1

09 Jul 05:49
ad518e3
Compare
Choose a tag to compare

Version 1.2.1

  • Release date: July 8, 2023

What's new in 1.2.1

v1.2.0

30 Jun 18:48
f504ba6
Compare
Choose a tag to compare

Version 1.2.0

  • Release date: June 30, 2023

What's new in 1.2.0

  • Added further flags for ODBC compatibility: -P, -y, and -Y (#369)
  • Miscellaneous ODBC compatibility fixes (#397)
    • Preserve blank lines in the batch
    • Add procedure name to errors when appropriate
    • Stub out -I and -R flags so they are allowed in scripts but have no effect on execution
  • Add errors for mutually exclusive parameters (#388)
  • Use TCP as default protocol (#374)

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)