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
76 lines (60 loc) · 2.08 KB
/
ChangeLog
File metadata and controls
76 lines (60 loc) · 2.08 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
* 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.