-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update dependency caldav to v1.4.0 #283
Open
renovate
wants to merge
2
commits into
main
Choose a base branch
from
renovate/caldav-1.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/caldav-1.x
branch
4 times, most recently
from
August 16, 2024 17:38
88576ab
to
29c09e3
Compare
renovate
bot
force-pushed
the
renovate/caldav-1.x
branch
3 times, most recently
from
August 23, 2024 12:57
870c96a
to
3ddf23a
Compare
renovate
bot
force-pushed
the
renovate/caldav-1.x
branch
9 times, most recently
from
September 9, 2024 18:53
a21fad9
to
65046b6
Compare
renovate
bot
force-pushed
the
renovate/caldav-1.x
branch
2 times, most recently
from
September 17, 2024 11:29
46a4786
to
bedffae
Compare
renovate
bot
force-pushed
the
renovate/caldav-1.x
branch
8 times, most recently
from
October 3, 2024 09:09
2581d8e
to
6b0e0ce
Compare
renovate
bot
force-pushed
the
renovate/caldav-1.x
branch
2 times, most recently
from
October 9, 2024 17:05
9709ad4
to
36873f3
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #283 +/- ##
=======================================
Coverage 94.68% 94.68%
=======================================
Files 46 46
Lines 5364 5364
=======================================
Hits 5079 5079
Misses 285 285 |
renovate
bot
force-pushed
the
renovate/caldav-1.x
branch
from
October 9, 2024 17:37
36873f3
to
d243be0
Compare
renovate
bot
force-pushed
the
renovate/caldav-1.x
branch
from
October 15, 2024 07:58
d243be0
to
287231b
Compare
renovate
bot
force-pushed
the
renovate/caldav-1.x
branch
from
October 24, 2024 18:43
287231b
to
67b1818
Compare
renovate
bot
changed the title
chore(deps): update dependency caldav to v1.3.9
fix(deps): update dependency caldav to v1.3.9
Oct 28, 2024
renovate
bot
force-pushed
the
renovate/caldav-1.x
branch
from
October 31, 2024 10:06
67b1818
to
1928c5b
Compare
renovate
bot
force-pushed
the
renovate/caldav-1.x
branch
from
November 5, 2024 15:14
1928c5b
to
a6f5b03
Compare
renovate
bot
changed the title
fix(deps): update dependency caldav to v1.3.9
fix(deps): update dependency caldav to v1.4.0
Nov 5, 2024
for more information, see https://pre-commit.ci
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==1.3.6
->==1.4.0
Release Notes
python-caldav/caldav (caldav)
v1.4.0
Compare Source
Fixed
accept_invite
-method not working - https://github.com/python-caldav/caldav/pull/403get_duration
: make sure the algorithm doesn't raise an exception comparing dates with timestamps - https://github.com/python-caldav/caldav/pull/381set_due
: make sure the algorithm doesn't raise an exception comparing naive timestamps with timezone timestamps - https://github.com/python-caldav/caldav/pull/381expand
-flag to thesearch
-method. Fixed that it loads regardless of weatherexpand
is set or not. Also in https://github.com/python-caldav/caldav/pull/366Changed
search
a bit, now all data from the server not containing a VEVENT, VTODO or VJOURNAL will be thrown away. I believe this won't cause any problems for anyone, as the server should only deliver such components, but I may be wrong.Mozilla/5
topython-caldav/{__version__}
- https://github.com/python-caldav/caldav/pull/392Added
tests/compatibility_issues.py
expand
should be done on the server side or client side. Default is as before, expanding on server side, then on the client side if unexpanded data is returned. It was found that some servers does expanding, but does not addRECURRENCE-ID
. https://github.com/python-caldav/caldav/pull/447Security
The debug information gathering hook has been in the limbo for a long time, due to security concerns:
Thinking it through three times, I'm not too concerned - if someone has access to alter the environment the process is running under and access to read files run by the uid of the application, then this someone should already be trusted and will probably have the possibility to DoS the system or gather this communication through other means.
Credits
Georges Tooth, Крылов Александр, zhwei, Stefan Ollinger, Matthias Urlichs, ArtemIsmagilov, Tobias Brox has contributed directly with commits and pull requests included in this release. Many more has contributed through reporting issues and code snippets.
Test runs
Prior to release (commit
92de2e2
), tests have been run successfully towards:compatibility_issues.nextcloud + ['no_delete_calendar', 'unique_calendar_ids', 'rate_limited', 'broken_expand']
and with frequent manual "empty thrashcan"-operations in webui.v1.3.9
Compare Source
Some bugfixes.
Fixed
DAVResponse.davclient
was always set to None, now it may be set to theDAVClient
instance. Credits to github user @sobolevn in https://github.com/python-caldav/caldav/pull/323DAVResponse.davclient
was always set to None, now it may be set to theDAVClient
instance. Credits to github user @sobolevn in https://github.com/python-caldav/caldav/pull/323examples/sync_examples.py
, the sync token needs to be saved to the database (credits to Savvas Giannoukas)set_relations
, credits to github user @Zocker1999NET in https://github.com/python-caldav/caldav/pull/335 and https://github.com/python-caldav/caldav/pull/333min_date
andmax_date
(and logging en error) rather than throwing OverflowError, credits to github user @tamarinvs19 in https://github.com/python-caldav/caldav/pull/327DTSTART
would cause a runtime errorv1.3.8
Compare Source
Why do I never manage to do releases right ..
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.