Skip to content

Latest commit

 

History

History
100 lines (45 loc) · 4.21 KB

File metadata and controls

100 lines (45 loc) · 4.21 KB

2.0.0 (2025-06-26)

⚠ BREAKING CHANGES

  • Drop support for python 3.9

Features

  • Added client_secret support and refresh token functionality (#90) (13b34ae)

Bug Fixes

  • Drop support for python 3.9 (ee196e0)

1.6.2 (2025-04-05)

Bug Fixes

  • restore python 3.9 compatibility (2af5adb)

1.6.1 (2025-03-27)

Bug Fixes

  • URL encode spaces in callback scope parameter (aa5db4c)

1.6.0 (2025-03-20)

Features

  • Expose version attribute (390d880)

1.5.0 (2024-08-09)

Features

1.4.0 (2024-05-19)

Features

  • Add pydoctor-theme submodule (fc33d1c)

1.3.0 (2024-05-16)

Features

  • code_grant: Add exchange_code_for_response (995debc)
  • open_browser: Allow to override open browser display instruction method (ebca482)

Bug Fixes

1.2.0 (2023-12-10)

Features

  • Add timeout and retries for OAuth2 requests (20d6000)
  • Add timeout for OAuthCallbackHttpServer#wait_for_code to prevent CLI hangs (603ce83)
  • Supress log messages from http handler (2ceb3dc)

1.1.0 (2023-12-09)

Features

1.0.2 (2023-12-09)

Bug Fixes

  • Remove ansible category (3b2b1dc)

1.0.1 (2023-12-09)

Bug Fixes

  • Fix publish, improve docs (85f102e)

1.0.0 (2023-12-09)

Features