Skip to content

Releases: cozy/cozy-client

v59.4.0

15 Jul 10:09
Compare
Choose a tag to compare

59.4.0 (2025-07-15)

Features

  • Add shared_docs parameter (24a2825)

v59.3.0

03 Jul 05:40
Compare
Choose a tag to compare

59.3.0 (2025-07-03)

Features

  • Add a method to fetch shared drives (04d18b4)

v59.2.0

02 Jul 07:11
Compare
Choose a tag to compare

59.2.0 (2025-07-02)

Features

  • Add helper for debug flag (737bbc4)

v59.1.1

01 Jul 09:34
Compare
Choose a tag to compare

59.1.1 (2025-07-01)

Bug Fixes

  • Filter missing documents from store (180af2c)

v59.1.0

27 Jun 16:36
Compare
Choose a tag to compare

59.1.0 (2025-06-27)

Features

  • Support multiple create and delete (3d0a136)

v59.0.0

27 Jun 09:06
Compare
Choose a tag to compare

59.0.0 (2025-06-27)

Bug Fixes

  • Normalize data for trash-related methods (754c45c)

BREAKING CHANGES

  • if you were relying on deleteFilePermanently, take care
    of handling the data attribute at the root of the response.
    For example:
const result = fileCollection.deleteFilePermanently() // old
const { data: result } = fileCollection.deleteFilePermanently() // new

v58.5.0

13 Jun 17:32
Compare
Choose a tag to compare

58.5.0 (2025-06-13)

Features

  • Add doctypes model and fetch function (f115786)

v58.4.0

12 Jun 16:43
Compare
Choose a tag to compare

58.4.0 (2025-06-12)

Bug Fixes

  • Do not throw when file content is defined but empty (1d0e99e)

Features

v58.3.1

11 Jun 13:42
Compare
Choose a tag to compare

58.3.1 (2025-06-11)

Note: Version bump only for package cozy-client

v58.3.0

22 May 13:09
Compare
Choose a tag to compare

58.3.0 (2025-05-22)

Features

  • Implement new urlHelper.registrationDetails(url) method (b1ce699)
  • Rename registrationDetails() to fetchRegistrationDetails() (e830537)
  • Use Prelogin API instead of well-known URL in rootCozyUrl() (e646cfc)