Releases: cozy/cozy-client
Releases · cozy/cozy-client
v49.6.1
v49.6.0
v49.5.0
v49.4.0
v49.3.1
v49.3.0
v49.2.0
v49.1.1
v49.1.0
v49.0.0
49.0.0 (2024-09-24)
Bug Fixes
- Await for
persistVirtualDocuments
result before finishing request (0a4816c), closes #1486 - Check for Flagship's downloadFile method support before calling it (6f36af5), closes #1518
- cozy-pouch-link: Merge partialFilter into selector on
find
query (102999b), closes /github.com/cozy/cozy-client/commit/7c69838d2962be8f59ada6806d65761dbfe47082#diff-41848dd46551544674c134f359a5d7cddea46dd1e47c21da6814e1d1d585173dR482-R489 - Don't use attributes on HasManyFiles (65a6058)
- Don't use attributes on loadInstanceOptionsFromStack (88633b3)
- Don't use attributes on models/applications (857cc87)
- Don't use attributes on models/instance (ccc197e)
- Don't use attributes on useCapabilities (3425899)
- Don't use attributes on useFetchShortctut (29b96af)
- pouch-link: Add relationships to jsonapi's normalizeDoc (bf6ecb8)
- pouch-link: Make CozyPouchLink use native partial indexes (8777f7e)
- Remove
attributes
andmeta
attributes before persisting docs (a0f2be6), closes /github.com/cozy/cozy-client/pull/1486#discussion_r1713788468
Features
- Add
downloadFile
method infile
model (9c3b2f2) - Add a warning when an indexedField is missing in query selector (29ca22c), closes /github.com/cozy/cozy-client/pull/1506#discussion_r1716484732
- Ensure storageEngine implements correct interface (b70fe5b), closes /github.com/cozy/cozy-client/pull/1483#discussion_r1626141973
- Force _rev for queries with .select fields (15f8dc4), closes #1517 #1486
- Handle queries that fetch Konnectors by channel (374782f), closes cozy/cozy-home#2186
- Implement FlagshipLink (cd9b46c)
- Improve CozyLink typing and add
reset()
method (d2ece7e) - pouch-link: Add links to jsonapi's normalizeDoc (c0fb776)
- pouch-link: Allow to ignore warmup (5e6b843)
- pouch-link: Apply new index naming algorithm on CozyPouchLink (63990b8), closes #1495
- pouch-link: Handle missing selector predicates for indexed values (bc0e444)
- pouch-link: Handle missing selector predicates for sorted values (0169bcb)
- pouch-link: Support empty selector for PouchDB (40ea4c1)
- Rename FlagshipLink to WebFlagshipLink (e06163c)
- Upgrade cozy-intent to
2.23.0
(16965b8), closes cozy/cozy-libs#2562
Reverts
- Remove
cozyFromPouch
guard (43be3e7), closes /github.com/cozy/cozy-client/pull/1486#discussion_r1713802232 - Remove
ignoreWarmup
option (930b9e7), closes /github.com/cozy/cozy-client/pull/1506#discussion_r1716561921
BREAKING CHANGES
- cozy-client now requires cozy-intent >= 2.23.0 (used
for offline support)