Skip to content

Commit 8a06ef2

Browse files
authored
Changes for release v17_1. (#805)
1 parent c7db625 commit 8a06ef2

5,482 files changed

Lines changed: 33503 additions & 2462621 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
33.0.0 - 2024-08-08
2+
-------------------
3+
- Add support and examples for Google Ads API v17.1.
4+
- Remove support for v15 of the Google Ads API.
5+
- Add support for specifying the maximum inbound message
6+
bytes in `GoogleAdsClient`.
7+
- Update to version 3.33.0 of
8+
`google-cloud-shared-dependencies`.
9+
- Fixes [issue 169](https://github.com/googleads/google-ads-java/issues/169):
10+
Infinite loop if refresh token is invalid
11+
112
32.0.0 - 2024-06-06
213
-------------------
314
- Add support and examples for Google Ads API v17.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ This project hosts the Java client library for the Google Ads API.
1818
<dependency>
1919
<groupId>com.google.api-ads</groupId>
2020
<artifactId>google-ads</artifactId>
21-
<version>32.0.0</version>
21+
<version>33.0.0</version>
2222
</dependency>
2323

2424
## Gradle dependency
2525

26-
implementation 'com.google.api-ads:google-ads:32.0.0'
26+
implementation 'com.google.api-ads:google-ads:33.0.0'
2727

2828
## Documentation
2929

buildSrc/src/main/groovy/com.google.api-ads.java-conventions.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ dependencies {
186186
api 'io.grpc:grpc-protobuf'
187187
api 'com.google.auth:google-auth-library-oauth2-http'
188188
api 'com.google.auth:google-auth-library-credentials'
189-
api platform('com.google.cloud:google-cloud-shared-dependencies:3.30.1')
189+
api platform('com.google.cloud:google-cloud-shared-dependencies:3.33.0')
190190
implementation 'com.google.guava:guava'
191191
implementation 'com.google.auto.service:auto-service:1.0.1'
192192
implementation 'javax.annotation:javax.annotation-api'

google-ads-examples/src/main/java/com/google/ads/googleads/examples/recommendations/DetectAndApplyRecommendations.java

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,11 @@
4545
* throw an error when applied. For more details, see:
4646
* https://developers.google.com/google-ads/api/docs/recommendations#take_action
4747
*
48-
* <p>As of Google Ads API v15 users can subscribe to certain recommendation types to apply them
49-
* automatically. For more details, see:
50-
* https://developers.google.com/google-ads/api/docs/recommendations#auto-apply
48+
* <p>Users can subscribe to certain recommendation types to apply them automatically. For more
49+
* details, see: https://developers.google.com/google-ads/api/docs/recommendations#auto-apply
5150
*
52-
* <p>As of Google Ads API v16 users can proactively generate certain recommendation types during
53-
* the campaign construction process. For more details see:
51+
* <p>Users can proactively generate certain recommendation types during the campaign construction
52+
* process. For more details see:
5453
* https://developers.google.com/google-ads/api/docs/recommendations#recommendations-in-campaign-construction
5554
*/
5655
public class DetectAndApplyRecommendations {

google-ads-stubs-lib/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ dependencies {
2525
implementation 'org.slf4j:slf4j-api:1.7.25'
2626
testImplementation 'org.mockito:mockito-core:4.11.0'
2727
}
28+
2829
publishing {
2930
publications {
3031
maven(MavenPublication) { publication ->

google-ads-stubs-v15/build.gradle

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)