- PR#79 Deprecate old ruby and gql versions (@DmitryTsepelev)
- PR#78 Migrate CompiledQueries instrumentation to tracer (@DmitryTsepelev)
- PR#77 Fix serialization of Document (broken by this change) (@DmitryTsepelev)
- PR#73 Use trace_with instead of instrument for modern versions of graphql (@DmitryTsepelev)
- PR#62 Fix double hashing of keys in case of redis_with_local_cache_store adapter (@mpospelov)
- PR#62 Drop tracers= implementation as it's no longer valid (@mpospelov)
- PR#60 Handle situations when prepare_ast happens before instrumentation (@DmitryTsepelev)
- PR#57 Refactor code to use instrumentation instead of a monkey patch, deprecate graphql-ruby 1.10 and 1.11 (@DmitryTsepelev)
- PR#56 Support graphql-ruby 2.0.14 (@DmitryTsepelev)
- PR#53 Support graphql-ruby 2.0.0 (@DmitryTsepelev)
- PR#52 Drop Ruby 2.5 support, add Ruby 3.0 (@DmitryTsepelev)
- PR#51 Drop Ruby 2.3 and 2.4 support (@DmitryTsepelev)
- PR#47 Properly initialize memory adapter inside RedisWithLocalCacheStoreAdapter (@DmitryTsepelev)
- PR#43 Properly handle configuration when schema is inherited (@DmitryTsepelev)
- PR#44 Deprecate graphql-ruby 1.8 and 1.9 (@DmitryTsepelev)
- PR#39 Implement compiled queries (@DmitryTsepelev)
- PR#36 Support Ruby 2.7.0 (@DmitryTsepelev)
- PR#30 BREAKING CHANGE Move extenstions to the query context (@DmitryTsepelev)
- PR#33 Support AST analyzers (@DmitryTsepelev)
- PR#26 Add Memcached store (@JanStevens)
- PR#24 Add multiplex support (@DmitryTsepelev)
- PR#23 Adapter for Redis-backed in-memory store (@bmorton)
- PR#22 Add
verify_http_method
option restricting mutations to be performed viaGET
requests (@DmitryTsepelev)
- PR#17 Allow an optional custom error handler so that implementors can control failure scenarios when query resolution fails (@bmorton)
- PR#13 Support
graphql-ruby
1.10 (@DmitryTsepelev)
- PR#7 Improved Redis configuration – added
Proc
andConnectionPool
support (@DmitryTsepelev)
- Initial version (@DmitryTsepelev)