diff --git a/CHANGELOG.md b/CHANGELOG.md index ec7bf8b4..3c61051e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,38 +1,5 @@ # Changelog -## [0.36.0](https://www.github.com/googleapis/java-talent/compare/v0.35.2...v0.36.0) (2020-03-27) - - -### ⚠ BREAKING CHANGES - -* use `TenantName` for resources in place of `TenantOrProjectName` -* adopt the new multi-pattern resource names (#88) - -### Features - -* adopt the new multi-pattern resource names ([#88](https://www.github.com/googleapis/java-talent/issues/88)) ([0a8a4c9](https://www.github.com/googleapis/java-talent/commit/0a8a4c9141e5b024ab4106975690f6b3f1c91bf3)) -* resource name change ([#106](https://www.github.com/googleapis/java-talent/issues/106)) ([2c44fa8](https://www.github.com/googleapis/java-talent/commit/2c44fa85b84cb8b64715a784b9c960a0ac23065c)) - - -### Bug Fixes - -* undeprecate resource name classes until multi-pattern resources are available ([#83](https://www.github.com/googleapis/java-talent/issues/83)) ([c6ac9f8](https://www.github.com/googleapis/java-talent/commit/c6ac9f825e122cd4805f51ae5ef3fc9e2185ca1b)) - - -### Dependencies - -* update core dependencies ([#84](https://www.github.com/googleapis/java-talent/issues/84)) ([2824acd](https://www.github.com/googleapis/java-talent/commit/2824acd3d725f7a2b2c246dad5140e248ceb318c)) -* update dependency com.google.api:api-common to v1.9.0 ([#108](https://www.github.com/googleapis/java-talent/issues/108)) ([3e9cd1f](https://www.github.com/googleapis/java-talent/commit/3e9cd1fbd46f00d83dd5cedcce487644ba7eb465)) -* update dependency com.google.cloud:google-cloud-core to v1.92.5 ([bd15e46](https://www.github.com/googleapis/java-talent/commit/bd15e4646a653e0951999a35336c472bc3c1661c)) -* update dependency com.google.protobuf:protobuf-java to v3.11.4 ([e6ca466](https://www.github.com/googleapis/java-talent/commit/e6ca46662f9f78760fde934e23deaa1d4582d604)) -* update dependency io.grpc:grpc-bom to v1.27.1 ([b9a488d](https://www.github.com/googleapis/java-talent/commit/b9a488d3356e772131a427934011d5f4543fac2c)) - - -### Documentation - -* **regen:** update generate proto documentation ([#86](https://www.github.com/googleapis/java-talent/issues/86)) ([3e2a860](https://www.github.com/googleapis/java-talent/commit/3e2a860d3d10cb46dcbe97582afc0b283d591f01)) -* **regen:** update sample code to set total timeout, add API client header test ([10922f4](https://www.github.com/googleapis/java-talent/commit/10922f4c050ea3a54e57c30d5963d95e749228dd)) - ### [0.35.2](https://www.github.com/googleapis/java-talent/compare/v0.35.1...v0.35.2) (2020-02-04) diff --git a/README.md b/README.md index 441f3cf8..91aa4ef3 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-talent - 0.36.0 + 0.35.2-beta ``` diff --git a/google-cloud-talent-bom/pom.xml b/google-cloud-talent-bom/pom.xml index 16284781..63d44127 100644 --- a/google-cloud-talent-bom/pom.xml +++ b/google-cloud-talent-bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-talent-bom - 0.36.1-SNAPSHOT + 0.35.3-beta-SNAPSHOT pom com.google.cloud @@ -64,17 +64,17 @@ com.google.api.grpc proto-google-cloud-talent-v4beta1 - 0.36.1-SNAPSHOT + 0.35.3-beta-SNAPSHOT com.google.cloud google-cloud-talent - 0.36.1-SNAPSHOT + 0.35.3-beta-SNAPSHOT com.google.api.grpc grpc-google-cloud-talent-v4beta1 - 0.36.1-SNAPSHOT + 0.35.3-beta-SNAPSHOT diff --git a/google-cloud-talent/pom.xml b/google-cloud-talent/pom.xml index c0a5f8e7..dcfa261e 100644 --- a/google-cloud-talent/pom.xml +++ b/google-cloud-talent/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-talent - 0.36.1-SNAPSHOT + 0.35.3-beta-SNAPSHOT jar Google Cloud Talent Solution https://github.com/googleapis/java-talent @@ -11,7 +11,7 @@ com.google.cloud google-cloud-talent-parent - 0.36.1-SNAPSHOT + 0.35.3-beta-SNAPSHOT google-cloud-talent diff --git a/grpc-google-cloud-talent-v4beta1/pom.xml b/grpc-google-cloud-talent-v4beta1/pom.xml index 21cc263f..0dfd2767 100644 --- a/grpc-google-cloud-talent-v4beta1/pom.xml +++ b/grpc-google-cloud-talent-v4beta1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-talent-v4beta1 - 0.36.1-SNAPSHOT + 0.35.3-beta-SNAPSHOT grpc-google-cloud-talent-v4beta1 GRPC library for grpc-google-cloud-talent-v4beta1 com.google.cloud google-cloud-talent-parent - 0.36.1-SNAPSHOT + 0.35.3-beta-SNAPSHOT diff --git a/pom.xml b/pom.xml index 6189747f..95aead60 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-talent-parent pom - 0.36.1-SNAPSHOT + 0.35.3-beta-SNAPSHOT Google Cloud Talent Solution Parent https://github.com/googleapis/java-talent @@ -81,22 +81,22 @@ com.google.api.grpc proto-google-cloud-talent-v4beta1 - 0.36.1-SNAPSHOT + 0.35.3-beta-SNAPSHOT com.google.api.grpc grpc-google-cloud-talent-v4beta1 - 0.36.1-SNAPSHOT + 0.35.3-beta-SNAPSHOT com.google.cloud google-cloud-talent - 0.36.1-SNAPSHOT + 0.35.3-beta-SNAPSHOT com.google.cloud google-cloud-talent-bom - 0.36.1-SNAPSHOT + 0.35.3-beta-SNAPSHOT diff --git a/proto-google-cloud-talent-v4beta1/pom.xml b/proto-google-cloud-talent-v4beta1/pom.xml index ef839f4f..9bc6246f 100644 --- a/proto-google-cloud-talent-v4beta1/pom.xml +++ b/proto-google-cloud-talent-v4beta1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-talent-v4beta1 - 0.36.1-SNAPSHOT + 0.35.3-beta-SNAPSHOT proto-google-cloud-talent-v4beta1 PROTO library for proto-google-cloud-talent-v4beta1 com.google.cloud google-cloud-talent-parent - 0.36.1-SNAPSHOT + 0.35.3-beta-SNAPSHOT diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index 5ff2b922..56c366f5 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -14,7 +14,7 @@ com.google.cloud.samples shared-configuration - 1.0.14 + 1.0.13 @@ -29,7 +29,7 @@ com.google.cloud google-cloud-talent - 0.36.0 + 0.35.2-beta diff --git a/samples/pom.xml b/samples/pom.xml index a9461b55..3e1608f5 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -18,7 +18,7 @@ com.google.cloud.samples shared-configuration - 1.0.14 + 1.0.13 diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index 9ef8952f..86421f7e 100644 --- a/samples/snapshot/pom.xml +++ b/samples/snapshot/pom.xml @@ -14,7 +14,7 @@ com.google.cloud.samples shared-configuration - 1.0.14 + 1.0.13 @@ -28,7 +28,7 @@ com.google.cloud google-cloud-talent - 0.36.0 + 0.35.2-beta diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml index e1089140..183bd850 100644 --- a/samples/snippets/pom.xml +++ b/samples/snippets/pom.xml @@ -14,7 +14,7 @@ com.google.cloud.samples shared-configuration - 1.0.14 + 1.0.13 @@ -30,7 +30,7 @@ com.google.cloud libraries-bom - 4.4.0 + 4.3.0 pom import diff --git a/synth.metadata b/synth.metadata index 24ddc571..bc695bcc 100644 --- a/synth.metadata +++ b/synth.metadata @@ -1,21 +1,19 @@ { - "updateTime": "2020-03-26T22:48:24.018150Z", + "updateTime": "2020-04-02T00:24:56.148152Z", "sources": [ { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", "sha": "8bea81bfa461698981b3d3a488a95633d2f6e9ff", - "internalRef": "303197602", - "log": "8bea81bfa461698981b3d3a488a95633d2f6e9ff\nchore: use latest protoc-java-resource-name-plugin in bazel WORKSPACE.\nnew commits:\n- fix: stop generating `parseList` and `toStringList` if a multi-pattern resource name has subclasses (#79)\n\ncommitter: @hzyi-google\nPiperOrigin-RevId: 303197602\n\nb14af92e565264675d6b12cd2c0ded6c94ddd7f8\nfix talent API incorrect placeholders in two resource name patterns.\ncommitter: @hzyi-google\n\nPiperOrigin-RevId: 303189497\n\n8e22db908ae09e1f7e2802c03b4563fd6b524e0e\nchore(google/maps): Update postprocessing script for Java.\n\n- Update root build.gradle to load local plugin\n- Change com.google.api.grpc group to com.google.maps\n\nPiperOrigin-RevId: 303176850\n\n65816afa71e588252b7119dc723592abe51ea106\nbazel: update gapic-generator-go to v0.12.5 and gapic-generator hash\n\nChanges to gapic-generator-go include:\n* feat: strip invalid link references in comments\n* chore: updating Go deps in bazel repositories\n\nChanges to gapic-generator include:\n* fix: bazel go build gen check for cloud in proto pkg name\n* Revert \"feat: allow static substitution for group name\"\n\nPiperOrigin-RevId: 303150338\n\nd4aa417ed2bba89c2d216900282bddfdafef6128\nFix incorrect retry config in gapic v2 for kms.\n\nPiperOrigin-RevId: 303010132\n\nfd08334533204fdd1b33f79fcb263dbb5bf13de0\nfix: osconfig/v1 update go_gapic_library target to microgen interface\n\nPiperOrigin-RevId: 303007866\n\ne2c0f2a0e06d86b50aba98f67f9f291587d986b3\nUpdate comments for google/rpc/error_details.proto.\n\nPiperOrigin-RevId: 303002528\n\nf786c7586748e78a286b1620ff3ddbf7b4dcab92\nfeat: Add OsConfigService v1 patch APIs.\n\nPiperOrigin-RevId: 302999346\n\n0341fa3fc2f4073a1b1f260d37b2ce620799f545\nTurn on gapic config v2 for kms.\n\nCommitter: @hzyi-google\nPiperOrigin-RevId: 302980301\n\n32dc6e832039b61ac3fb82c72eb0a27570aebcd6\nredis: v1beta1 enables REDIS_5_0 as an option for redis_version field and adds two new redis configs --stream-node-max-entries --stream-node-max-bytes\n\nPiperOrigin-RevId: 302958009\n\n685f16483cc4d87c35051f21f8f13ef4fdc919b4\nredis: v1 enables REDIS_5_0 as an option for redis_version field and adds two new redis configs --stream-node-max-entries --stream-node-max-bytes\n\nPiperOrigin-RevId: 302957729\n\n733cb282ae5e64673ef86c9a5dff647df803d8b7\nAdd GAPIC cofiguration for v1 client library genetration.\n\nPiperOrigin-RevId: 302928200\n\n1b0fff5f2ec6dc4a9443d9b50e70e9c94c30c45b\ndocs: remove an internal lint declaration\n\nPiperOrigin-RevId: 302928106\n\n2be23f3f3036a6f7ce0844def3d2d3da74e5d415\nfix(google/maps): Add post-processing rules for Google Maps APIs\n\nPiperOrigin-RevId: 302925222\n\nfd83ab212176a1042e8d45ea90766b3bf59ac679\nfix: migrate osconfig/agentendpoint/v1 go_gapic_library target to microgen impl\n\nPiperOrigin-RevId: 302913609\n\n0e07113e776bdd8fcc0783372e08bb6e76cb1b5b\ndocs: Update documentation with links to smart home developer guides and reference pages. Remove outdated authorization instructions.\n\nPiperOrigin-RevId: 302892245\n\n551cf1e6e3addcc63740427c4f9b40dedd3dac27\nfeat: Add OS Config AgentEndpointService v1 PatchJobs and Tasks APIs.\n\nPiperOrigin-RevId: 302792195\n\n1df117114c73299b614dfd3ba3632bf246669336\nSynchronize new proto/yaml changes.\n\nPiperOrigin-RevId: 302753982\n\n71d6c56a14bb433beb1237dccb48dabcd9597924\nRefresh monitoring client libraries.\nRename to Cloud Monitoring API.\nAdded support for TimeSeriesQueryLanguageCondition condition type in alert policies.\n\nPiperOrigin-RevId: 302735422\n\n25a1781c096974df99d556cc5888fefa82bc6425\nbazel: migrate all go_gapic_library targets to microgenerator implementation\n\n* update rules_go and gazelle bazel dependencies\n* update gapic-generator bazel dependency (with build file generator changes)\n\nPiperOrigin-RevId: 302730217\n\n36c0febd0fa7267ab66d14408eec2afd1b6bec4e\nUpdate GAPIC configurations to v2 .yaml.\n\nPiperOrigin-RevId: 302639621\n\n078f222366ed344509a48f2f084944ef61476613\nFix containeranalysis v1beta1 assembly target name\n\nPiperOrigin-RevId: 302529186\n\n0be7105dc52590fa9a24e784052298ae37ce53aa\nAdd BUILD.bazel file to asset/v1p1beta1\n\nPiperOrigin-RevId: 302154871\n\n6c248fd13e8543f8d22cbf118d978301a9fbe2a8\nAdd missing resource annotations and additional_bindings to dialogflow v2 API.\n\nPiperOrigin-RevId: 302063117\n\n9a3a7f33be9eeacf7b3e98435816b7022d206bd7\nChange the service name from \"chromeos-moblab.googleapis.com\" to \"chromeosmoblab.googleapis.com\"\n\nPiperOrigin-RevId: 302060989\n\n98a339237577e3de26cb4921f75fb5c57cc7a19f\nfeat: devtools/build/v1 publish client library config annotations\n\n* add details field to some of the BuildEvents\n* add final_invocation_id and build_tool_exit_code fields to BuildStatus\n\nPiperOrigin-RevId: 302044087\n\ncfabc98c6bbbb22d1aeaf7612179c0be193b3a13\nfeat: home/graph/v1 publish client library config annotations & comment updates\n\nThis change includes adding the client library configuration annotations, updated proto comments, and some client library configuration files.\n\nPiperOrigin-RevId: 302042647\n\nc8c8c0bd15d082db9546253dbaad1087c7a9782c\nchore: use latest gapic-generator in bazel WORKSPACE.\nincluding the following commits from gapic-generator:\n- feat: take source protos in all sub-packages (#3144)\n\nPiperOrigin-RevId: 301843591\n\ne4daf5202ea31cb2cb6916fdbfa9d6bd771aeb4c\nAdd bazel file for v1 client lib generation\n\nPiperOrigin-RevId: 301802926\n\n" + "internalRef": "303197602" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "e36822bfa0acb355502dab391b8ef9c4f30208d8", - "log": "e36822bfa0acb355502dab391b8ef9c4f30208d8\nchore(java): treat samples shared configuration dependency update as chore (#457)\n\n\n1b4cc80a7aaf164f6241937dd87f3bd1f4149e0c\nfix: do not run node 8 CI (#456)\n\n\nee4330a0e5f4b93978e8683fbda8e6d4148326b7\nchore(java_templates): mark version bumps of current library as a chore (#452)\n\nWith the samples/install-without-bom/pom.xml referencing the latest released library, we want to mark updates of this version as a chore for renovate bot.\na0d3133a5d45544a66345059eebf76933265c099\nfix(java): run mvn install with retry (#453)\n\n* fix(java): run mvn install with retry\n\n* fix invocation of command\n6a17abc7652e2fe563e1288c6e8c23fc260dda97\ndocs: document the release schedule we follow (#454)\n\n\n7e98e1609c91082f4eeb63b530c6468aefd18cfd\nbuild: use checkout@v2, not v1, as this allows manual re-running of tests (#451)\n\nhttps://github.com/actions/checkout/issues/23\n" + "sha": "e36822bfa0acb355502dab391b8ef9c4f30208d8" } } ], diff --git a/versions.txt b/versions.txt index 8f6a67b6..63f42c48 100644 --- a/versions.txt +++ b/versions.txt @@ -1,7 +1,7 @@ # Format: # module:released-version:current-version -proto-google-cloud-talent-v4beta1:0.36.0:0.36.1-SNAPSHOT -grpc-google-cloud-talent-v4beta1:0.36.0:0.36.1-SNAPSHOT -google-cloud-talent:0.36.0:0.36.1-SNAPSHOT -google-cloud-talent-bom:0.36.0:0.36.1-SNAPSHOT +proto-google-cloud-talent-v4beta1:0.35.2:0.35.3-SNAPSHOT +grpc-google-cloud-talent-v4beta1:0.35.2:0.35.3-SNAPSHOT +google-cloud-talent:0.35.2:0.35.3-SNAPSHOT +google-cloud-talent-bom:0.35.2:0.35.3-SNAPSHOT