Bug fixes (from CHANGELOG.md
)
-
Fix issue where
loading
remainstrue
afterobserver.refetch
is called repeatedly with different variables when the same data are returned.
@alessbell in #10143 -
Fix race condition where
useFragment_experimental
could receive cache updates before initially callingcache.watch
inuseEffect
.
@benjamn in #10212
What's Changed (auto-generated by GitHub)
- changes install message by @jpvajda in #10149
- oct 2022 roadmap update by @jpvajda in #10161
- Small updates for AS4 by @rkoron007 in #10175
- Various edits to caching docs by @StephenBarlow in #9984
- Use nav nesting and tweak defer article slightly by @StephenBarlow in #10187
- Call
iterateObserversSafely
if vars change between calls toobserver.next
by @alessbell in #10143 - Update docs algolia filters by @trevorblades in #10200
- Fix typo in
NetworkError
by @OliverWales in #10204 - Update apollo-link-rest.md - Add graphql-anywhere to install list by @pfcodes in #10138
- Use custom
config/bundlesize.ts
script to avoidiltorb
dependency, unbreakingnpm install
when using Node.js v19 by @benjamn in #10206 - Experiment with not caching the
~/.npm
directory during Filesize/Tests CircleCI jobs by @benjamn in #10209 - docs: add TypedDocumentNode example by @henryqdineen in #10031
- Update Local Resolvers docs by @bignimbus in #10211
- Remove (deprecated) from Local resolvers doc title by @bignimbus in #10213
- Remaining Local Resolvers wordsmithing by @bignimbus in #10214
- Call
forceUpdate
immediately ifdiff
changes between firstuseFragment
call and firstcache.watch
call by @benjamn in #10212
New Contributors (auto-generated by GitHub)
- @OliverWales made their first contribution in #10204
- @pfcodes made their first contribution in #10138
Full Changelog: v3.7.0...v3.7.1