Skip to content

v2.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Nov 08:58

New Functionalities

  • [odata-common] Add getBatchReference() and setBatchId() in request builders to use the batch ID as a reference to an entity in a batch request changeset.
    Batch reference are available in create, delete, getByKey, update and actions/functions request builder. (79e0fe8)
  • [odata-v4, generator] Support parsing and generating OData bound functions and actions in OData v4 (8ea2815)
  • [generator, openapi-generator, generator-common] Generated sources are formatted using prettier with default config. Use the CLI option prettierConfigPath to provide a custom config. (74e1442)

Improvements

  • [odata-common] Change the place where batch ID is generated from on serialization to request creation. (79e0fe8)