You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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)