Releases: rmosolgo/graphql-ruby
Releases · rmosolgo/graphql-ruby
v1.12.4
v1.12.3
v1.12.2
v1.12.1
v1.12.0
v1.11.7
v1.11.6
Breaking changes
- FieldExtension: pass extended values instead of originals to
after_resolve
#3168
New features
- Accept additional options in
global_id_field
macro #3196
Bug fixes
- Use
graphql_name
inUnauthorizedError
default message (fixes #3174) #3176 - Improve error handling for base 64 decoding (in
UniqueWithinType
) #3179 - Fix
.valid_isolated_input?
on parsed schemas (fixes #3181) #3182 - Fix fields nullability in subscriptions documentation #3194
- Update
RangeAdd
to use new connections when available #3195
v1.11.5
Version 1.11.4
v1.11.4 v1.11.4
v1.9.11
1.9.11 (29 Aug 2019)
New features
Bug fixes
- Make
extensions
kwarg on field on more flexible for extensions with options #2443 - Fix list validation error handling #2441
- Include introspective fields in query depth calculations #2437
- Correct the example for using 'a class method to generate fields' #2435
- Enable multiple execution errors for Fields defined to return a list #2433