We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8154ae5 commit e71ec74Copy full SHA for e71ec74
3 files changed
ChangeLog
@@ -1,3 +1,8 @@
1
+* 2.4.0:
2
+- Add utf-8 encoding declaration in generated proto files
3
+- Add Service Account support
4
+- Increase default gRPC message and metadata sizes
5
+
6
* 2.3.0:
7
- Allow loading client configuration from environment variables
8
google/ads/google_ads/__init__.py
@@ -21,4 +21,4 @@
21
import google.ads.google_ads.util
22
23
24
-VERSION = '2.3.0'
+VERSION = '2.4.0'
setup.py
@@ -35,7 +35,7 @@
35
36
setup(
37
name='google-ads',
38
- version='2.3.0',
+ version='2.4.0',
39
author='Google LLC',
40
author_email='googleapis-packages@google.com',
41
classifiers=[
0 commit comments