Releases: microsoft/vscode-cosmosdb
Releases · microsoft/vscode-cosmosdb
v0.12.1
v0.12.0
v0.11.0
Fixed
- Better shell error handling, add mongo.shell.args setting #1101, #1092, #1071, #988, #838, #820
- Increase mongo.shell.timeout default value from 5 to 30 #1115
- Fix document save prompt message #1021
Added
Changed
- Due to a change in the Azure Cosmos DB Emulator, users must explicitly enable the Mongo DB port when starting the emulator. Updated error messages to point to debugging tips at https://aka.ms/AA5zah5. #1137, #1000
v0.10.2
0.10.2 - 2019-05-01
Fixed
- Handle opening resources to use native vscode APIs
- Running the extension in older versions of VS Code
- Report an issue opening a blank webpage due to a large stack frame
v0.10.1
0.10.1 - 2019-03-26
Added
- Wizards are more informative and allow you to redo some steps
Fixed
- Graph views moved from using previewHtml (deprecated) to Webview API
v0.10.0
v0.9.1
Added
- API support for integration with App Service extension
- Multiple documents, collections, or stored procedures can be viewed/edited at once (thanks @tec-goblin)
Fixed
- Refresh button doesn't refresh attached accounts #904
- Some scrapbook parse errors were causing an error alert #959
- Downgrade event-stream version due to event-stream#116
v0.9.0
Added
- Mongo
- Support for ObjectId, ISODate and regular expression (/pattern/flag) syntax in the scrapbook
- Support for method chaining.
- Ability to change timeout for commands in scrapbook
- Support importing documents into CosmosDB and Mongo databases.
- Support for soveriegn clouds
- Support creation of fixed collections and graphs #295 and #504
Fixed
- Collections having two documents of the same id will render properly #588 and #892
- Some UI fixes #576 and #873
- Additional bugs fixed
Thank you
A big thank you to the following contributors that helped make the extension even better!
- Nicolas Kyriazopuolos-Panagiotopoulos @tec-goblin:
- Nguyen Long Nhat @torn4dom4n, for updating our tasks PR#887
EDIT: The vsix for this version has been removed from assets due to event-stream#116
v0.8.0
Added
- Improved scrapbook experience with better error handling. We now highlight errors on the scrapbook as you type!
- See your stored procedures for graph accounts too!
- Document labels in the tree view are now more descriptive.
Fixed
- Scrapbook: can now parse commands with single quotes or no quotes. Examples from the mongo docs should now work when directly pasted.
- Fewer timeout errors on running commands in the emulator.
- We correctly parse collection names with dots
- Invalid database accounts will not prevent the tree from loading
- Additional bugs fixed
v0.7.2
Added
- Support DNS Seedlist Connection Format for mongo connection strings (mongodb+srv://). Thanks @plusn-nuri!