@apollo/client
Advanced tools
Changelog
3.9.5
#11595 8c20955
Thanks @phryneas! - Bumps the dependency rehackt
to 0.0.5
#11592 1133469
Thanks @Stephen2! - Strengthen MockedResponse.newData
type
#11579 1ba2fd9
Thanks @jerelmiller! - Fix issue where partial data is reported to useQuery
when using notifyOnNetworkStatusChange
after it errors while another overlapping query succeeds.
#11579 1ba2fd9
Thanks @jerelmiller! - Fix an issue where a partial cache write for an errored query would result in automatically refetching that query.
#11562 65ab695
Thanks @mspiess! - Mocks with an infinite delay no longer require result or error
Changelog
3.9.4
#11403 b0c4f3a
Thanks @jerelmiller! - Fix issue in useLazyQuery
that results in a double network call when calling the execute function with no arguments after having called it previously with another set of arguments.
#11576 e855d00
Thanks @alessbell! - Revert PR #11202 to fix caching bug reported in #11560