Recent Releases of https://github.com/rmosolgo/graphql-ruby
https://github.com/rmosolgo/graphql-ruby - 1.11.12
What's Changed
- [1.11.x] Re-merge changes from 1.11.9, 1.11.10 by @rmosolgo in https://github.com/rmosolgo/graphql-ruby/pull/5284
Full Changelog: https://github.com/rmosolgo/graphql-ruby/compare/v1.11.10...v1.11.12
- Ruby
Published by rmosolgo 8 months ago
https://github.com/rmosolgo/graphql-ruby - v1.11.6
Breaking changes
- FieldExtension: pass extended values instead of originals to
after_resolve#3168
New features
- Accept additional options in
global_id_fieldmacro #3196
Bug fixes
- Use
graphql_nameinUnauthorizedErrordefault 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
RangeAddto use new connections when available #3195
- Ruby
Published by swalkinshaw over 5 years ago
https://github.com/rmosolgo/graphql-ruby - Version 1.11.4
- Ruby
Published by swalkinshaw over 5 years ago
https://github.com/rmosolgo/graphql-ruby - v1.9.11
1.9.11 (29 Aug 2019)
New features
- Add
extrassetter toGraphQL::Schema::Field#2450 - Add extensions in
CoercionError#2431
Bug fixes
- Make
extensionskwarg 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
- Ruby
Published by swalkinshaw over 6 years ago