DocumentDB for VS Code Extension v0.2.3 Released! 🚀 #206
tnaum-ms
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
DocumentDB for VS Code Extension v0.2.3 Released! 🚀
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.
This release focuses on improving the core experience, making connection management more intuitive and resolving key stability issues to ensure the extension is reliable and secure.
What’s New in v0.2.3
⭐ Smart Connection Focus and Highlighting
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 (#122).
Key Fixes and Foundation Improvements
1️⃣ Enhanced Connection String Handling
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 (#190).
2️⃣ Robust JSON Schema Handling
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 (#202).
3️⃣ Modernized Development Stack
This release includes 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.
📰 Changelog
See the full changelog entry for this release:
➡️ CHANGELOG.md#023
Get Involved
Your feedback is invaluable in helping us improve the extension. If you encounter any issues or have suggestions for new features, please let us know on our GitHub repository. Thank you for your continued support!
Your DocumentDB for VS Code Team
Beta Was this translation helpful? Give feedback.
All reactions