Skip to content

v3.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Apr 17:02

Compatibility Notes

  • [connectivity] The combination of iss and jwt is now supported when fetching destinations. When both properties are set, the iss property is no longer ignored. (28b7af8)

New Functionalities

  • [connectivity] Add support for authentication type NoAuthentication on-premise destinations. (039412e)
  • [connectivity] Allow combination of iss an jwt when fetching a destination. In this case the iss URL will be used to fetch the destination service token and jwt will be used for the x-user-token header of user based authentication types. (28b7af8)

Fixed Issues

  • [odata-common] Adjust FromJsonType to stricter typings in TypeScript 5. (cc8425a)