Skip to content

2.0.0-3 - Beta/Release Candidate 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@christopheranderson christopheranderson released this 31 Jul 19:53
· 253 commits to master since this release

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.