Skip to content

Releases: microsoft/vscode-cosmosdb

v0.7.0

07 May 22:17
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

Added

  • Mongo

    • CodeLens support for scrapbook
    • Execute all commands in a scrapbook, allowing you to use scrapbooks as scripts
    • Support for ObjectIDs, ISODate, and extended JSON data types in document views
  • SQL

    • View, open, edit and update Stored Procedures
  • Miscellaneous

    • Error messages are now modal
    • Open newly created docs in editor

Changed

  • Moved Azure CosmosDB Explorer to new Azure view container instead of file explorer

Fixed

v0.6.0

10 Apr 20:03
d8c851b
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

Added

  • Mongo

    • mongo.shell.path setting no longer required if shell is in system path
    • Allow mongo.shell.path to be specified in workspace settings as well as user settings
    • No longer asking for an id for new documents
    • Connected database is now persisted between sessions
    • Improvements to scrapbook setup and error handling
  • Azure subscriptions

    • New "filter" button on subscription nodes
    • New "Open in Portal" menu item for subscriptions
  • Miscellaneous

    • New "Report an Issue" button on error dialogs

Fixed

v0.5.1

26 Mar 18:45
Compare
Choose a tag to compare
v0.5.1 Pre-release
Pre-release

Fixed bug: #434

v0.5.0

06 Mar 17:05
c88adad
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

Fixed

Added

  • DocumentDB and Mongo
    • Allow updating documents and collections re-opened from a previous VS Code session
  • Mongo
    • Delete databases

v0.4.0

26 Jan 01:28
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Added

  • Attach to Cosmos DB emulator
  • Run commands from the command palette

Fixed

v0.3.0

15 Dec 23:52
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Added

  • Attach Cosmos DB accounts by connection string
  • Graph:
    • Customize the color and display text of vertices through VS Code settings
    • By default display vertex IDs and labels and choose vertex color based on label
    • Honor current VS Code theme

Fixed

v0.2.2

06 Dec 23:50
b843d9a
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release

Added

  • View, edit, and persist a Mongo collection
  • Edit and persist the result of a Mongo command

v0.2.1

16 Nov 21:58
405a681
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

Fixed

  • Graph bugs fixed
    • Source to target arrows are backwards
    • Side effects from executing a Gremlin query can occur twice
    • Duplicate vertices can show up in graph viewer
    • Query performance improved for large graphs

v0.2.0

10 Nov 22:29
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Added

  • Graph:
    • View/Create/Delete databases and graphs
    • Click on a graph to visualize data
    • Query graph using Gremlin
  • DocumentDB:
    • View/Create/Delete databases, collections, and documents
  • Mongo
    • View documents in the explorer
  • DocumentDB and Mongo:
    • Click on a document to open in the editor
    • Edit a document and persist changes to the cloud

Removed

  • View Mongo documents in 'result.json' by clicking on a collection in the explorer
  • Edit and persist the result of a Mongo scrapbook command

Fixed

v0.1.1

19 Sep 21:08
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

0.1.1 - 2017-09-19

Changed

  • Correctly set version to preview