Skip to content

v1.0.0-alpha.2

Compare
Choose a tag to compare
@github-actions github-actions released this 20 May 07:55
· 24 commits to main since this release
43800c7
  • The computation of cache keys when multiple key fields are used has changed to avoid potential collisions. Note: this can lead to cache misses after upgrading to this version. (#80)
  • Make SQL cache more robust. (#152)
  • Support simple list cases in FieldPolicyCacheResolver. (#142)
  • Fragments selecting the key fields are now automatically added for union members and interface possible types by the compiler plugin. (#141)
  • Introduce CacheKey.Scope. (#102)