Skip to content

Commit cddc665

Browse files
author
Jon Wayne Parrott
authored
Release v1.1.0 (#198)
1 parent 599c801 commit cddc665

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/google-auth/CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Changelog
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+
414
v1.0.2
515
------
616

packages/google-auth/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
setup(
3434
name='google-auth',
35-
version='1.0.2',
35+
version='1.1.0',
3636
author='Google Cloud Platform',
3737
author_email='[email protected]',
3838
description='Google Authentication Library',

0 commit comments

Comments
 (0)