- Removed - Swift experimental codegen: The experimental Swift code generation has been removed from
main
and will instead become available in therelease/1.0-alpha-incubating
branch until a 1.0 release. #1873 - Fixed - Query watcher not being called when the cache is updated on an element by another query/subscrition/mutation: The long-term solution is to integrate web sockets into the request chain but this is an interim fix that allows
WebSocketTransport
to be configured with a store to update the cache when receiving data. This should not break any workarounds others have already implemented. #1889, #1892 - Thank you to tgyhlsb for the contribution!