File tree 4 files changed +10
-3
lines changed
4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Almost every release features a lot of bugfixes but those are not listed here.
4
4
5
+ ## Version 2.1.2 (2025-04-08)
6
+ - Calendar: list_calendars now allows pagination (Thanks @RogerSelwyn )
7
+ - Query: added new experimental Query object that will replace the current Query object in the future. Available in utils.query.
8
+ - Message: non-draft messages can be saved. This allows to edit non-draft messages.
9
+ - Connection: proxies, verify_ssl and timeout are now honored in the msal http client
10
+ - Message: new method ` get_eml_as_object ` to retrieve attached eml as Message objects.
11
+
5
12
## Version 2.1.1 (2025-03-20)
6
13
- Tasks: support unsetting tasks due and reminder (Thanks @RogerSelwyn )
7
14
- Removed Office 365 tasks file (api was deprecated on november 2024)
Original file line number Diff line number Diff line change 1
- __version__ = '2.1.1 '
1
+ __version__ = '2.1.2 '
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
dynamic = [" license" ]
3
3
name = " o365"
4
- version = " 2.1.1 "
4
+ version = " 2.1.2 "
5
5
description = " O365 - Microsoft Graph and Office 365 API made easy"
6
6
readme = " README.md"
7
7
requires-python = " >=3.9"
Original file line number Diff line number Diff line change 3
3
from setuptools import setup , find_packages
4
4
5
5
6
- VERSION = '2.1.1 '
6
+ VERSION = '2.1.2 '
7
7
8
8
# Available classifiers: https://pypi.org/pypi?%3Aaction=list_classifiers
9
9
CLASSIFIERS = [
You can’t perform that action at this time.
0 commit comments