Skip to content

Releases: microsoft/vscode-mssql

Release 1.18.0

22 Mar 17:22
10ca8af
Compare
Choose a tag to compare

Version 1.18.0

  • Release date: March 22, 2023
  • Release status: GA

What's new in 1.18.0

  • Upgraded AAD Azure account management to support MSAL authentication.
  • Added native MacOS and Windows arm64 support - #17614
  • Added "Group by Schema" to Object Explorer - #17543
  • Add Object Explorer connection timeout setting - #17548
  • Accessibility Fixes
    • Screen Reader is not reading the full information related to the database name - #17204
    • After pressing tab key from "More actions" keyboard focus is going to bottom status bar instead of going to the "messages" dropdown - #17192
    • Message window does not expand and collapse with the help of keyboard and shortcut key - #1687

@microsoft/ads-adal-library v1.0.17

03 Mar 02:35
99b9111
Compare
Choose a tag to compare
Pre-release

Fixes:

  • Fixes bug where incorrect home tenant would be used to acquire access token.

Link to NPM Package

Release 1.17.1

30 Jan 23:32
a3ec84f
Compare
Choose a tag to compare

Version 1.17.1

  • Release date: January 30, 2023
  • Release status: GA

What's new in 1.17.1

Release 1.17.0

25 Jan 18:19
0785708
Compare
Choose a tag to compare

Version 1.17.0

  • Release date: January 25, 2023
  • Release status: GA

What's new in 1.17.0

  • BREAKING CHANGE - Connection Encryption is now Enabled by Default - #17484
    • Moving to Microsoft.Data.SqlClient 5.0.1 dependency with STS Update
    • By default, saved connection profiles will connect with encryption and only accept trusted server certificates. This is a breaking change for some connections and some saved connection profiles may require updates to connect.
    • See https://aka.ms/vscodemssql-connection for more information.
  • Introduced HostNameInCertificate Connection Property.
  • Exposed getServerInfo API to allow Target Platform to be set automatically when creating SQL Projects from database
  • Accessibility Fixes
    • Fixed Screen Reader not reading status of "loading query" - #17451
    • Fixed Screen Reader to announce messages table in a clearer manner - #17450
    • Fixed issue where Results Table was not minimizable with keyboard - #17452

SQL Grammar Fixes & Updates

  • Fix function syntax highlighting including non-function keywords #17462
  • Match "other" keywords last - #17464
  • Syntax Update (Mostly from SQL 2022) - #17465
  • Add SELECT ALL and FULL/NATURAL JOIN syntax to grammar - #17508
    • Special thank you to @hanohrs for their help with this!

@microsoft/ads-adal-library v1.0.16

29 Nov 17:58
5ddbb86
Compare
Choose a tag to compare

Release 1.16.0

24 Aug 17:01
2f9d688
Compare
Choose a tag to compare

Version 1.16.0

  • Release date: August 24, 2022
  • Release status: GA

What's new in 1.16.0

  • Added support for creating Azure Functions with SQL Bindings from Views in the Object Explorer
  • Fixed issues with Integrated authentication in Unix environments #17333

Release 1.15.0

15 Jun 17:28
b4bd019
Compare
Choose a tag to compare

Version 1.15.0

  • Release date: June 15, 2022
  • Release status: GA

What's new in 1.15.0

Release Hotfix 1.14.2

20 May 17:20
f2a6734
Compare
Choose a tag to compare

Version 1.14.2

  • Release date: May 20, 2022
  • Release status: GA

What's new in 1.14.2

  • Adds extension APIs for managing Azure resources

Release Hotfix 1.14.1

22 Apr 21:36
deac3d2
Compare
Choose a tag to compare

Version 1.14.1

  • Release date: April 22, 2022
  • Release status: GA

What's new in 1.14.1

Release 1.14.0

20 Apr 16:43
378f442
Compare
Choose a tag to compare

Version 1.14.0

  • Release date: April 20, 2022
  • Release status: GA

What's new in 1.14.0

  • All SQL bindings functionality released in 1.13 moved to SQL bindings extension in extension pack
  • Fixed connection string generated for SQL bindings on connection to <default> database. #17267
  • Fixed error with heirarchyID data type in results pane. microsoft/sqltoolsservice#1450