Skip to content

Latest commit

 

History

History
447 lines (223 loc) · 24.6 KB

CHANGELOG.md

File metadata and controls

447 lines (223 loc) · 24.6 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

4.10.6 (2024-08-26)

Bug Fixes

4.10.4 (2024-08-22)

Note: Version bump only for package @cognite/sdk-core

4.10.3 (2024-08-20)

Note: Version bump only for package @cognite/sdk-core

4.10.2 (2024-08-19)

Note: Version bump only for package @cognite/sdk-core

4.10.1 (2024-01-22)

Bug Fixes

  • use named parameters for postInParallelWithAutomaticChunking (#1048) (db561d0)

4.10.0 (2023-11-28)

Features

4.9.0 (2023-04-28)

Features

  • core: add optional retryValidator to override the default one (#1005) (a425990)

4.8.3 (2023-04-20)

Bug Fixes

  • core: remove package-lock.json to fix CVE (#1008) (b0ba725)

4.8.2 (2022-11-17)

Note: Version bump only for package @cognite/sdk-core

4.8.1 (2022-09-26)

Bug Fixes

4.8.0 (2022-09-23)

Features

  • allow overriding retry validator at request level (#876) (39807e9)

4.7.0 (2022-09-23)

Features

4.6.7 (2022-09-23)

Bug Fixes

  • ensure response ordering matches request when chunking a request (#893) (77eb797)

4.6.6 (2022-09-12)

Bug Fixes

4.6.5 (2022-09-07)

Bug Fixes

  • make sure sessionKey for adfs is consistent across class instances (#865) (31e0d1e)

4.6.4 (2022-09-07)

Bug Fixes

4.6.3 (2022-09-06)

Bug Fixes

  • removing messages from authentication (#866) (cc61fce)

4.6.2 (2022-08-31)

Bug Fixes

  • adfs login when iframe doesn't work by storing tokens (#864) (c9e1860)

4.6.1 (2022-08-21)

Note: Version bump only for package @cognite/sdk-core

4.6.0 (2022-08-05)

Features

4.5.1 (2022-07-07)

Bug Fixes

4.5.0 (2022-06-17)

Features

4.4.0 (2022-06-09)

Features

4.3.0 (2022-06-02)

Features

  • automatic token management with @cognite/auth-wrapper (#796) (d13c53f)
  • automatic token management with @cognite/auth-wrapper (#814) (d2c3a30)

Reverts

  • Revert "feat: automatic token management with @cognite/auth-wrapper (#796)" (#813) (0a8a61c), closes #796 #813

4.2.0 (2022-05-27)

Features

4.1.7 (2022-05-23)

Bug Fixes

4.1.6 (2022-05-20)

Bug Fixes

4.1.5 (2022-05-20)

Reverts

  • Revert "fix: fixing 401 problem (#800)" (#802) (341b68d), closes #800 #802

4.1.4 (2022-05-19)

Bug Fixes

4.1.3 (2022-05-16)

Bug Fixes

  • fixing missing token when call sdk methods using Promises (#789) (6a6d62a)

4.1.2 (2022-05-13)

Bug Fixes

  • adding @types/geojson to core package (#780) (b8b5715)

4.1.1 (2022-03-01)

Note: Version bump only for package @cognite/sdk-core

4.1.0 (2022-01-10)

Features

  • core: add generic for id, path to aggregate (#726) (b927e24)

4.0.4 (2021-12-21)

Bug Fixes

  • use case-insensitive lookup for http header (#724) (e0f803f)

4.0.3 (2021-12-07)

Bug Fixes

  • retry 429 responses, and fallback to text() if responseHandler fails [BEST-902] (#705) (f02946f)

4.0.2 (2021-10-29)

Note: Version bump only for package @cognite/sdk-core

4.0.1 (2021-10-19)

Bug Fixes

  • core: re-export project name from sdk (#706) (34341f0)

4.0.0 (2021-10-12)

Features

BREAKING CHANGES

  • auth: release v6

re-release (revert reversion) of "feat(core): move authentication out of CogniteClient" #687

This reverts commit 72e1ecb61603e0ac3926124c26f4e009df88f020.

Co-authored-by: Vegard Økland vegard.okland@cognite.com

3.4.1 (2021-10-12)

Bug Fixes

  • release: undo major version release without major version bump (#697) (72e1ecb), closes #687

3.4.0 (2021-10-12)

Features

  • core: move authentication out of CogniteClient (#687) (879ed31)

3.3.0 (2021-10-07)

Features

  • spatial: adds spatial API to playground (#680) (e0b2d1d)

3.2.5 (2021-09-20)

Bug Fixes

3.2.4 (2021-09-03)

Bug Fixes

  • remove test files in published packages (#673) (cf6deae)

3.2.3 (2021-08-20)

Note: Version bump only for package @cognite/sdk-core

3.2.2 (2021-08-11)

Bug Fixes

  • core: headers set by the sdk must respect case insensitive keys (#627) (02703c5)

3.2.1 (2021-08-10)

Bug Fixes

  • core: remove slash suffix from uris [release] (#628) (fe65d57)

3.2.0 (2021-07-21)

Features

  • add custom login flow method [release] (#620) (d99a2aa)

3.1.2 (2021-07-21)

Bug Fixes

3.1.1 (2021-07-21)

Bug Fixes

3.1.0 (2021-07-20)

Features

  • client credentials flow [release] (#607) (28ed890)
  • expose id token of AAD/ADFS/OIDC in one method (#616) (5179796)

3.0.0 (2021-07-15)

Features

  • core: add oidc auth code flow [release] (#587) (0cc44aa)

BREAKING CHANGES

  • core: stop silencing errors from aad

  • core: change loginWithOAuth API signature

2.2.0 (2021-07-14)

Features

  • add api version parameter to BaseCogniteClient [release] (#610) (11aca94)

2.1.4 (2021-06-30)

Reverts

  • Revert "feat!: add client credentials flow (#589)" (#604) (12d65a4), closes #589 #604

2.1.3 (2021-06-30)

Note: Version bump only for package @cognite/sdk-core

2.1.2 (2021-04-26)

Bug Fixes

  • core: don't check if its https if its not a browser [release] (#524) (4ed1528)

2.1.1 (2021-04-13)

Note: Version bump only for package @cognite/sdk-core

2.1.0 (2021-04-08)

Features

2.0.0 (2021-03-25)

Features

  • breaking changes to login with OAuth [release] (#504) (383d7f6)

1.2.2 (2021-03-25)

Bug Fixes

  • revert breaking changes being published as patch (#503) (3b7afd9)

1.2.1 (2021-03-25)

Note: Version bump only for package @cognite/sdk-core

1.2.0 (2021-03-05)

Features

  • aad: use LS state as source of truth (#493) (a03404c)

1.1.0 (2021-03-02)

Features

  • aad-auth: add ability to login using AzureAD auth flow (#487) (4cbadf1)

1.0.6 (2021-03-01)

Bug Fixes

  • allows CDF authentication from localhost via http (#489) (9257972)

1.0.5 (2021-02-26)

Bug Fixes

  • allows CDF authentication from localhost via http (#489) (9257972)

1.0.4 (2020-12-17)

Bug Fixes

  • use granular lodash import (2144d6f)

1.0.3 (2020-11-18)

Bug Fixes

  • files: file upload for browsers in fileApi (#446) (41d2466)

1.0.2 (2020-09-17)

Bug Fixes

1.0.1 (2020-09-10)

Bug Fixes

  • exports from packages, add guide for making derived SDKs (#421) (a3a2eb0)

1.0.0 (2020-08-03)

Bug Fixes

  • core: auto-conversion timestamp to Date (2f06b60)

Features

  • removed AssetClass, AssetList, TimeseriesClass, TimeSeriesList (9315a95)

BREAKING CHANGES

  • core: Raw API doesn't automatically convert timestamp columns to Date objects.

Full list of column names affected: createdTime, lastUpdatedTime, uploadedTime, deletedTime, timestamp, sourceCreatedTime, sourceModifiedTime.

  • Helper classes has been removed:
  • AssetClass
  • AssetList
  • TimeseriesClass
  • TimeSeriesList

Learn more: ./guides/MIGRATION_GUIDE_2xx_3xx.md