apollo-client-devtools
Advanced tools
Changelog
4.11.6
0d851a2
Thanks @github-actions! - add error codes for new Apollo Client versionChangelog
4.11.4
4a60d00
Thanks @github-actions! - add error codes for new Apollo Client versionChangelog
4.11.3
4a1fd6a
Thanks @github-actions! - add error codes for new Apollo Client versionChangelog
4.11.1
df0d242
Thanks @jerelmiller! - Fix issue where terminating the client by calling .stop
would not disconnect it from devtools making it difficult to track newly created clients.Changelog
4.9.1
e886145
Thanks @jerelmiller! - Fix issue with error serialization when sending an error back through the message passing system. Unfortunately the raw error instance was lost in this process. This fix retains the error message when sending error messages in rpc calls.