Skip to content

Releases: nextcloud/cdav-library

v2.1.1

22 Jul 07:44
v2.1.1
fcb9410

Choose a tag to compare

Changelog

v2.1.1 - 2025-07-22

Fixed

  • Update vulnerable dependencies

v2.1.0

30 May 06:22
v2.1.0
22fa704

Choose a tag to compare

Changelog

v2.1.0 - 2025-05-30

Added

  • Send custom default headers with each request

Fixed

  • Send OPTIONS request to acquire advertised DAV features

v2.0.0

07 May 11:44
v2.0.0
b7dc664

Choose a tag to compare

Changelog

v2.0.0 - 2025-05-07

Breaking changes

  • Removed the ability to pass a custom xhrProvider
  • Removed beforeRequestHandler and afterRequestHandler callbacks from the Request class

Added

  • Pass custom abort signals to instances of the Request class
  • Use @nextcloud/axios for requests (instead of raw XHR code)
  • Migrate testing code to vitest

Fixed

  • Serialize namespaced attributes consistently across browsers
  • Update vulnerable dependencies

New Contributors

Full Changelog: v1.5.3...v2.0.0

v1.5.3

22 Mar 14:57
v1.5.3
9171945

Choose a tag to compare

Changelog

v1.5.3 - 2025-03-22

Fixed

  • Update vulnerable dependencies

v1.5.2

14 Oct 11:19
v1.5.2
473d8d9

Choose a tag to compare

Changelog

v1.5.2 - 2024-10-14

Fixed

  • Update vulnerable dependencies

v1.5.1

17 Jul 16:53
v1.5.1
613626e

Choose a tag to compare

Changelog

v1.5.1 - 2024-07-17

Fixed

  • Fix serialization of schedule-calendar-transp property

v1.5.0

17 Jul 16:50
v1.5.0

Choose a tag to compare

Changelog

v1.5.0 - 2024-07-16

Added

  • Expose scheduling transparency property

Changed

  • Dependency updates

v1.4.0

10 Jun 14:14
v1.4.0
f760e08

Choose a tag to compare

Changelog

v1.4.0 - 2024-06-10

Added

  • Find principal collections
  • Ship an additional ESM bundle

Changed

  • Bundle with vite instead of webpack
  • Dependency updates