Skip to content

Commit 2e23fde

Browse files
chore(main): release 1.11.0
1 parent a185f20 commit 2e23fde

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.10.0"
2+
".": "1.11.0"
33
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
## [1.11.0](https://github.com/microsoft/go-sqlcmd/compare/v1.10.0...v1.11.0) (2026-06-19)
4+
5+
6+
### Features
7+
8+
* add ASCII table query output format ([#609](https://github.com/microsoft/go-sqlcmd/issues/609)) ([91fa9f7](https://github.com/microsoft/go-sqlcmd/commit/91fa9f7b81917913437e6ee3d0c6c6c94ec052bf))
9+
* add devcontainer for VS Code and GitHub Codespaces ([#692](https://github.com/microsoft/go-sqlcmd/issues/692)) ([bdc375d](https://github.com/microsoft/go-sqlcmd/commit/bdc375d32d0eafbdef6392cff5ac1ebc0af24324))
10+
* implement -j raw-errors flag for ODBC sqlcmd compatibility ([#759](https://github.com/microsoft/go-sqlcmd/issues/759)) ([6879335](https://github.com/microsoft/go-sqlcmd/commit/6879335b420c09c27a5749ea0cb353ca42c54b6c))
11+
* remove Azure SQL Edge support ([#680](https://github.com/microsoft/go-sqlcmd/issues/680)) ([24c02ff](https://github.com/microsoft/go-sqlcmd/commit/24c02ff6ed4a234ad9480ea712b944f311655a25))
12+
13+
14+
### Bug Fixes
15+
16+
* reject non-YAML extensions for --sqlconfig flag ([#747](https://github.com/microsoft/go-sqlcmd/issues/747)) ([a185f20](https://github.com/microsoft/go-sqlcmd/commit/a185f203b8d440b536b68a6ba67d50b7e7a67c64))
17+
* use ActiveDirectoryDefault for -G with no username ([#754](https://github.com/microsoft/go-sqlcmd/issues/754)) ([860c66b](https://github.com/microsoft/go-sqlcmd/commit/860c66b5ba63b0ae845b1411a876d869e9a13fa5))
18+
* using ActiveDirectoryServicePrincipalAccessToken does not set password in connection URL ([#756](https://github.com/microsoft/go-sqlcmd/issues/756)) ([d5eb4e7](https://github.com/microsoft/go-sqlcmd/commit/d5eb4e7ed37ebe5711c55e29e4b97a18036e4cb4))

0 commit comments

Comments
 (0)