Skip to content

Ariadne 0.22

Compare
Choose a tag to compare
@rafalp rafalp released this 31 Jan 15:58
· 97 commits to main since this release
fdbfb1a

Changelog

  • Deprecated EnumType.bind_to_default_values method. It will be removed in a future release.
  • Added repair_schema_default_enum_values to public API.
  • Removed validate_schema_enum_values and introduced validate_schema_default_enum_values in its place. This is a breaking change.
  • Fixed an invalid error message returned by the GraphQLTransportWSHandler for query and mutation operations.