sabre/dav v2.1.0-alpha2 Release Notes

Release Date: 2014-10-23 // over 9 years ago
    • ➕ Added: calendar-user-address-set to default principal search properties list. This should fix iOS attendee autocomplete support.
    • 🔄 Changed: Moved all 'notifications' functionality from Sabre\CalDAV\Plugin to a new plugin: Sabre\CalDAV\Notifications\Plugin. If you want to use notifications-related functionality, just add this plugin.
    • 🔄 Changed: Accessing the caldav inbox, outbox or notification collection no longer triggers getCalendarsForUser() on backends.
    • #533: New invites are no longer delivered to taks-only calendars.
    • #538: Added calendarObjectChange event.
    • ⏱ Scheduling speedups.
    • #539: added afterResponse event. (@joserobleda)
    • 🗄 Deprecated: All the "tableName" constructor arguments for all the PDO backends are now deprecated. They still work, but will be removed in the next major sabredav version. Every argument that is now deprecated can now be accessed as a public property on the respective backends.
    • ⏱ #529: Added getCalendarObjectByUID to PDO backend, speeding up scheduling operations on large calendars.
    • 🚀 The zip release ships with [sabre/vobject 3.3.3][vobj], [sabre/http 3.0.2][http], and [sabre/event 2.0.1][evnt].