Skip to content

Release 3.24.1

Compare
Choose a tag to compare
@Stranger6667 Stranger6667 released this 22 Jan 21:03
· 290 commits to master since this release
v3.24.1
3964248

A small follow-up patch release that addresses missing override on lazy-loaded schemas and a few GraphQL-related bugs.

馃敡 Changed

  • Cleanup SSL error messages.

馃悰 Fixed

  • Internal error when an unresolvable pointer occurs during data generation.
  • Internal errors when references lead to non-objects.
  • Missing schema.override on schemas created via the from_pytest_fixture loader.
  • Not calling hooks for query / cookies / headers in GraphQL schemas. #1978
  • Inability to access individual operations in GraphQL schema objects. #1976