Releases: Azure/azure-cosmos-js
Releases · Azure/azure-cosmos-js
2.1.2
2.1.1
Build restructuring. Allows pulling the SDK version at build time.
2.1.0
2.0.5
2.0.0-4 - Beta/Release Candidate 1.1
Updated the readme from 2.0.0-3 with newly published docs
Also completed the removal of a bunch of types we had previously hidden
2.0.0-3 - Beta/Release Candidate 1
First release candidate of the @azure/cosmos JavaScript SDK.
Lots of things have changed from the predecessor documentdb library:
- New object model
- Updated documentation and samples
- Improved types
- Added
createdIfNotExists
for database and container - Added prettier
- Added public CI (Travis and VSTS)
- Added Promise support
- Added token handler option for auth
- typings now emitted from source (moved source to TypeScript)
- Added CosmosClient (DocumentClient removed)
See the samples to get the best sense of all the changes and the new model.