Skip to content

Commit 210aebd

Browse files
chore(main): release 1.11.0
1 parent 2d65028 commit 210aebd

2 files changed

Lines changed: 17 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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
## [1.11.0](https://github.com/microsoft/go-sqlcmd/compare/v1.10.0...v1.11.0) (2026-06-04)
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+
* 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)