Skip to content

14.0.0b1

Pre-release
Pre-release
Compare
Choose a tag to compare
@mvantellingen mvantellingen released this 09 Feb 11:14
· 127 commits to main since this release

We moved our code generation to the code generation tool from Commercetools,
see https://github.com/commercetools/rmf-codegen

Reason for this is two-fold:

  1. We can now generate the code for the imporapi and the ml api
    specifications next to the platform sdk.
  2. It makes it easier for us to keep the code generation in sync with
    changes to the API specification.

The major difference is that it now also use the request builder pattern,
matching the SDK's for the other languages (e.g. TypeScript).

The package is backwards compatible for now, although deprecation warnings are
shown.