Skip to content

v0.30.0

Latest

Choose a tag to compare

@sevoku sevoku released this 14 Nov 11:25
· 2 commits to rel/0.30 since this release
d7c0dd8

Added

  • Cosmos DB Items inside the Resources Tree will now be opened with the new DocumentTab experience from the Query Editor fixing several issues where it was not possible to change the id or Partition Keys of an item (#2799).

Fixed

  • Fixed an issue where changing Partition Key(s) of an item led to a document validation error making Partition Key changes impossible (#2764, #2787).
  • Special Partition Key values such as None and null will be correctly shown in the Query Editor results, making it easier to identify documents stored on special system partitions (#2787).
  • Fixed authentication flow with challenge-based authentication and Azure mandatory MFA (#2748, #2749).

Changed

  • Removed the Preview flag, this is the first GA release of this extension.
  • Improved PostgreSQL deprecation scenario, selecting a PostgreSQL server from Azure Resources will now navigate to the PostgreSQL extension. If the extension is not installed VS Code will ask to install it (#2800).

Breaking Changes

  • New PostgreSQL connections can not be attached to the Azure Workspace. Creating a new PostgreSQL connection will navigate to the PostgreSQL extension where the new connection can be created (#2804).

Full Changelog: CHANGELOG.md, v0.28.2...v0.30.0