diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f163dad2..1007b960e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.14.0](https://github.com/googleapis/gax-java/compare/v2.13.0...v2.14.0) (2022-04-01) + + +### Features + +* relocate Netty Native Image configurations from java-core to gax ([#1638](https://github.com/googleapis/gax-java/issues/1638)) ([aafded4](https://github.com/googleapis/gax-java/commit/aafded4a0b779c68d0d5702b722672a0f86ccdd1)) +* relocate protobuf configurations from java-core to gax-java ([#1641](https://github.com/googleapis/gax-java/issues/1641)) ([01d395f](https://github.com/googleapis/gax-java/commit/01d395f486ccd7c364c03ccdfcfbf83b900192c3)) + + +### Bug Fixes + +* update the runtime dependency grpc-java xds to googleapis ([#1643](https://github.com/googleapis/gax-java/issues/1643)) ([b8d9e30](https://github.com/googleapis/gax-java/commit/b8d9e30c3e2209bcd4cc0f808dfdf0a0608aa466)) + ## [2.13.0](https://github.com/googleapis/gax-java/compare/v2.12.2...v2.13.0) (2022-03-25) diff --git a/build.gradle b/build.gradle index 64b9a25f5..02dde1018 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ plugins { } // TODO: Populate this from dependencies.properties version property (for proper Gradle-Bazel sync) -project.version = "2.13.1-SNAPSHOT" // {x-version-update:gax:current} +project.version = "2.14.0" // {x-version-update:gax:current} allprojects { group = 'com.google.api' diff --git a/dependencies.properties b/dependencies.properties index b69f779ea..7e432daa3 100644 --- a/dependencies.properties +++ b/dependencies.properties @@ -8,16 +8,16 @@ # Versions of oneself # {x-version-update-start:gax:current} -version.gax=2.13.1-SNAPSHOT +version.gax=2.14.0 # {x-version-update-end} # {x-version-update-start:gax:current} -version.gax_grpc=2.13.1-SNAPSHOT +version.gax_grpc=2.14.0 # {x-version-update-end} # {x-version-update-start:gax:current} -version.gax_bom=2.13.1-SNAPSHOT +version.gax_bom=2.14.0 # {x-version-update-end} # {x-version-update-start:gax-httpjson:current} -version.gax_httpjson=0.98.1-SNAPSHOT +version.gax_httpjson=0.99.0 # {x-version-update-end} # Versions for dependencies which actual artifacts differ between Bazel and Gradle. diff --git a/gax-bom/build.gradle b/gax-bom/build.gradle index 1b7cd8ed8..1dbcded2d 100644 --- a/gax-bom/build.gradle +++ b/gax-bom/build.gradle @@ -5,7 +5,7 @@ plugins { archivesBaseName = 'gax-bom' -project.version = "2.13.1-SNAPSHOT" // {x-version-update:gax-bom:current} +project.version = "2.14.0" // {x-version-update:gax-bom:current} def mavenJavaDir = "$buildDir/publications/mavenJava" def mavenJavaBomOutputFile = file(mavenJavaDir + '/pom-default.xml') diff --git a/gax-bom/pom.xml b/gax-bom/pom.xml index 90b7aae58..e861f615c 100644 --- a/gax-bom/pom.xml +++ b/gax-bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.api gax-bom - 2.13.1-SNAPSHOT + 2.14.0 pom GAX (Google Api eXtensions) for Java Google Api eXtensions for Java @@ -33,34 +33,34 @@ com.google.api gax - 2.13.1-SNAPSHOT + 2.14.0 com.google.api gax - 2.13.1-SNAPSHOT + 2.14.0 testlib com.google.api gax-grpc - 2.13.1-SNAPSHOT + 2.14.0 com.google.api gax-grpc - 2.13.1-SNAPSHOT + 2.14.0 testlib com.google.api gax-httpjson - 0.98.1-SNAPSHOT + 0.99.0 com.google.api gax-httpjson - 0.98.1-SNAPSHOT + 0.99.0 testlib diff --git a/gax-grpc/build.gradle b/gax-grpc/build.gradle index 3320a8691..a8d3df04b 100644 --- a/gax-grpc/build.gradle +++ b/gax-grpc/build.gradle @@ -1,7 +1,7 @@ archivesBaseName = 'gax-grpc' // TODO: Populate this from dependencies.properties version property (for proper Gradle-Bazel sync) -project.version = "2.13.1-SNAPSHOT" // {x-version-update:gax-grpc:current} +project.version = "2.14.0" // {x-version-update:gax-grpc:current} dependencies { api(project(':gax'), diff --git a/gax-httpjson/build.gradle b/gax-httpjson/build.gradle index 92d3affee..b52dee58f 100644 --- a/gax-httpjson/build.gradle +++ b/gax-httpjson/build.gradle @@ -1,7 +1,7 @@ archivesBaseName = 'gax-httpjson' // TODO: Populate this from dependencies.properties version property (for proper Gradle-Bazel sync) -project.version = "0.98.1-SNAPSHOT" // {x-version-update:gax-httpjson:current} +project.version = "0.99.0" // {x-version-update:gax-httpjson:current} dependencies { api(project(':gax'), diff --git a/gax/build.gradle b/gax/build.gradle index d9ad1da14..cdd5d63bd 100644 --- a/gax/build.gradle +++ b/gax/build.gradle @@ -1,7 +1,7 @@ archivesBaseName = "gax" // TODO: Populate this from dependencies.properties version property (for proper Gradle-Bazel sync) -project.version = "2.13.1-SNAPSHOT" // {x-version-update:gax:current} +project.version = "2.14.0" // {x-version-update:gax:current} dependencies { api(libraries['maven.com_google_api_api_common'], diff --git a/versions.txt b/versions.txt index 70a2052a5..41301da08 100644 --- a/versions.txt +++ b/versions.txt @@ -1,7 +1,7 @@ # Format: # module:released-version:current-version -gax:2.13.0:2.13.1-SNAPSHOT -gax-bom:2.13.0:2.13.1-SNAPSHOT -gax-grpc:2.13.0:2.13.1-SNAPSHOT -gax-httpjson:0.98.0:0.98.1-SNAPSHOT +gax:2.14.0:2.14.0 +gax-bom:2.14.0:2.14.0 +gax-grpc:2.14.0:2.14.0 +gax-httpjson:0.99.0:0.99.0