File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 17.0.0 - 2022-02-10
2+ -------------------
3+ - Add support and examples for Google Ads API v10.0.
4+ - Remove support for Google Ads API v7.
5+ - Remove dependency on ` io.netty:netty-tcnative-boringssl-static ` (#557 , #440 ).
6+ - Fix #174 to pass new login customer ID header after
7+ ` GoogleAdsClient.toBuilder().setLoginCustomerId().build() ` .
8+ - Update examples using image asset and media bundle to include asset names.
9+ - Add asset names to AddDisplayUploadAd and UploadImageAsset.
10+ - Add call ads examples.
11+ - Update ` GetKeywords ` example to demonstrate ` omit_unselected_resource_names `
12+ usage.
13+
14+
11516.0.3 - 2022-01-10
216-------------------
317- Fix #543 to correctly classify the ` google-cloud-shared-dependencies ` dependency.
Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ This project hosts the Java client library for the Google Ads API.
2323 <dependency>
2424 <groupId>com.google.api-ads</groupId>
2525 <artifactId>google-ads</artifactId>
26- <version>16 .0.3 </version>
26+ <version>17 .0.0 </version>
2727 </dependency>
2828
2929## Gradle dependency
3030
31- implementation 'com.google.api-ads:google-ads:16 .0.3 '
31+ implementation 'com.google.api-ads:google-ads:17 .0.0 '
3232
3333## Documentation
3434
You can’t perform that action at this time.
0 commit comments