You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
# Change Log
2
2
3
+
## Version 1.19.0
4
+
* Release date: May 24, 2023
5
+
* Release status: GA
6
+
### What's new in 1.19.0
7
+
* Added support for Linux ARM64 runtime - https://github.com/microsoft/vscode-mssql/pull/17639
8
+
* Use preferred username instead of email for Azure accounts - https://github.com/microsoft/vscode-mssql/pull/17606
9
+
* Removed prompt to select tenant when SQL Auth Provider is enabled - https://github.com/microsoft/vscode-mssql/pull/17611
10
+
* Updated msal-node npm package to v1.16.0 - https://github.com/microsoft/vscode-mssql/pull/17605
11
+
* Bug Fixes
12
+
- Added validation for servername before attempting connection https://github.com/microsoft/vscode-mssql/pull/17680
13
+
- Fixed an issue when selecting "Add Azure Account" during profile creation prompts for profile name first https://github.com/microsoft/vscode-mssql/pull/17664
14
+
- Fixed a bug where SQLCMD variables weren't getting JSONified https://github.com/microsoft/vscode-mssql/pull/17683
0 commit comments