Skip to content

Releases: microsoft/vscode-cosmosdb

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

v0.1.0

19 Sep 17:30
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

0.1.0 - 2017-09-19

Added

  • Cosmos DB UI component (sash)
  • Connect to local MongoDB
  • Create Cosmos DB (with MongoDB adaptor)
  • Connect to Cosmos DB via MongoDB adaptor
  • Command to launch the mongo shell
  • Rich MongoDB intellisense in scrapbooks