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
When executing and building requests with the generic http-client custom request configurations now take precedence over configurations resulting from the given destination. This applies to all http-client related functions: buildHttpRequest, addDestinationToRequestConfig, execute and executeHttpRequest.
New Functionality
Support setting log levels for all loggers globally. Use setGlobalLogLevel('debug') for this. Log levels set individually still take precedence.
Improvements
Increase the information shown on VDM generation and parallelize the file creation process.
Fixed Issues
Fix logging of error messages that were logged as undefined before.
Fix serialization of EDM type Int64 to return a string instead of an instance of BigNumber.
Fix JWT verification to use the url stored in the JKU field of the token's header to fetch the verification key.