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
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,16 @@
2
2
3
3
Almost every release features a lot of bugfixes but those are not listed here.
4
4
5
+
6
+
## Versions 2.1.8 (2025-11-28)
7
+
8
+
- NEW: Added Subscriptions api support (Thanks @sdelgadoc)
9
+
5
10
## Version 2.1.7 (2025-09-05)
6
11
7
12
> [!IMPORTANT]
8
13
> **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)
14
+
> **Breaking Change:** Removed Old Query in favor of the new QueryBuilder (both are interchangeable for other methods to use it, but are build differently)
10
15
11
16
- Tasks: Add population of checklist_items on Task (Thanks @RogerSelwyn)
12
17
- Excel: Added `append_rows` and `update_cells` to `WorkSheet` (Thanks @luissantosHCIT)
0 commit comments