You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Renamed RelayStore#update to RelayStore#commitUpdate. RelayStore#commit will be removed in v0.8.0. For an automated codemod that you can use to update your Relay app, visit https://github.com/relayjs/relay-codemod
Replaced RelayTestUtils.unmockRelay(); with require('configureForRelayOSS'); in tests.
Fragment names in printed queries are now less verbose.
Fixed a bug that caused queries to be printed incorrectly.
Eliminated concrete fragment hashes.
Connections now handle repeated edges more gracefully.
Created a new RelayTaskQueue class. Used it to back RelayTaskScheduler.
Reduced memory by only storing paths to container root nodes.
Renamed RelayTaskScheduler#await to RelayTaskScheduler#enqueue.
Fixed a series of memory leaks with a new GC implementation.