Release Notes — Back to Home
We’re pleased to announce DocumentDB for VS Code Extension v0.2.3, a focused maintenance release that addresses key user feedback and modernizes the extension’s foundation. While this is primarily a stability and maintenance update, we’ve included an important connection management enhancement that users have been requesting through feedback.
Based on direct user feedback about managing multiple connections, we’ve introduced smart connection focus behavior that makes working with large connection lists much more intuitive:
This enhancement is particularly valuable for developers managing many database connections, where custom connection names can make it unclear whether a connection already exists. Instead of just showing a generic “connection exists” message, the extension now visually guides you to the exact connection, saving time and reducing confusion.
We’ve updated the connection string parsing logic to better handle complex passwords with special characters. This addresses edge cases where certain password formats could cause connection failures, particularly when using the URL handler for deep-linking scenarios.
We’ve improved the JSON schema handling within our “Collection View” to prevent errors caused by rapid refresh actions. By introducing better request management, we now gracefully handle concurrent schema updates.
This release includes significant updates to the extension’s development foundation:
These improvements ensure the extension remains maintainable and secure while providing a solid foundation for future feature development.
See the full changelog entry for this release: ➡️ CHANGELOG.md#023