Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jun 23:05
· 226 commits to main since this release
50a190a

Patch Changes

  • Make "Invalid undefined" warning heuristic smarter and allow for partial optimistic results. Previously, when a partial optimistic result would be passed, a warning would be issued, and in production, fields would be deleted from the cache. Instead, we now only issue a warning if these fields aren't cached already
    Submitted by @kitten (See #3264)
  • Optimistic mutation results should never result in dependent operations being blocked
    Submitted by @kitten (See #3265)