Skip to content

v0.7.0

Choose a tag to compare

@tnaum-ms tnaum-ms released this 10 Feb 11:49
· 205 commits to main since this release
e8b0946

New Features

  • Collection Copy and Paste: Adds lightweight data migration to copy collections across databases and connections, with conflict resolution options and throttling-aware batching. #63, #170
  • Connection Folders: Adds folders and subfolders in the Connections view to organize connections, including move/rename/delete workflows. #426

Improvements

  • Accessibility: Improves screen reader announcements, keyboard navigation, and ARIA labeling across Query Insights and document editing. #374, #375, #377, #378, #379, #380, #381, #384, #385
  • Alphabetical Collection Sorting: Sorts collections alphabetically in the tree view. #456, #465
  • Cancellable Imports: Import operations can now be cancelled. #496
  • Collection Paste Feedback: Refreshes collection metadata after paste and improves error reporting for failed writes. #482, #484
  • Collection Paste Validation and Input Trimming Consistency: Fixes inconsistent trimming/validation of user input. #493
  • Connection String Validation: Trims and validates connection string input to avoid empty values. #467
  • Copy Connection String with Password: Adds an option to include the password when copying a connection string. #436
  • Estimated Document Count: Shows an estimated document count for collections in the tree view. #170
  • Import/Export Feedback: Improves user feedback and error handling for import/export operations. #495
  • Query Insights Prompt Hardening: Updates the Query Insights model/prompt and adds additional prompt-injection mitigations. #468
  • Release Notes Notification: Prompts users to view release notes after upgrading to a new major or minor version. #487

Fixes

  • Azure Resources View Expansion: Fixes cluster expansion failures in the Azure Resources view by deriving resource group information from resource IDs. #480
  • Connection String Deduplication: Fixes an issue where connection string parameters were duplicated, ensuring valid connection strings and compliance with specifications. #478
  • Dark Theme Rendering: Fixes unreadable text in some dark themes by respecting theme colors. #457
  • Import from Discovery View: Fixes document import for Azure Cosmos DB for MongoDB (RU) discovery when connection metadata is not yet cached. #368, #479
  • Invalid Query JSON: Shows a clear error when query JSON fails to parse instead of silently using empty objects. #458, #471
  • Keyboard Paste Shortcuts: Restores Ctrl+V/Cmd+V in the Query Editor and Document View by pinning Monaco to 0.52.2. #435, #470
  • Query Insights Markdown Rendering: Restricts AI output formatting to avoid malformed markdown rendering. #428

Security

  • Dependency Updates: Updates qs and express to address security vulnerabilities. #434
  • Webpack Update: Bumps webpack from 5.103.0 to 5.105.0. #494