Skip to content

Releases: vgrem/Office365-REST-Python-Client

v 2.1.5

06 Dec 22:30
14c3955
Compare
Choose a tag to compare

Release changes:

  • GraphClient client has been introduced for working with Microsoft Graph endpoint
  • CAML query builder has been introduced (credit goes to @domdinicola)

v 2.1.4

28 Sep 22:29
Compare
Choose a tag to compare
  • introduced support for Introduced support for SharePoint 2010 list data service, ListDataService class

  • added methods and properties for List, ListItem and Field resources:

    • ListItem.validate_update_listItem method - Validates and sets the values of the specified collection of fields for the list item.
    • ListItem.system_update method
    • ListItem.update_overwrite_version method
    • ListItem.parent_list navigation property
    • List.fields navigation property
    • FieldCollection.add method
    • FieldCollection.get_by_id method
    • FieldCollection.get_by_internal_name_or_title method
    • FieldCollection.get_by_title method
    • Field.update method
    • Field.delete method

v 2.1.3

07 Jul 08:57
72ad4f3
Compare
Choose a tag to compare
  • Added support for NTLM authentication #110

  • Switch context per web #111

All the credit goes to @aisbergg for those changes!

v 2.1.2

11 Mar 12:12
Compare
Choose a tag to compare
  • Outlook client transitioned from Office 365 Outlook REST API to Microsoft Graph-based Outlook REST API

  • introduced support for for Resource Owner Password Credential (ROPC) flow, which is suitable for scenarios where BasicAuth (discontinued nowadays) was utilized before

v 2.1.1

17 Feb 18:01
Compare
Choose a tag to compare

Introduced support for SharePoint authentication via OAuth (app principal) and SharePoint CAML queries