Skip to content

v3.28.0

Compare
Choose a tag to compare
@sirosen sirosen released this 30 Aug 21:25
· 311 commits to main since this release
3.28.0
09aae87

Python Support

  • Add support for Python 3.12. (#808)

Added

  • Add a prompt keyword parameter to AuthClient.oauth2_get_authorize_url(). (#813)

    Setting this parameter requires users to authenticate with an identity provider, even if they are already logged in. Doing so can help avoid errors caused by unexpected session required policies, which would otherwise require a second, follow-up login flow.

    prompt could previously only be set via the query_params keyword parameter. It is now more discoverable.

  • Add TimerClient.pause_job and TimerClient.resume_job for pausing and resuming timers. (#827)

Documentation

  • Add an example script which handles creating and running a flow. (#826)

Development

  • Added responses to _testing reflecting an inactive Timers job (#828)