Releases: microsoft/vscode-cosmosdb
Releases · microsoft/vscode-cosmosdb
v0.13.0
0.13.0 - 2020-05-28
In this release, we're rebranding the Cosmos DB Extension to Azure Databases to expand our database support beyond just Cosmos DB. This release also marks the first new database engine: PostgreSQL with other database engines coming later this year.
Added
- PostgreSQL support
- Create and view PostgreSQL servers, databases, and functions.
- Create, edit, and execute PostgreSQL queries
Fixed
Changed
- Viewing and querying Azure Cosmos DB graphs has been moved to a separate graph-specific extension, vscode-cosmosdbgraph
v0.12.2
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