-
-
Notifications
You must be signed in to change notification settings - Fork 42
/
NEWS
95 lines (55 loc) · 2.15 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
0.2.12 UNRELEASED
0.2.11 2024-03-29
* Various build cleanups/fixes. (Jelmer Vernooij)
* 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 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.