| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 02aae9d commit c36dfbc
44 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -14,7 +14,7 @@ | |||
| 14 | 14 | ||
| 15 | 15 | timeout: 7200s # 2 hours | |
| 16 | 16 | substitutions: | |
| 17 | - _SHARED_DEPENDENCIES_VERSION: '3.36.2-SNAPSHOT' # {x-version-update:google-cloud-shared-dependencies:current} | ||
| 17 | + _SHARED_DEPENDENCIES_VERSION: '3.37.0' # {x-version-update:google-cloud-shared-dependencies:current} | ||
| 18 | 18 | _JAVA_SHARED_CONFIG_VERSION: '1.11.3' | |
| 19 | 19 | options: | |
| 20 | 20 | machineType: 'E2_HIGHCPU_8' | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -14,7 +14,7 @@ | |||
| 14 | 14 | ||
| 15 | 15 | timeout: 7200s # 2 hours | |
| 16 | 16 | substitutions: | |
| 17 | - _SHARED_DEPENDENCIES_VERSION: '3.36.2-SNAPSHOT' # {x-version-update:google-cloud-shared-dependencies:current} | ||
| 17 | + _SHARED_DEPENDENCIES_VERSION: '3.37.0' # {x-version-update:google-cloud-shared-dependencies:current} | ||
| 18 | 18 | _JAVA_SHARED_CONFIG_VERSION: '1.11.3' | |
| 19 | 19 | options: | |
| 20 | 20 | machineType: 'E2_HIGHCPU_8' | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -14,7 +14,7 @@ | |||
| 14 | 14 | ||
| 15 | 15 | timeout: 7200s # 2 hours | |
| 16 | 16 | substitutions: | |
| 17 | - _SHARED_DEPENDENCIES_VERSION: '3.36.2-SNAPSHOT' # {x-version-update:google-cloud-shared-dependencies:current} | ||
| 17 | + _SHARED_DEPENDENCIES_VERSION: '3.37.0' # {x-version-update:google-cloud-shared-dependencies:current} | ||
| 18 | 18 | _JAVA_SHARED_CONFIG_VERSION: '1.11.3' | |
| 19 | 19 | steps: | |
| 20 | 20 | # GraalVM A build | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -15,7 +15,7 @@ | |||
| 15 | 15 | timeout: 7200s # 2 hours | |
| 16 | 16 | substitutions: | |
| 17 | 17 | _IMAGE_NAME: "gcr.io/cloud-devrel-public-resources/java-library-generation" | |
| 18 | - _GAPIC_GENERATOR_JAVA_VERSION: '2.46.2-SNAPSHOT' # {x-version-update:gapic-generator-java:current} | ||
| 18 | + _GAPIC_GENERATOR_JAVA_VERSION: '2.47.0' # {x-version-update:gapic-generator-java:current} | ||
| 19 | 19 | _SHA_IMAGE_ID: "${_IMAGE_NAME}:${COMMIT_SHA}" | |
| 20 | 20 | _LATEST_IMAGE_ID: "${_IMAGE_NAME}:latest" | |
| 21 | 21 | _VERSIONED_IMAGE_ID: "${_IMAGE_NAME}:${_GAPIC_GENERATOR_JAVA_VERSION}" | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -19,7 +19,7 @@ FROM gcr.io/cloud-devrel-public-resources/java21 AS ggj-build | |||
| 19 | 19 | WORKDIR /sdk-platform-java | |
| 20 | 20 | COPY . . | |
| 21 | 21 | # {x-version-update-start:gapic-generator-java:current} | |
| 22 | - ENV DOCKER_GAPIC_GENERATOR_VERSION="2.46.2-SNAPSHOT" | ||
| 22 | + ENV DOCKER_GAPIC_GENERATOR_VERSION="2.47.0" | ||
| 23 | 23 | # {x-version-update-end} | |
| 24 | 24 | ||
| 25 | 25 | RUN mvn install -B -ntp -DskipTests -Dclirr.skip -Dcheckstyle.skip | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,3 @@ | |||
| 1 | 1 | { | |
| 2 | - ".": "2.46.1" | ||
| 2 | + ".": "2.47.0" | ||
| 3 | 3 | } | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,33 @@ | |||
| 1 | 1 | # Changelog | |
| 2 | 2 | ||
| 3 | + ## [2.47.0](https://github.com/googleapis/sdk-platform-java/compare/v2.46.1...v2.47.0) (2024-10-04) | ||
| 4 | + | ||
| 5 | + | ||
| 6 | + ### Features | ||
| 7 | + | ||
| 8 | + * **gax:** add API key authentication to ClientSettings ([#3137](https://github.com/googleapis/sdk-platform-java/issues/3137)) ([df08956](https://github.com/googleapis/sdk-platform-java/commit/df08956a26fa63b287241f3a37058c689c34d245)) | ||
| 9 | + * **gax:** append cred-type header for auth metrics ([#3186](https://github.com/googleapis/sdk-platform-java/issues/3186)) ([ca3ec24](https://github.com/googleapis/sdk-platform-java/commit/ca3ec24f506f0d43623a92ba0eed908f874fe488)) | ||
| 10 | + | ||
| 11 | + | ||
| 12 | + ### Bug Fixes | ||
| 13 | + | ||
| 14 | + * address incorrect universe domain validation when quota project id is set ([#3257](https://github.com/googleapis/sdk-platform-java/issues/3257)) ([6e70c37](https://github.com/googleapis/sdk-platform-java/commit/6e70c3705280576278a790a4228476ac996ef9da)), closes [#3256](https://github.com/googleapis/sdk-platform-java/issues/3256) | ||
| 15 | + * Disable automatically retrieving Universe Domain from Metadata Server ([#3272](https://github.com/googleapis/sdk-platform-java/issues/3272)) ([f4402bf](https://github.com/googleapis/sdk-platform-java/commit/f4402bfa717831507e9e54d057d11ff69594e46b)) | ||
| 16 | + | ||
| 17 | + | ||
| 18 | + ### Dependencies | ||
| 19 | + | ||
| 20 | + * update dependency com.fasterxml.jackson:jackson-bom to v2.18.0 ([#3248](https://github.com/googleapis/sdk-platform-java/issues/3248)) ([821e83d](https://github.com/googleapis/sdk-platform-java/commit/821e83d8cef94594f8c8e832c40e319c232cb1b9)) | ||
| 21 | + * update dependency com.google.errorprone:error_prone_annotations to v2.33.0 ([#3265](https://github.com/googleapis/sdk-platform-java/issues/3265)) ([94450a9](https://github.com/googleapis/sdk-platform-java/commit/94450a9699d94a078e5f5fa106f4d1ce4282a605)) | ||
| 22 | + * update dependency com.google.errorprone:error_prone_annotations to v2.33.0 ([#3266](https://github.com/googleapis/sdk-platform-java/issues/3266)) ([8235463](https://github.com/googleapis/sdk-platform-java/commit/8235463dc2bc05382359d09702be55e2063f4908)) | ||
| 23 | + * update dependency com.google.guava:guava to v33.3.1-jre ([#3228](https://github.com/googleapis/sdk-platform-java/issues/3228)) ([4e76207](https://github.com/googleapis/sdk-platform-java/commit/4e762078a59e6fd92453bb5a1395730f6f442524)) | ||
| 24 | + * update dependency net.bytebuddy:byte-buddy to v1.15.3 ([#3246](https://github.com/googleapis/sdk-platform-java/issues/3246)) ([2aad71d](https://github.com/googleapis/sdk-platform-java/commit/2aad71dda5fe2bb0cdbe823392cccb36cfea6abb)) | ||
| 25 | + * update google api dependencies ([#3242](https://github.com/googleapis/sdk-platform-java/issues/3242)) ([02aae9d](https://github.com/googleapis/sdk-platform-java/commit/02aae9d919b5c7170eb88d08d0ee79f71a0c5762)) | ||
| 26 | + * update google auth library dependencies to v1.28.0 ([#3267](https://github.com/googleapis/sdk-platform-java/issues/3267)) ([6d85864](https://github.com/googleapis/sdk-platform-java/commit/6d85864779ae61cecddc3eaa9d8991ed4053a253)) | ||
| 27 | + * update grpc dependencies to v1.67.1 ([#3258](https://github.com/googleapis/sdk-platform-java/issues/3258)) ([e08906c](https://github.com/googleapis/sdk-platform-java/commit/e08906cd86146bfa4f62bbc5e507bf04a0956a37)) | ||
| 28 | + * update junit5 monorepo to v5.11.2 ([#3276](https://github.com/googleapis/sdk-platform-java/issues/3276)) ([6b10f94](https://github.com/googleapis/sdk-platform-java/commit/6b10f94c56e8769ff41bb58c77b8c45dafeacc45)) | ||
| 29 | + * update netty dependencies to v4.1.114.final ([#3263](https://github.com/googleapis/sdk-platform-java/issues/3263)) ([8bd83d9](https://github.com/googleapis/sdk-platform-java/commit/8bd83d9ed0794f2aa2f771d6f28d492ecb98500f)) | ||
| 30 | + | ||
| 3 | 31 | ## [2.46.1](https://github.com/googleapis/sdk-platform-java/compare/v2.46.0...v2.46.1) (2024-09-25) | |
| 4 | 32 | ||
| 5 | 33 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -58,7 +58,7 @@ load("@rules_jvm_external//:defs.bzl", "maven_install") | |||
| 58 | 58 | load("@io_grpc_grpc_java//:repositories.bzl", "IO_GRPC_GRPC_JAVA_ARTIFACTS") | |
| 59 | 59 | load("@io_grpc_grpc_java//:repositories.bzl", "IO_GRPC_GRPC_JAVA_OVERRIDE_TARGETS") | |
| 60 | 60 | ||
| 61 | - _gapic_generator_java_version = "2.46.2-SNAPSHOT" # {x-version-update:gapic-generator-java:current} | ||
| 61 | + _gapic_generator_java_version = "2.47.0" # {x-version-update:gapic-generator-java:current} | ||
| 62 | 62 | ||
| 63 | 63 | maven_install( | |
| 64 | 64 | artifacts = [ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,14 +5,14 @@ | |||
| 5 | 5 | <groupId>com.google.api</groupId> | |
| 6 | 6 | <artifactId>api-common</artifactId> | |
| 7 | 7 | <packaging>jar</packaging> | |
| 8 | - <version>2.37.2-SNAPSHOT</version><!-- {x-version-update:api-common:current} --> | ||
| 8 | + <version>2.38.0</version><!-- {x-version-update:api-common:current} --> | ||
| 9 | 9 | <name>API Common</name> | |
| 10 | 10 | <description>Common utilities for Google APIs in Java</description> | |
| 11 | 11 | ||
| 12 | 12 | <parent> | |
| 13 | 13 | <groupId>com.google.api</groupId> | |
| 14 | 14 | <artifactId>gapic-generator-java-pom-parent</artifactId> | |
| 15 | - <version>2.46.2-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} --> | ||
| 15 | + <version>2.47.0</version><!-- {x-version-update:gapic-generator-java:current} --> | ||
| 16 | 16 | <relativePath>../gapic-generator-java-pom-parent</relativePath> | |
| 17 | 17 | </parent> | |
| 18 | 18 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -31,22 +31,22 @@ | |||
| 31 | 31 | <dependency> | |
| 32 | 32 | <groupId>com.google.api</groupId> | |
| 33 | 33 | <artifactId>gax</artifactId> | |
| 34 | - <version>2.54.2-SNAPSHOT</version> <!-- {x-version-update:gax:current} --> | ||
| 34 | + <version>2.55.0</version> <!-- {x-version-update:gax:current} --> | ||
| 35 | 35 | </dependency> | |
| 36 | 36 | <dependency> | |
| 37 | 37 | <groupId>com.google.api</groupId> | |
| 38 | 38 | <artifactId>gax-grpc</artifactId> | |
| 39 | - <version>2.54.2-SNAPSHOT</version> <!-- {x-version-update:gax-grpc:current} --> | ||
| 39 | + <version>2.55.0</version> <!-- {x-version-update:gax-grpc:current} --> | ||
| 40 | 40 | </dependency> | |
| 41 | 41 | <dependency> | |
| 42 | 42 | <groupId>com.google.api</groupId> | |
| 43 | 43 | <artifactId>gax-httpjson</artifactId> | |
| 44 | - <version>2.54.2-SNAPSHOT</version> <!-- {x-version-update:gax:current} --> | ||
| 44 | + <version>2.55.0</version> <!-- {x-version-update:gax:current} --> | ||
| 45 | 45 | </dependency> | |
| 46 | 46 | <dependency> | |
| 47 | 47 | <groupId>com.google.api</groupId> | |
| 48 | 48 | <artifactId>api-common</artifactId> | |
| 49 | - <version>2.37.2-SNAPSHOT</version> <!-- {x-version-update:api-common:current} --> | ||
| 49 | + <version>2.38.0</version> <!-- {x-version-update:api-common:current} --> | ||
| 50 | 50 | </dependency> | |
| 51 | 51 | </dependencies> | |
| 52 | 52 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments