Skip to content

v1.33.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Dec 14:03

Known Issues

  • [Generator] Using entity type as the parameter of function or action imports is not supported.

Compatibility Notes

  • [Generator] In order to support multi-schema generation, the edmx schema/namespace related types have been extended.
  • [Generator] The deprecated static property _serviceName will not be generated.

New Functionality

  • [Generator] Support parsing of multiple schemas in the edmx service specification.
  • [Util] Add string formatting functions.

Improvements

  • [Generator] Log warnings when generating code for function or action imports with unknown parameters, instead of throwing errors.

Fixed Issues

  • [Destination] Fix the authentication type OAuth2ClientCredentials to keep using the token url from the destination without adding the path /oauth/token to the end.
  • [Destination] Fix OAuth2SAMLBearerAssertion flow for technical users and subscriber account destinations.