Skip to content

Commit 3dcc760

Browse files
Changes for release v24_1. (#885)
1 parent 1969b2c commit 3dcc760

61 files changed

Lines changed: 32328 additions & 13165 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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
43.1.0 - 2026-034-22
2+
-------------------
3+
- Add support for v24_1 of the Google Ads API.
4+
15
43.0.0 - 2026-034-22
26
-------------------
37
- Add support for v24 of the Google Ads API.

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>43.0.0</version>
21+
<version>43.1.0</version>
2222
</dependency>
2323

2424
## Gradle dependency
2525

26-
implementation 'com.google.api-ads:google-ads:43.0.0'
26+
implementation 'com.google.api-ads:google-ads:43.1.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
@@ -206,7 +206,7 @@ dependencies {
206206
api 'io.grpc:grpc-protobuf'
207207
api 'com.google.auth:google-auth-library-oauth2-http'
208208
api 'com.google.auth:google-auth-library-credentials'
209-
api platform('com.google.cloud:google-cloud-shared-dependencies:3.57.0')
209+
api platform('com.google.cloud:google-cloud-shared-dependencies:3.62.0')
210210
implementation 'com.google.guava:guava'
211211
implementation 'com.google.auto.service:auto-service:1.0.1'
212212
implementation 'javax.annotation:javax.annotation-api'

google-ads-bom/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ dependencies {
126126
// This makes this BOM inherit all dependency versions from the Google Cloud
127127
// BOM. This version is determined based on the current used version of
128128
// google-cloud-shared-dependencies.
129-
api(platform("com.google.cloud:libraries-bom:26.76.0"))
129+
api(platform("com.google.cloud:libraries-bom:26.81.0"))
130130

131131
// Add constraints for all of this project's artifacts.
132132
constraints {

google-ads-stubs-v24/src/main/java/com/google/ads/googleads/v24/common/AdTypeInfosProto.java

Lines changed: 54 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

google-ads-stubs-v24/src/main/java/com/google/ads/googleads/v24/common/CriteriaProto.java

Lines changed: 21 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)