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: CHANGES.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,14 @@
2
2
3
3
Almost every release features a lot of bugfixes but those are not listed here.
4
4
5
-
## Version 2.1.5 (2025-08-04)
6
-
- Bug fixing release
5
+
## Version 2.1.6 (2025-09-05)
6
+
7
+
> [!IMPORTANT]
8
+
> **Breaking Change:** Removed support for Python 3.9
9
+
> **Breaking Change:** Removed Old Query in favour of the new QueryBuilder (both are interchangeable for other methods to use it, but are build differently)
10
+
11
+
- Tasks: Add population of checklist_items on Task (Thanks @RogerSelwyn)
12
+
- Excel: Added `append_rows` and `update_cells` to `WorkSheet` (Thanks @luissantosHCIT)
7
13
8
14
## Version 2.1.5 (2025-08-04)
9
15
- Bug fixing release
@@ -20,7 +26,6 @@ Almost every release features a lot of bugfixes but those are not listed here.
20
26
- Tasks: Added support for check list items (Thanks @RogerSelwyn)
21
27
- Removed Office365 protocol
22
28
23
-
24
29
## Version 2.1.2 (2025-04-08)
25
30
- Calendar: list_calendars now allows pagination (Thanks @RogerSelwyn)
26
31
- Query: added new experimental Query object that will replace the current Query object in the future. Available in utils.query.
0 commit comments