File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,20 @@ Version 0.19.0
15
15
- Add "description" and "order" as metadata. These fetch the CalDAV:
16
16
calendar-description, CardDAV:addressbook-description and apple-ns: calendar-order
17
17
properties.
18
- - Add a new " showconfig" status. This prints *some * configuration values as
18
+ - Add a new `` showconfig `` status. This prints *some * configuration values as
19
19
JSON. This is intended to be used by external tools and helpers that interact
20
20
with ``vdirsyncer ``.
21
- - Update TLS-related tests that were failing due to weak MDs.
21
+ - Update TLS-related tests that were failing due to weak MDs. :gh: ` 903 `
22
22
- ``pytest-httpserver `` and ``trustme `` are now required for tests.
23
23
- ``pytest-localserver `` is no longer required for tests.
24
+ - Multithreaded support has been dropped. The ``"--max-workers `` has been removed.
25
+ - A new ``asyncio `` backend is now used. So far, this shows substantial speed
26
+ improvements in ``discovery `` and ``metasync ``, but little change in `sync `.
27
+ This will likely continue improving over time. :gh: `906 `
28
+ - Support for `md5 ` and `sha1 ` certificate fingerprints has been dropped. If
29
+ you're validating certificate fingerprints, use `sha256 ` instead.
30
+ - The ``google `` storage types no longer require ``requests-oauthlib ``, but
31
+ require ``python-aiohttp-oauthlib `` instead.
24
32
25
33
Version 0.18.0
26
34
==============
You can’t perform that action at this time.
0 commit comments