You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,20 @@ Changelogs prior to v1.2 follows other formats and are available in the v1.2-rel
14
14
15
15
This project should adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), though some earlier releases may be incompatible with the SemVer standard.
16
16
17
+
## [Unreleased]
18
+
19
+
I'm still working on "compatibility hints". Unfortunately, documentation is still missing. The gist of it:
20
+
21
+
* Use `features: posteo` instead of `url: https://posteo.de:8443/` in the connection configuration.
22
+
* Use `features: nextcloud` and `url: my.nextcloud.provider.eu` instead of `url: https://my.nextcloud.provider.eu/remote.php/dav`
23
+
* The library will work around some known issues dependent on what feature-set it's given.
24
+
25
+
## Added
26
+
27
+
* The client connection parameter `features` may now simply be a string label referencing a well-known server or cloud solution - like `features: posteo`. https://github.com/python-caldav/caldav/pull/561
28
+
* The client connection parameter `url` is no longer needed when referencing a well-known cloud solution. https://github.com/python-caldav/caldav/pull/561
29
+
* The client connection parameter `url` may contain just the domain name (without any slashes) and the URL will be constructed, if referencing a well-known caldav server implementation. https://github.com/python-caldav/caldav/pull/561
30
+
17
31
## [2.1.2] - [2025-11-08]
18
32
19
33
Version 2.1.0 comes without niquests in the dependency file. Version 2.1.2 come with niquests in the dependency file. Also fixed up some minor mistakes in the CHANGELOG.
0 commit comments