Exchange Web Services client library v4.7.0 Release Notes
-
- ๐ Fixed some spelling mistakes:
ALL_OCCURRENCIES
toALL_OCCURRENCES
inexchangelib.items.base
Persona.orgnaization_main_phones
toPersona.organization_main_phones
- โ Removed deprecated methods
EWSTimeZone.localize()
,EWSTimeZone.normalize()
,EWSTimeZone.timezone()
andQuerySet.iterator()
. - Disambiguated
chunk_size
andpage_size
in querysets and services. Add a newQuerySet.chunk_size
attribute and let it replace the task thatQuerySet.page_size
previously had. Chunk size is the number of items we send in e.g. aGetItem
call, whilepage_size
is the number of items we request per page in services likeFindItem
that support paging. - ๐ Support creating a proper response when getting a notification request on the callback URL of a push subscription.
FolderCollection.subscribe_to_[pull|push|streaming]()
now return a single subscription instead of a 1-element generator.FolderCollection
now has the same[pull|push|streaming]_subscription()
context managers as folders.
- ๐ Fixed some spelling mistakes: