Skip to content

Releases: googleapis/google-auth-library-python-oauthlib

v1.2.1

08 Jul 18:43
95b70d0
Compare
Choose a tag to compare

1.2.1 (2024-07-08)

Bug Fixes

  • Clean up local server socket on error (#339) (7054d62)

v1.2.0

12 Dec 17:36
6499eb0
Compare
Choose a tag to compare

1.2.0 (2023-12-12)

Features

Bug Fixes

  • Use setuptools.find_namespace_packages (#321) (9a0728d)

v1.1.0

11 Sep 16:03
d8aead7
Compare
Choose a tag to compare

1.1.0 (2023-09-07)

Features

  • Adding support to specify browser while launching browser to authention (#305) (1a9dca8), closes #303
  • Pass thru OAuth audience during InstalledAppFlow.run_local_server (#300) (fe08531)

Documentation

  • Fix grammar with fetch_token docstring (#273) (b2e3688)

v1.0.0

07 Feb 20:43
66cc177
Compare
Choose a tag to compare

1.0.0 (2023-02-06)

⚠ BREAKING CHANGES

  • PKCE is enabled by default. (#269)
  • Remove deprecated OOB code (#264)

Features

Bug Fixes

v0.8.0

12 Dec 21:42
be42bec
Compare
Choose a tag to compare

0.8.0 (2022-12-08)

Features

v0.7.1

03 Nov 17:26
9fedca1
Compare
Choose a tag to compare

0.7.1 (2022-11-03)

Bug Fixes

  • Include updates to properties from Google Auth lib (#249) (58becac)

v0.7.0

25 Oct 21:50
dfaa869
Compare
Choose a tag to compare

0.7.0 (2022-10-25)

Bug Fixes

  • setup.py: increase required google-auth version to >=2.13.0 (f8a15f7)

v0.6.0

24 Oct 18:57
64e2987
Compare
Choose a tag to compare

0.6.0 (2022-10-20)

Features

Bug Fixes

  • Add timeout to run_local_server when waiting for response (#245) (8d53bc3)

Documentation

  • Update readme to point to current docs url (#241) (8c29d2e)

v0.5.3

14 Sep 21:32
f9fd441
Compare
Choose a tag to compare

0.5.3 (2022-09-02)

Bug Fixes

  • Pass port range from get_user_credentials to find_open_port (#212) (479330a)

v0.5.2

09 Jun 15:16
830651e
Compare
Choose a tag to compare

0.5.2 (2022-06-03)

Documentation

  • fix changelog header to consistent size (#204) (cbd7d67)