Skip to content

v0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Oct 12:46
· 70 commits to main since this release
b610325

Added

  • [beta] Translate CDS error messages and include additional error properties in GraphQLError extensions. 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