Skip to content

Releases: microsoft/vscode-mssql

Release 1.24.0

04 Sep 17:25
44ed942
Compare
Choose a tag to compare

Version 1.24.0

  • Release date: September, 4, 2024
  • Release status: GA

What's new in 1.24.0

  • Fix Query messages lost switching tabs bug
  • Add mssql.enableExperimentalFeatures setting to enable early preview connection, query plan, and table design experiences
  • Fix several accessibility bugs

Release 1.23.0

31 Jul 20:22
ddd7b9a
Compare
Choose a tag to compare

Version 1.23.0

  • Release date: July, 31, 2024
  • Release status: GA

What's new in 1.23.0

Release 1.22.1

10 Jan 23:43
d3ddeb4
Compare
Choose a tag to compare

Version 1.22.1

  • Release date: January, 10, 2024
  • Release status: GA

What's new in 1.22.1

Release 1.22.0

08 Nov 18:30
a07f3b9
Compare
Choose a tag to compare

Version 1.22.0

  • Release date: November 8, 2023
  • Release status: GA

What's new in 1.22.0

  • Azure Active Directory (Azure AD) is renamed to Entra Id - #17824

  • Added command for clearing Azure token cache - #17807

  • Added support for setting Firewall rule name in firewall rule - #17803

  • Removed Azure tenant config filter setting - #17798

  • Bug Fixes:

    • Fixed Firewall Rule creation issues when prompted - #17607
    • Fixed proxy error 502 when downloading Sql Tools Service - #17772
    • Fixed an issue where connection profile could not be saved after enabling trust server certificate #17805

Release 1.21.0

20 Sep 17:29
25c066e
Compare
Choose a tag to compare

Version 1.21.0

  • Release date: September 20, 2023
  • Release status: GA

What's new in 1.21.0

  • Enabled connection pooling by default and added command support to clear pooled connections - #17786
  • Added setting to configure maxCharsToStore to allow reading large data strings - #1052
  • Bug Fixes
    • Fixed status bar to show correct 'Encryption' option for connection - #17671

Release 1.20.1

07 Aug 17:24
a058060
Compare
Choose a tag to compare

Version 1.20.1

  • Release date: August 7, 2023
  • Release status: GA

What's new in 1.20.1

  • Fixed an issue with not being able to download the SQL Tools Service Component in a proxy-enabled environment (#17755)

Release 1.20.0

26 Jul 17:23
688db79
Compare
Choose a tag to compare

Version 1.20.0

  • Release date: July 26, 2023
  • Release status: GA

What's new in 1.20.0

  • Added new setting to support enabling connection pooling for performance improvement - #17733
  • Bug Fixes:
    • Fixed issue where creating connection with connection string would fail - #17737
    • Fixed issue where Copy actions wouldn't work on Data Grid cells - #17722
    • Added missing DB Create syntax keyword colorization - #17732
    • Improved connection description when selecting connection from quick pick - #17737
    • Fixed authentication issue where user account could not be found in MSAL Cache in Linux - #17747

Release 1.19.1

05 Jun 17:28
dda43f1
Compare
Choose a tag to compare

Version 1.19.1

  • Release date: June 5, 2023
  • Release status: GA

What's new in 1.19.1

Release 1.19.0

24 May 17:22
7ad521f
Compare
Choose a tag to compare

Version 1.19.0

  • Release date: May 24, 2023
  • Release status: GA

What's new in 1.19.0

  • Added support for Linux ARM64 runtime - #17639
  • Use preferred username instead of email for Azure accounts - #17606
  • Removed prompt to select tenant when SQL Auth Provider is enabled - #17611
  • Updated msal-node npm package to v1.16.0 - #17605
  • Bug Fixes
    • Added validation for servername before attempting connection #17680
    • Fixed an issue when selecting "Add Azure Account" during profile creation prompts for profile name first #17664
    • Fixed a bug where SQLCMD variables weren't getting JSONified #17683

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