Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit 0c5503e

Browse files
author
Jon Wayne Parrott
authored
Release v0.8.0 (#119)
1 parent ab08689 commit 0c5503e

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
v0.8.0
5+
------
6+
7+
- Removed one-time token behavior from ``jwt.Credentials``, audience claim is now required and fixed. (#117)
8+
- ``crypt.Signer`` and ``crypt.Verifier`` are now abstract base classes. The concrete implementations have been renamed to ``crypt.RSASigner`` and ``crypt.RSAVerifier``. ``app_engine.Signer`` and ``iam.Signer`` now inherit from ``crypt.Signer``. (#115)
9+
- ``transport.grpc`` now correctly calls ``Credentials.before_request``. (#116)
10+
411
v0.7.0
512
------
613

setup.py

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

3434
setup(
3535
name='google-auth',
36-
version='0.7.0',
36+
version='0.8.0',
3737
author='Google Cloud Platform',
3838
author_email='jonwayne+google-auth@google.com',
3939
description='Google Authentication Library',

0 commit comments

Comments
 (0)