Skip to content

Releases: timo-reymann/python-oauth2-cli-auth

2.0.0

26 Jun 10:39
Compare
Choose a tag to compare

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

05 Apr 11:35
Compare
Choose a tag to compare

1.6.2 (2025-04-05)

Bug Fixes

  • restore python 3.9 compatibility (2af5adb)

1.6.1

27 Mar 17:25
Compare
Choose a tag to compare

1.6.1 (2025-03-27)

Bug Fixes

  • URL encode spaces in callback scope parameter (aa5db4c)

1.6.0

20 Mar 19:33
Compare
Choose a tag to compare

1.6.0 (2025-03-20)

Features

  • Expose version attribute (390d880)

1.5.0

09 Aug 12:01
Compare
Choose a tag to compare

1.5.0 (2024-08-09)

Features

1.4.0

19 May 15:31
Compare
Choose a tag to compare

1.4.0 (2024-05-19)

Features

  • Add pydoctor-theme submodule (fc33d1c)

1.3.0

16 May 08:36
Compare
Choose a tag to compare

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

  • Fix return type for HttpServer#wait_for_code (83baf8f)

1.2.0

10 Dec 12:59
Compare
Choose a tag to compare

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

09 Dec 15:08
Compare
Choose a tag to compare

1.1.0 (2023-12-09)

Features

1.0.2

09 Dec 14:33
Compare
Choose a tag to compare

1.0.2 (2023-12-09)

Bug Fixes

  • Remove ansible category (3b2b1dc)