- PR#30 Add union support (@DmitryTsepelev)
- PR#29 Cache result JSON instead of connection objects (@DmitryTsepelev)
- PR#28 Support #keys method for GraphQL::FragmentCache::MemoryStore instance (@reabiliti)
- PR#25 Support fragments with aliases for CacheKeyBuilder (@DmitryTsepelev)
- PR#24 Add nil caching. BREAKING CHANGE: custom cache stores must also implement
#exist?(key)
method (@DmitryTsepelev)
- PR#23 Avoid extra queries after restoring connection from cache (@DmitryTsepelev)
- PR#22 Properly cache entites inside collections (@DmitryTsepelev)
- PR#19 Add connections support (@DmitryTsepelev)
- PR#18 Support aliases in cache key generation (@palkan, @DmitryTsepelev)
- Fix railtie to set up null store for tests (@DmitryTsepelev)
- PR#17 Properly build cache keys based on input arguments (@DmitryTsepelev)
- PR#16 Railtie turns off caching in test environment (@DmitryTsepelev)
- PR#15 Avoid extra resolving when resolved_value is not used for building cache key (@DmitryTsepelev)
- Fix using passed object as a cache key (@palkan)
- Initial version (@DmitryTsepelev, @palkan, @ssnickolay)