Skip to content

Releases: cognitedata/cognite-sdk-js

V1 in beta!

14 Jun 14:27
Compare
Choose a tag to compare
V1 in beta! Pre-release
Pre-release

Any serious breaking changes are less likely to happen starting from this point forward.

Changes since v2.0.0-alpha.7

  • New way of creating a client instance (new CogniteClient({ ... })). It makes possible to initialize a client instance during your application startup without logging in.
  • Fixed support for automatic request chunking for assets.create() with more than 1000 items
  • datapoints.retrieveLatest() works now
  • Updated interface of CogniteEvent