File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ v1.1.0
5+ ------
6+
7+ - Added ``service_account.Credentials.project_id ``. (#187)
8+ - Move read-only methods of ``credentials.Scoped `` into new interface ``credentials.ReadOnlyScoped ``. (#195, #196)
9+ - Make ``compute_engine.Credentials `` derive from ``ReadOnlyScoped `` instead of ``Scoped ``. (#195)
10+ - Fix App Engine's expiration calculation (#197)
11+ - Split ``crypt `` module into a package to allow alternative implementations. (#189)
12+ - Add error message to handle case of empty string or missing file for GOOGLE_APPLICATION_CREDENTIALS (#188)
13+
414v1.0.2
515------
616
Original file line number Diff line number Diff line change 3232
3333setup (
3434 name = 'google-auth' ,
35- version = '1.0.2 ' ,
35+ version = '1.1.0 ' ,
3636 author = 'Google Cloud Platform' ,
37373838 description = 'Google Authentication Library' ,
You can’t perform that action at this time.
0 commit comments