Azure / azure-cosmosdb-node

We recently announced deprecation of JS v1 SDK and this repo. Starting September 2020 Microsoft will not provide support for this library. Existing applications using library will continue to work as-is. We strongly recommend upgrading to @azure/cosmos library.
https://github.com/Azure/azure-sdk-for-js
MIT License
141 stars 108 forks source link

v1.14 stops me connecting to my Cosmos emulator locally #219

Closed rossvernal closed 6 years ago

rossvernal commented 6 years ago

I get the error:

"Error Invalid API version. Ensure a valid x-ms-version header value is passed"

There is no update to the emulator.

Dropping to 1.13 stops the issue from happening.

srinathnarayanan commented 6 years ago

This SDK version requires the latest version of Azure Cosmos DB Emulator available for download from https://aka.ms/cosmosdb-emulator. We will update the changelog to reflect the same, shortly

rossvernal commented 6 years ago

@srinathnarayanan thanks - that worked. Wish the Cosmos Emulator would auto-update, but that's another question for another day!