Skip to content

v 2.6.0

Latest
Compare
Choose a tag to compare
@vgrem vgrem released this 30 Mar 16:03
· 21 commits to master since this release

Changelog

  • support for Azure environments in ClientContext
ctx = ClientContext(
    site_url, environment=AzureEnvironment.USGovernmentHigh
).with_client_credentials(client_id, client_secret)
  • #950: Username and password authentication (with_user_credentials method): Added support for automatically renewing authentication cookies when the expiration period ends (after 30 minutes)

  • #926: support for used range has been introduced