graphql v2.0.11 Release Notes
Release Date: 2022-06-20 // 7 days ago-
๐ New features
- ๐ Support full unicode range #4090
๐ Bug fixes
- ๐ Subscriptions: support overriding subscriptions in subclasses #4108
- ๐ Schema: support types with duplicate names and cyclical references #4107
- Connections: don't exceed application-applied
LIMIT
withmax_page_size
#4104 - Field: add
Field#relay_nodes_field
config reader #4103 - โ Remove partial
opentelementry
implementation, oops #4086 - โ Remove unused method
Lazy.resolve
Previous changes from v2.0.9
-
๐ New features
- Connections: use
Schema.default_page_size
,Field#default_page_size
, orResolver.default_page_size
when one of them is available and nofirst
orlast
is given #4081 - Tracing: Add
OpenTelementryTracing
#4077
๐ Bug fixes
- Field usage analyzer: don't crash on null input objects #4078
- Complexity: properly handle
ExecutionError
s raised inprepare:
hooks #4079
- Connections: use