Skip to content

Releases: cozy/cozy-client

v51.0.0

07 Nov 08:58
Compare
Choose a tag to compare

51.0.0 (2024-11-07)

Features

BREAKING CHANGES

  • you no longer need cozy-ui as dep for cozy-client usage
  • you must change the import of devtools from import CozyDevtools from 'cozy-client/dist/devtools' to import CozyDevtools from 'cozy-devtools'

v50.4.0

06 Nov 13:00
Compare
Choose a tag to compare

50.4.0 (2024-11-06)

Features

  • FileCollection: Add getAll(), and so Q('io.cozy.files').getByIds() (8463cc4)

v50.3.1

06 Nov 12:08
Compare
Choose a tag to compare

50.3.1 (2024-11-06)

Bug Fixes

  • Set correct type for limitBy() limit argument in DSL (658ec8c)

v50.3.0

06 Nov 09:22
Compare
Choose a tag to compare

50.3.0 (2024-11-06)

Features

  • cozy-pouch-link: Add startReplicationWithDebounce() method (e221a7a)
  • cozy-pouch-link: Add a syncDebounceMaxDelayInMs parameter (9089ffc)

v50.2.0

06 Nov 09:11
Compare
Choose a tag to compare

50.2.0 (2024-11-06)

Features

v50.1.0

04 Nov 15:33
Compare
Choose a tag to compare

50.1.0 (2024-11-04)

Bug Fixes

Features

v50.0.0

24 Oct 13:25
Compare
Choose a tag to compare

50.0.0 (2024-10-24)

Features

BREAKING CHANGES

  • useClientErrors has been removed. You must have cozy-ui >= 112.0.0 and import it from there import { useClientErrors } from 'cozy-ui/transpiled/react/hooks/useClientErrors'

v49.8.0

17 Oct 16:04
Compare
Choose a tag to compare

49.8.0 (2024-10-17)

Features

  • Handle timeout errors for mango queries (aa1018a)

v49.7.1

17 Oct 15:50
Compare
Choose a tag to compare

49.7.1 (2024-10-17)

Bug Fixes

  • mango: Order alphabetically object inside arrays based on 1st key (0e86883)

v49.7.0

17 Oct 15:34
Compare
Choose a tag to compare

49.7.0 (2024-10-17)

Bug Fixes

Features

  • Allow one-shot replication (e65b8ac)