diff options
author | Tobias Brox <tobias@redpill-linpro.com> | 2022-05-06 13:34:21 +0200 |
---|---|---|
committer | Tobias Brox <tobias@redpill-linpro.com> | 2022-05-06 13:34:21 +0200 |
commit | ea4fb0845343436fd5f4cb65852ee1437505ae58 (patch) | |
tree | f5eb36f76d888673a7f608e86fa0ca416716e3c6 | |
parent | 7bdb32498582477a8b8bd45a871d441711356903 (diff) | |
download | python-caldav-master.zip |
the changelog was referencing the wrong home assistant issue reports, and the section describing refactoring work was not updated after I found that the work done in 0.8.2 was brokenmaster
-rw-r--r-- | changelog-0.9.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/changelog-0.9.md b/changelog-0.9.md index 068255f..1a11ab1 100644 --- a/changelog-0.9.md +++ b/changelog-0.9.md @@ -14,7 +14,7 @@ Credits: @Sigmun @neonfighter28 ## Refactoring -The digest vs basic auth is solved a bit differently in 0.8.2 and 0.9. It has been fixed very carefully but inelegantly in 0.8.2, 0.9 contains a complete rewrite. +The digest vs basic auth is solved a bit differently in 0.8.2 and 0.9. It has been fixed very carefully but inelegantly in 0.8.2, 0.9 contains a complete rewrite. It was later shown that the logic in 0.8.2 broke for some servers, hence I've decided to discontinue support for the 0.8-branch. Github issues: https://github.com/python-caldav/caldav/issues/158 @@ -22,6 +22,10 @@ Commits: 1366e4e503180e10696f99ede6c2526451c7acab b3bde1c0e79d850acd5fa0615d3fbf ## Bugfixes and test framework +This release does not fix a reported regression at https://github.com/home-assistant/core/issues/65588 (and probably some other places) that iCloud caldav URLs pointing directly to a calendar won't work. I'm not sure if this is a regression in the caldav library or in Home Assistant. I've written up test code to catch this issue, but didn't have an iCloud account available to test with while releasing. + +This release does not fix a reported possible regression in Home Assistant that public ICS feeds does not work anymore as the "caldav URL". I don't think such an URL ever was working with the caldav library, I believe it's needed with some extra logic in the Home Assistant module if public ics feeds are to be supported. (issues https://github.com/home-assistant/core/issues/70205 https://github.com/home-assistant/core/issues/65941) + * Quite some problems fixed with the authentication code * The string representation of any error class was hardcoded as "AuthorizationError". * Concatinating an empty unicode string with an empty byte string will cause an exception. The python_utilities.to_wire method would return an empty unicode string if given an empty unicode string. @@ -33,7 +37,7 @@ Commits: 1366e4e503180e10696f99ede6c2526451c7acab b3bde1c0e79d850acd5fa0615d3fbf * tests: working around some issues on xandrikos startup, allows newer xandrikos version to be used * tests: added flag "enable" in the test server config file -Github issues: https://github.com/python-caldav/caldav/issues/163 https://github.com/python-caldav/caldav/issues/164 https://github.com/python-caldav/caldav/issues/165 https://github.com/python-caldav/caldav/issues/166 https://github.com/python-caldav/caldav/issues/168 https://github.com/python-caldav/caldav/issues/169 https://github.com/python-caldav/caldav/issues/171 https://github.com/python-caldav/caldav/pull/176 https://github.com/python-caldav/caldav/pull/178 https://github.com/home-assistant/core/issues/65941 https://github.com/home-assistant/core/issues/65588 and many other issues on the home-assistant project +Github issues: https://github.com/python-caldav/caldav/issues/163 https://github.com/python-caldav/caldav/issues/164 https://github.com/python-caldav/caldav/issues/165 https://github.com/python-caldav/caldav/issues/166 https://github.com/python-caldav/caldav/issues/168 https://github.com/python-caldav/caldav/issues/169 https://github.com/python-caldav/caldav/issues/171 https://github.com/python-caldav/caldav/pull/176 https://github.com/python-caldav/caldav/pull/178 https://github.com/home-assistant/core/issues/67330 https://github.com/home-assistant/core/issues/71048 https://github.com/home-assistant/core/issues/65804 Commits: eb708a9 232acdd 509b4f01 67e47bc 29e2dd3 bafa810 dd26017 1de95ce1f ce89561bf 9aa31802 872232 52870b10 fa55194457a6f4 266a822e77 ce7c20527034f1 53da5d86c9cb 1d63ea77 4628bbc |