Alokai

Change Log

7.0.2

Patch Changes

  • CHANGED Node engines tightened to ^20.10.0 || >=22.14.0 to match the runtime support range for JSON ESM imports with with { type: "json" }.

7.0.1

Patch Changes

  • CHANGED Updated internal dependencies for Yarn 4 compatibility.
  • CHANGED Replaced Rollup with tsdown for @vsf-enterprise and @alokai package builds.

7.0.0

Major Changes

  • CHANGED Updated the package for compatibility with Node.js 22.

Key Updates:

  • Upgraded to the latest version of Node.js 22
  • Updated CI pipelines to use Node.js 22 for consistency.
  • Updated .nvmrc or .node-version files to specify Node.js version 22.14.
  • Upgraded @types/node to version ^22.13.17 for compatibility with the latest Node.js features.

Recommendations:

  • Use Node.js version 22.14.0 or higher for optimal performance, security, and compatibility.
  • While Node.js 20 is technically supported, it is not recommended as it may cause compatibility issues with certain packages and has not been thoroughly tested.

7.0.0-rc.0

Major Changes

  • CHANGED Updated the package for compatibility with Node.js 22.

Key Updates:

  • Upgraded to the latest version of Node.js 22
  • Updated CI pipelines to use Node.js 22 for consistency.
  • Updated .nvmrc or .node-version files to specify Node.js version 22.14.
  • Upgraded @types/node to version ^22.13.17 for compatibility with the latest Node.js features.

Recommendations:

  • Use Node.js version 22.14.0 or higher for optimal performance, security, and compatibility.
  • While Node.js 20 is technically supported, it is not recommended as it may cause compatibility issues with certain packages and has not been thoroughly tested.

6.0.1

Patch Changes

  • CHANGED Update axios to ^1.7.3 to avoid CWE-918

6.0.0

Major Changes

  • CHANGED API client has been regenerated with the version 2.1.1 of SAP Commerce Cloud with Sapcc tag for all operations. Now all its methods are exposed as a part of the SapccApi class.
npx @openapitools/openapi-generator-cli generate -i https://api.c1jvi8hu9a-vsfspzooa1-d1-public.model-t.cc.commerce.ondemand.com/occ/v2/api-docs -g typescript-axios -c config.yaml -o src --skip-validate-spec --openapi-normalizer SET_TAGS_FOR_ALL_OPERATIONS=sapcc

Changes are compatible with the @vsf-enterprise/sapcc-api version ^8.0.0 that introduces a endpoints proxy pattern for the SapccApi class.

6.0.0-rc.0

Major Changes

  • CHANGED API client has been regenerated with the version 2.1.1 of SAP Commerce Cloud with Sapcc tag for all operations. Now all its methods are exposed as a part of the SapccApi class.
npx @openapitools/openapi-generator-cli generate -i https://api.c1jvi8hu9a-vsfspzooa1-d1-public.model-t.cc.commerce.ondemand.com/occ/v2/api-docs -g typescript-axios -c config.yaml -o src --skip-validate-spec --openapi-normalizer SET_TAGS_FOR_ALL_OPERATIONS=sapcc

Changes are compatible with the @vsf-enterprise/sapcc-api version ^8.0.0 that introduces a endpoints proxy pattern for the SapccApi class.

5.0.1

Patch Changes

Update axios to ^0.28.0 to mitigate security vulnerability CVE-2023-45857

5.0.0

Major Changes

  • CHANGED Changed minimum Node version from 16 to 18. The condition that was forcing the Node version to be lower than 19 is also removed.

4.1.0

Minor Changes

  • ADDED getProductsByIds method that allows fetching a list of products by their ids through Alokai-OCC extension.
// Fetching products by their IDs
const products = await sdk.commerce.getProductsByIds({
  ids: ["1992695", "4392695"],
});
// Fetching a product and selecting response fields
const products = await sdk.commerce.getProductsByIds({
  ids: ["1992695", "4392695"],
  fields: "BASIC",
});

4.0.0

Major Changes

  • 8858fa66: Adjust packages to SAP Comerce Cloud v2211.13, as defined by CX template

4.0.0-b2b.0

Major Changes

  • 2841dcb5: Add methods to call SAP Commerce's B2B Orders controller

3.1.0

Minor Changes

  • update packages to be compatibile with node >= 16 < 19

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

1.1.2 (2023-01-24)

Note: Version bump only for package @vsf-enterprise/sap-commerce-webservices-sdk

1.1.1 (2022-11-29)

Bug Fixes

1.1.0 (2022-11-28)

Features

  • in-1396: add release notes to SAP version 1.1.0 - update (#356) (e24e3bd)

1.0.0 (2022-10-06)

Note: Version bump only for package @vsf-enterprise/sap-commerce-webservices-sdk

1.0.0-beta.7 (2022-09-02)

Note: Version bump only for package @vsf-enterprise/sap-commerce-webservices-sdk

1.0.0-beta.6 (2022-09-01)

Note: Version bump only for package @vsf-enterprise/sap-commerce-webservices-sdk

1.0.0-beta.4 (2022-08-31)

Bug Fixes

Features

1.0.0-beta.3 (2022-06-07)

Bug Fixes

Features

1.0.0-beta.2 (2022-02-14)

Bug Fixes

Features

1.0.0-beta.1 (2022-02-09)

Bug Fixes

Features

1.0.0-beta.0 (2022-02-09)

Bug Fixes

Features

1.0.0-alpha.5 (2021-11-05)

Bug Fixes

Features

1.0.0-alpha.4 (2021-11-05)

Bug Fixes

Features

1.0.0-alpha.3 (2021-11-05)

Bug Fixes

Features

1.0.0-alpha.2 (2021-11-05)

Bug Fixes

Features

1.0.0-alpha.1 (2021-11-05)

Bug Fixes

Features

1.0.0-alpha.0 (2021-11-05)

Bug Fixes

Features

On this page