Skip to content

Releases: Azure/azure-cosmos-js

2.1.2

28 Jan 15:23
e95cdbe
Compare
Choose a tag to compare
  • Backport offer fixes from v3 branch (#226)
  • Fix bug in executeNext() type signature (#222)
  • Typo fixes (#206)

2.1.1

28 Jan 15:20
4956e1a
Compare
Choose a tag to compare

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

2.1.0

04 Dec 00:35
Compare
Choose a tag to compare

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

07 Nov 17:03
9fbb861
Compare
Choose a tag to compare
  • 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 - Beta/Release Candidate 1.1

08 Aug 18:40
4d9af8d
Compare
Choose a tag to compare
Pre-release

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

31 Jul 19:53
Compare
Choose a tag to compare
Pre-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.