Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
@apollo_client@3.14.0 source code.tar.gz | 2025-08-21 | 5.2 MB | |
@apollo_client@3.14.0 source code.zip | 2025-08-21 | 5.7 MB | |
README.md | 2025-08-21 | 3.8 kB | |
Totals: 3 Items | 10.9 MB | 0 |
Minor Changes
-
#12752
8b779b4
Thanks @jerelmiller! - Add deprecations and warnings to remaining APIs changed in Apollo Client 4.0. -
#12746
0bcd2f4
Thanks @jerelmiller! - Add warnings and deprecations for options and methods for all React APIs. -
#12751
567cad8
Thanks @jerelmiller! - Add@deprecated
tags to all properties returned from any query API (e.g.client.query
,observableQuery.refetch
, etc.),client.mutate
, andclient.subscribe
that are no longer available in Apollo Client 4.0. -
#12746
0bcd2f4
Thanks @jerelmiller! - AddpreloadQuery.toPromise(queryRef)
as a replacement forqueryRef.toPromise()
.queryRef.toPromise()
has been removed in Apollo Client 4.0 in favor ofpreloadQuery.toPromise
and is now considered deprecated. -
#12736
ea89440
Thanks @jerelmiller! - Add deprecations and deprecation warnings forApolloClient
options and methods. -
#12763
5de6a3d
Thanks @jerelmiller! - Version bump only to release latest asrc
. -
#12459
1c5a031
Thanks @jerelmiller! - ResetaddTypenameTransform
andfragments
caches when callingcache.gc()
only whenresetResultCache
istrue
. -
#12743
92ad409
Thanks @jerelmiller! - Add deprecations and warnings foraddTypename
inInMemoryCache
andMockedProvider
. -
#12743
92ad409
Thanks @jerelmiller! - Add deprecations and warnings forcanonizeResults
. -
#12751
567cad8
Thanks @jerelmiller! - Warn when using astandby
fetch policy withclient.query
.