0.2.12	UNRELEASED

0.2.11	2024-03-29

 * Various build cleanups/fixes. (Jelmer Vernooĳ)

 * Add multi-arch docker builds. (Maya)

 * do not listen on default address if systemd sockets (schnusch)

 * Use correct port in kubernetes to not conflict with the metrics port (Marcel, #286)

0.2.10	2023-09-04

 * Add support for systemd socket activation.
   (schnusch, #136, #155)

 * Add basic documentation.
   (Jelmer Vernooĳ)

 * Use entry points to install xandikos script.
   (Jelmer Vernooĳ, #163)

 * ``sync-collection``: handle invalid tokens.
   (Jelmer Vernooĳ)

0.2.8	2022-01-09

0.2.7	2021-12-27

 * Add basic XMP property support. (Jelmer Vernooĳ)

 * Add a /health target. (Jelmer Vernooĳ)

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 Vernooĳ)

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 Vernooĳ, #124)

 * Add --no-strict option for clients that don't follow
   the spec. (Jelmer Vernooĳ)

 * Add basic support for expanding RRULE. (Jelmer Vernooĳ, #8)

 * Add parsing support for CALDAV:schedule-tag property.
   (Jelmer Vernooĳ)

 * Fix support for HTTP Expect. (Jelmer Vernooĳ, #126)

0.2.2	2020-05-14

 * Fix use of xandikos.wsgi module in uwsgi. (Jelmer Vernooĳ)

0.2.1	2020-05-06

 * Add missing dependencies in setup.py. (Jelmer Vernooĳ)

 * Fix syntax errors in xandikos/store/vdir.py.
   (Unused, but breaks bytecompilation). (Jelmer Vernooĳ)

0.2.0	2020-05-04

 * Fix <calendar-data> subelement filtering. (Jelmer Vernooĳ)

 * Skip non-calendar files for calendar-query operations.
   (Jelmer Vernooĳ, #108)

 * Switch to using aiohttp rather than uWSGI.
   (Jelmer Vernooĳ)

 * Query component's SUMMARY in ICalendarFile.describe().
   (Denis Laxalde)

 * Add /metrics support. (Jelmer Vernooĳ)

 * Drop support for Python 3.4, add support for 3.8.
   (Jelmer Vernooĳ)

0.1.0	2019-04-07

Initial release.
