DocumentDB for VS Code v0.5 Released! 🚀 #299
Replies: 2 comments
-
Patch Release v0.5.1This patch release addresses a critical issue with connection string parsing, ensuring more reliable connections for Azure Cosmos DB and other services. What's Changed in v0.5.1Improved Connection String Parsing (#314, #316)We've resolved an issue where connection strings containing special characters (e.g., ChangelogSee the full changelog entry for this release: |
Beta Was this translation helpful? Give feedback.
-
Patch Release v0.5.2This patch release introduces API versioning for the DocumentDB extension API and adds support for a new, more robust v0.3.0 API. What's Changed in v0.5.2Updated Migration API for Integrations (#321, #322)This release introduces API versioning for the DocumentDB extension API and adds support for a new, more robust v0.3.0 API. The changes update documentation, interfaces, and implementation to reflect the new API version, including stricter provider registration and context validation. The migration provider workflow and usage examples have been clarified, and deprecated API versions are documented. Additional improvements include dependency updates, better credential handling, and minor localization and client registration changes. ChangelogSee the full changelog entry for this release: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
DocumentDB for VS Code v0.5 Released! 🚀
We are excited to announce the release of DocumentDB for VS Code Extension v0.5.0. This update significantly enhances security and multi-tenant workflows with improved Microsoft Entra ID support for Azure Cosmos DB for MongoDB (vCore), introduces a new "Help and Feedback" view, and delivers several key bug fixes to improve stability and user experience.
This release focuses on empowering developers who work in complex enterprise environments with multiple Azure accounts and tenants.
What's New in v0.5
⭐ Enhanced Microsoft Entra ID Support for Multi-Account and Multi-Tenant Scenarios (#277)
Continuing our focus on enterprise-grade security, we have overhauled our Microsoft Entra ID integration for Azure Cosmos DB for MongoDB (vCore) to fully support multi-account and multi-tenant environments. This enables uninterrupted workflows for developers working across different organizations and directories.
Learn more about Managing Azure Discovery →
⭐ New "Help and Feedback" View (#289)
We've added a new Help and Feedback view to the extension sidebar, providing a central place to access important resources. This view makes it easier than ever to get help, provide feedback, and stay up-to-date with the latest changes.
The new view includes quick links to:
Key Fixes and Improvements
🐛 Password Re-entry on Shell Launch (#285)
Fixed a regression where users with saved credentials were still prompted for a password when launching the shell. The original functionality has been restored.
🛠️ Tenant Information in Service Discovery (#276)
Resolved an issue where the extension would fail to respect the tenant context when interacting with Azure resources from a non-default tenant. The extension now correctly handles tenant information, preventing inconsistent states.
🛠️ Connection Authentication Update (#284)
Corrected a failure that occurred when updating a connection's authentication method from Entra ID to a username/password. The connection now updates and connects successfully.
Changelog
See the full changelog entry for this release:
➡️ CHANGELOG.md#050
Beta Was this translation helpful? Give feedback.
All reactions