DocumentDB for VS Code Extension v0.2.4 Released! 🎉 #216
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.4 Released! 🎉
We're pleased to announce DocumentDB for VS Code Extension v0.2.4, a focused update that enhances query capabilities and improves the developer experience based on direct user feedback. This release introduces support for querying with BSON types like
UUID,Date,MinKey, andMaxKey, and ensures these types are displayed correctly throughout the UI.What’s New in v0.2.4
⭐ Enhanced BSON Type Support for Queries and Display
Responding to a user requests, this release introduces robust support for querying and displaying complex BSON data types. This enhancement addresses a critical workflow limitation.
UUID,Date,MinKey, andMaxKey: You can now use constructor-like syntax directly in the find query bar to filter documents based on these BSON types.This feature was fast-tracked thanks to direct customer feedback and unblocks key scenarios for users whose data models rely on UUID-based identifiers or date-based filtering. Further improvements to our query and scrapbook experience are planned as part of our work on shell integration (#66), which is currently scheduled for a future release (0.5.0).
Query Examples
Here are a few examples of how you can use the new query syntax:
$gtoperator:Under the Hood: Foundation Improvements
1️⃣ Modernized Azure Integration
We have migrated our Azure discovery mechanism to use the new
@azure/arm-mongoclusterpackage. This update improves the reliability and performance of discovering Azure Cosmos DB for MongoDB (vCore) and other DocumentDB resources.2️⃣ Automated Release Pipeline
To simplify our release process and enhance security, we have updated our build pipelines to automatically sign the extension. This is a key step towards fully automating our releases to the VS Code Marketplace, ensuring that updates are delivered faster and more securely.
Changelog
See the full changelog entry for this release:
➡️ CHANGELOG.md#024
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