forked from googleads/google-ads-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
117 lines (92 loc) · 3.19 KB
/
ChangeLog
File metadata and controls
117 lines (92 loc) · 3.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
* 3.1.2:
- Update signature for customer_service.create_customer_client method to
give default values to optional parameters.
* 3.1.1:
- Refactor GoogleAdsClient to isolate interceptors into individual modules
- Update partial failure example so it can be parsed for documentation
- Add get_campaigns_by_label example
- Add set_ad_parameters example
* 3.1.0:
- Add load_from_dict method to the GoogleAdsClient
- Update add_expanded_text_ads example to add multiple ads
- Add build status badge to README
* 3.0.0:
- Google Ads v2_0 release
* 2.4.1:
- Fix bug preventing login_customer_id to be loaded as an int
* 2.4.0:
- Add utf-8 encoding declaration in generated proto files
- Add Service Account support
- Increase default gRPC message and metadata sizes
* 2.3.0:
- Allow loading client configuration from environment variables
* 2.2.0:
- Update service-level timeout and idempotency configurations
- Add link_manager_to_client example
- Add add_dsa_campaign example
- Add dynamic page feed example
- Add add_gmail_ad example
- Add create_campaign_experiment example
- Add wiki link to README
* 2.1.0:
- Google Ads v1_3 release
* 2.0.0:
- Google Ads v1_2 release
- Update example file names
- Remove support for v0
* 1.3.1:
- Add new planning examples add_keyword_plan and generate_forecast_metrics
- Add new example generate_keyword_ideas
- Update README to link to the Google Ads API Support page
* 1.3.0:
- Update payment_mode enum with fields for v1_1
- Update PyYAML dependency to latest stable version
- Add utility for formatting composite resource names
* 1.2.0:
- Google Ads v1_1 release
- Add add_sitelink example
* 1.1.1:
- Fix bidding source proto adding missing fields from API v1.
* 1.1.0:
- Install googleapis-common-protos to expose google.longrunning for LRO
support.
* 1.0.1:
- Fix bug in import path from issues #45 and #44.
* 1.0.0:
- Google Ads v1_0 release.
- Move examples out of v0 directory.
- Add dismiss_recommendations example.
- Add get_hotel_ads_performance example.
* 0.7.0:
- Google Ads v0_7 release.
- Address inconsistent exception handling in Exception and Logging
interceptors.
- Pin `google-api-core` and `grpcio` dependencies.
* 0.6.0:
- Add configurable logging functionality.
* 0.5.2:
- Updated PyYAML dependencies to >=4.2b1 for https://nvd.nist.gov/vuln/detail/CVE-2017-18342
* 0.5.1:
- Fix bug related to usage of private grpc._interceptor._ClientCallDetails class
* 0.5.0:
- Google Ads v0_6 release.
- Updating add_campaign_targeting_criteria.py example to add
create proximity operation
- Updating apply_recommendation.py example to pass required parameter
partial_failure=False
- Updating get_geo_target_constant_by_names.py example to add
new required country_code parameter
- Updating client.py to accept a login_customer_id
- Fixing bug in ExceptionInterceptor to improve error logging. Resolves GitHub
issue #8: https://github.com/googleads/google-ads-python/issues/8
* 0.4.0:
- Google Ads v0_5 release.
- Adding remarketing/add_conversion_action.py example.
* 0.3.0:
- Google Ads v0_4 release.
- Resolving GitHub issue #3:
https://github.com/googleads/google-ads-python/issues/3
* 0.2.0:
- Google Ads v0_3 release.
* 0.1.0:
- Initial release with support for Google Ads API v0.