Compatibility Notes
- Due to the intoroduced validation for destination configurations, destinations of type
HTTP
are expected to contain aurl
orURL
property. Note that when retrieving a destination from thedestinations
environment variable, all destinations are validated. This validation applies even to destinations that are not read.
Improvements
- Introduce validation for destinations retrieved from environment variable or destination service.
- Allow configuring the
destinations
environment variable with the same property keys as known from the destination service on SAP Cloud Platform, e.g. nowURL
is considered valid in addition to previously onlyurl
.
Fixed Issues
- Fix ordering for complex properties including nested complex properties.
- Fix the generator crashing for services containing function imports without a return type.
- Fix the destination processing so that the user can set
PrincipalPropagation
as authentication scheme for on-premises connectivity.