We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a62768 commit 08272d8Copy full SHA for 08272d8
CHANGELOG.rst
@@ -1,6 +1,17 @@
1
Changelog
2
=========
3
4
+v1.6.3
5
+------
6
+
7
+02-15-2019 9:31 PST
8
9
+Implementation Changes
10
++++++++++++++
11
12
+- follow rfc 7515 : strip padding from JWS segments #324 (`#324 <https://github.com/googleapis/google-auth-library-python/pull/324>`_)
13
+- Add retry to _metadata.ping() (`#323 <https://github.com/googleapis/google-auth-library-python/pull/323>`_)
14
15
v1.6.2
16
------
17
setup.py
@@ -31,7 +31,7 @@
31
32
setup(
33
name='google-auth',
34
- version='1.6.2',
+ version='1.6.3',
35
author='Google Cloud Platform',
36
author_email='[email protected]',
37
description='Google Authentication Library',
0 commit comments