Sourced from graphql's changelog.
2.1.6 (2 Nov 2023)
Breaking Changes
- The parser cache is now opt-in. Add
config.graphql.parser_cache = true
to your Rails environment setup to enable it. #4648New features
- New
ISO8601Duration
scalar #4688Bug fixes
- Trace: fix custom trace mode inheritance #4693
a3a142a
2.1.66441c0f
Merge pull request #4693
from rmosolgo/fix-custom-trace-with-default-base-classc96d95a
pro-1.24.10f2387fb
Merge pull request #4648
from gmcgibbon/cache99a2faa
Fix custom trace mode using default base classdfe9dd1
Make GraphQL parser cache opt-in4fa1b8c
Merge pull request #4689
from soartec-lab/task/add-doc-into-install-genrators8fbf93f
Merge pull request #4691
from zavan/patch-10c7fad0
Fix ActionCable subscriptions channel exampled11509c
Add install generators options that were missing in the
documentation.