Releases: pydata/pydata-google-auth
Releases · pydata/pydata-google-auth
Version 1.9.0
Version 1.8.2
Bug Fixes
- Ensure that the user credentials flow always gets a refresh token.
(#72)
Version 1.8.0
What's Changed
- Updates changelog by @chalmerlowe in #65
- Edits sphinx labels by @chalmerlowe in #66
- feat: optional colab specific adc by @shobsi in #68
- chore: release 1.8.0 by @tswast in #69
New Contributors
Full Changelog: 1.6.0...1.8.0
v1.7.0
- Adds decision logic to handle use cases where a user may not have the ability to log in via an Out of Band authentication flow.
- Also provides an OAuth page as part of the documentation.
Version 1.5.0
Changelog:
- Adds ability to provide redirect uri. (#58)
Version 1.4.0
- Default
use_local_webserver
toTrue
. Google has deprecated theuse_local_webserver = False
"out of band" (copy-paste) flow. Theuse_local_webserver = False
option is planned to stop working in October 2022.
Version 1.3.0
Version 1.2.0
https://pypi.org/project/pydata-google-auth/1.2.0/
- Adds pydata_google_auth.load_service_account_credentials() function to get service account credentials from the specified JSON path. (GH#39)
Version 1.1.0
Version 1.0.0
- Mark package as 1.0, generally available.
- Update introduction with link to instructions on creating a Google Cloud
project. #18