Releases: sabre-io/dav
Releases · sabre-io/dav
Release 4.4.0
4.4.0 (2022-06-27)
- #1396: Include "before" and "after" copy events (@jvillafanez)
- #1404: Fix encoding detection on PHP 8.1 (@come-nc)
Release 4.3.1
4.3.1 (2022-01-20)
- #1385: fix: ensure first argument on strpos is a string (@DeepDiver1975)
Release 4.3.0
4.3.0 (2021-12-14)
- #1284: A more secure and generalized approach for PDO Basic Auth Backend (@lightbluetom)
Release 4.2.3
4.2.3 (2021-12-09)
- #1375: revert 1365 'add params for put interface' (@phil-davis)
Note: the change in #1365 was not strictly backward-compatible (BC). This release reverts that change, so that the 4.2.* patch release series is truly BC.
Release 4.2.2
Release 4.2.1
Release 4.2.0
4.2.0 (2021-11-17)
- #1317: Add primary key to schedulingobjects table in pgsql.calendars.sql example (@perguth)
- #1335: don't remove lock on dir when deleting a child node (@tbsmark86)
- #1341: Add new event "afterCreateCollection" like "afterCreateFile" (@woutersamaey)
- #1344: Fix propfind type of subnodes with depth >= 1 (@n-peugnet)
- #1355: Make sure a {DAV:}prop is not empty (@kesselb)
- #1356: Switch CI to GitHub Actions (@kesselb)
- #1362: Adjust PHPdoc return types (@phil-davis)
- #1354: Fix deprecated usages on PHP 8.1 (@cedric-anne)
Release 4.1.5
4.1.5 (2021-02-12)
- #1322: Fixes for addressbook-query filters (@mstilkerich)
- #1329: Correctly process a POST with no Content-Type specified plus phpstan level 1 (@phil-davis)
Release 4.1.4
Release 4.1.3
4.1.3 (2020-11-09)
- #1306: Return 409 when trying to PUT a file into a non-existent collection