apollo-client-devtools
Advanced tools
Changelog
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.Changelog
4.9.0
28140d8
Thanks @jerelmiller! - Introduce rpc utilities to communicate between the extension scripts. Migrate the call to get client data into the devtools to use the rpc utilities.