Skip to content

GraphQL Support version 0.15.0

Choose a tag to compare

@zapbot zapbot released this 03 May 15:02
· 5842 commits to main since this release
dfd97f0

Added

  • An informational alert is raised if a GraphQL endpoint that supports introspection is discovered during spidering.

Changed

  • Dependency updates.
  • Improved detection of GraphQl endpoints while spidering.
  • It is no longer a requirement for schema URLs to end with .graphql or .graphqls when importing from the UI.

Fixed

  • Display the whole operation name in the Sites tree (could be missing a character).