We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20bb5f7 commit b591e25Copy full SHA for b591e25
ChangeLog
@@ -1,3 +1,6 @@
1
+* 5.0.2
2
+- Remove response error caching in streaming interceptors.
3
+
4
* 5.0.1
5
- Defer loading of error_pb2 until failed response is encountered.
6
google/ads/google_ads/__init__.py
@@ -20,4 +20,4 @@
20
import google.ads.google_ads.util
21
22
23
-VERSION = '5.0.1'
+VERSION = '5.0.2'
setup.py
@@ -34,7 +34,7 @@
34
35
setup(
36
name='google-ads',
37
- version='5.0.1',
+ version='5.0.2',
38
author='Google LLC',
39
author_email='[email protected]',
40
classifiers=[
0 commit comments