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
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,22 @@
2
2
3
3
Almost every release features a lot of bugfixes but those are not listed here.
4
4
5
+
## Version 2.1.7 (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)
13
+
14
+
## Version 2.1.6 (2025-09-05)
15
+
16
+
- Version Yanked
17
+
18
+
## Version 2.1.5 (2025-08-04)
19
+
- Bug fixing release
20
+
5
21
## Version 2.1.4 (2025-06-03)
6
22
- Calendar: Schedule.get_calendar method can now use query objects with select, expand and order by (Thanks @RogerSelwyn)
7
23
@@ -14,7 +30,6 @@ Almost every release features a lot of bugfixes but those are not listed here.
14
30
- Tasks: Added support for check list items (Thanks @RogerSelwyn)
15
31
- Removed Office365 protocol
16
32
17
-
18
33
## Version 2.1.2 (2025-04-08)
19
34
- Calendar: list_calendars now allows pagination (Thanks @RogerSelwyn)
20
35
- Query: added new experimental Query object that will replace the current Query object in the future. Available in utils.query.
0 commit comments