Skip to content

Releases: commercetools/commercetools-sdk-typescript

@commercetools/[email protected]

10 Jan 13:35
a83c07c
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@commercetools/[email protected]

10 Jan 13:35
a83c07c
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@commercetools/[email protected]

06 Jan 01:31
832e12d
Compare
Choose a tag to compare

Patch Changes

  • #159 1d0d397 Thanks @ajimae! - Remove sdk-client-v2 from devDependency and make it a direct dependency, remove old node.js client completely.

@commercetools/[email protected]

06 Jan 11:00
f39e0ca
Compare
Choose a tag to compare

Patch Changes

  • #161 f28520f Thanks @ajimae! - Restructure dependencies, remove sdk-client-v2 from devDependencies into dependencies.

@commercetools/[email protected]

06 Jan 11:00
f39e0ca
Compare
Choose a tag to compare

Patch Changes

  • #161 f28520f Thanks @ajimae! - Restructure dependencies, remove sdk-client-v2 from devDependencies into dependencies.

@commercetools/[email protected]

06 Jan 11:00
f39e0ca
Compare
Choose a tag to compare

Patch Changes

  • #161 f28520f Thanks @ajimae! - Restructure dependencies, remove sdk-client-v2 from devDependencies into dependencies.

@commercetools/[email protected]

04 Jan 12:24
63c7fb5
Compare
Choose a tag to compare

Major Changes

Changelog

We released the @commercetools/sdk-client-v2 package and added it as the new default HTTP client. The package is written in typescript. It comes with the necessary middlewares (sdk-auth, sdk-logger, ...) to talk to the commercetools API and it exposes the following class and functions which can be directly imported from the sdk-client-v2

Class

- ClientBuilder

Functions

- createClient
- getErrorByCode
- createAuthForAnonymousSessionFlow
- createAuthForClientCredentialsFlow
- createAuthWithExistingToken 
- createAuthForPasswordFlow
- createAuthForRefreshTokenFlow 
- createCorrelationIdMiddleware 
- createHttpClient 
- createLoggerMiddleware 
- createQueueMiddleware 
- createUserAgentMiddleware

Note that the names of some functions have changed from what we use to have in the previous version.

@commercetools/[email protected]

04 Jan 12:24
63c7fb5
Compare
Choose a tag to compare

Major Changes

@commercetools/[email protected]

04 Jan 12:24
63c7fb5
Compare
Choose a tag to compare

Major Changes

@commercetools/[email protected]

04 Jan 12:24
63c7fb5
Compare
Choose a tag to compare

Major Changes