Azure Cosmos Js Versions Save

@azure/cosmos has moved to a new repo https://github.com/Azure/azure-sdk-for-js

2.1.2

5 years ago
  • Backport offer fixes from v3 branch (#226)
  • Fix bug in executeNext() type signature (#222)
  • Typo fixes (#206)

2.1.1

5 years ago

Build restructuring. Allows pulling the SDK version at build time.

v2.1.0

5 years ago

New Features

  • Added ChangeFeed support (#196)
  • Added MultiPolygon datatype for indexing (#191)
  • Add "key" property to constructor as alias for masterKey (#202)

Fixes

  • Fix bug where next() was returning incorrect value on iterator

Engineering Improvements

  • Add integration test for typescript consumption (#199)
  • Enable installing directly from github (#194)

2.0.5

5 years ago
  • Mirror node Agent interface. No longer dependent on @types/node (#175)
  • Preferred locations are now properly honored + dev docs improvements (#181)
  • Docs typo fix (#178)
  • Fix Misspelled Method Name (#173)

2.0.0-4

5 years ago

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

5 years ago

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.