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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
[beta] Translate CDS error messages and include additional error properties in GraphQLErrorextensions. Only specific allowed properties are exposed when running in production.
[beta] Option errorFormatter that can be pointed to a function that overwrites the default logic of how CDS errors are formatted before they are added to the GraphQL error response. Please note that this may overwrite sanitization logic that is otherwise applied to error messages in production.
[beta] Logging of errors that occur during query and mutation execution
Changed
Bump required @sap/cds version to >=7.3
Bump required graphql-http version to ^1.18.0
Fixed
Malformed responses for convoluted queries in which parts of results are supposed to be returned multiple times, caused by formatting results in-place