Releases: microsoft/vscode-cosmosdb
Releases · microsoft/vscode-cosmosdb
v0.2.1
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
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
0.1.1 - 2017-09-19
Changed
- Correctly set version to preview
v0.1.0
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