sabre/dav 3.0.8 released
We just released sabre/dav 3.0.8. This release contains the following changes:
- A small issue with cleaning up sync logs after deleting addressbooks. This could potentially cause a carddav client to miss an update.
- A fix for supporting non-seekable streams, for those that have custom
IFile
implementations with non-seekable streams. - Faster XML parsing and generating.
Upgrade sabre/dav by running:
composer update sabre/dav
Or download the zip from the releases page.
Full changelog can be found on Github