0.2.10 2023-09-04
* Add support for systemd socket activation.
(schnusch, #136, #155)
* Add basic documentation.
(Jelmer Vernooij)
* Use entry points to install xandikos script.
(Jelmer Vernooij, #163)
* ``sync-collection``: handle invalid tokens.
(Jelmer Vernooij)
0.2.8 2022-01-09
0.2.7 2021-12-27
* Add basic XMP property support. (Jelmer Vernooij)
* Add a /health target. (Jelmer Vernooij)
0.2.6 2021-03-20
* Don't listen on TCP port (defautlting to 0.0.0.0) when a UNIX domain socket
is specified. (schnusch, #134)
0.2.5 2021-02-18
* Fix support for uwsgi when environ['wsgi.input'].read() does not
accept a size=None. (Jelmer Vernooij)
0.2.4 2021-02-16
* Wait for entire body to arrive. (Michael Alyn Miller, #129)
0.2.3 2020-07-25
* Fix handling of WSGI - not all versions of start_response take
keyword arguments. (Jelmer Vernooij, #124)
* Add --no-strict option for clients that don't follow
the spec. (Jelmer Vernooij)
* Add basic support for expanding RRULE. (Jelmer Vernooij, #8)
* Add parsing support for CALDAV:schedule-tag property.
(Jelmer Vernooij)
* Fix support for HTTP Expect. (Jelmer Vernooij, #126)
0.2.2 2020-05-14
* Fix use of xandikos.wsgi module in uwsgi. (Jelmer Vernooij)
0.2.1 2020-05-06
* Add missing dependencies in setup.py. (Jelmer Vernooij)
* Fix syntax errors in xandikos/store/vdir.py.
(Unused, but breaks bytecompilation). (Jelmer Vernooij)
0.2.0 2020-05-04
* Fix <calendar-data> subelement filtering. (Jelmer Vernooij)
* Skip non-calendar files for calendar-query operations.
(Jelmer Vernooij, #108)
* Switch to using aiohttp rather than uWSGI.
(Jelmer Vernooij)
* Query component's SUMMARY in ICalendarFile.describe().
(Denis Laxalde)
* Add /metrics support. (Jelmer Vernooij)
* Drop support for Python 3.4, add support for 3.8.
(Jelmer Vernooij)
0.1.0 2019-04-07
Initial release.