Releases: microsoft/go-sqlcmd
Releases · microsoft/go-sqlcmd
v1.1.0
Version 1.1.0
- Release date: June 1, 2023
What's new in 1.1.0
v1.0.0
v0.15.4
v0.15.3
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
v0.15.1
v0.15.0
What's Changed
- Various fixes from early testing @stuartpa #253
- Bump golang.org/x/net from 0.0.0-20221014081412-f15817d10f9b to 0.7.0 by @dependabot in #251
- Fix @Version typo by @apoorvdeshmukh in #258
- Adding compressed binary to build by @JyotikaGargg in #260
- use tcp before np by @shueybubbles in #250
- Establish conn to current-context if no args given by @apoorvdeshmukh in #261
Full Changelog: v0.14.0...v0.15.0
v0.14.0
v0.13.0
What's Changed
- Add named pipes and shared memory connections by @shueybubbles in #188
- Round out the
sqlcmd {install|create}
scenario, add --using flag, andsqlcmd open ads
by @stuartpa in #205
Full Changelog: v0.12.0...v0.13.0