Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

Commit 086cb96

Browse files
chore(main): release 1.0.0 (#375)
🤖 I have created a release *beep* *boop* --- ## 1.0.0 (2022-05-18) ### ⚠ BREAKING CHANGES * update library to use Node 12 (#374) * rename parent to project in SearchRelatedAccountGroupMembershipsRequest (#370) * remove key management API (#366) * Remove RecaptchaEnterpriseServiceV1Beta1Client. * The library now supports Node.js v10+. The last version to support Node.js v8 is tagged legacy-8 on NPM. * upgrade engines field to >=8.10.0 (#2) ### Features * add crud support for keys ([#84](#84)) ([adfc3f9](adfc3f9)) * add GetMetrics and MigrateKey methods to reCAPTCHA enterprise API ([#318](#318)) ([55b1adc](55b1adc)) * add new reCAPTCHA Enterprise fraud annotations ([#334](#334)) ([24fdff1](24fdff1)) * add plural and singular resource descriptor ([#78](#78)) ([a67ffa7](a67ffa7)) * add reCAPTCHA Enterprise account defender API methods ([#328](#328)) ([2099c50](2099c50)) * Add support for Password Check through the private_password_leak_verification field in the reCAPTCHA Assessment ([#376](#376)) ([7c1583c](7c1583c)) * add the v1 API surface ([#141](#141)) ([bb1bd33](bb1bd33)) * deferred client initialization ([#128](#128)) ([3de999e](3de999e)) * drop node8 support, support for async iterators ([#145](#145)) ([cc4cc51](cc4cc51)) * export protos in src/index.ts ([ffd77ca](ffd77ca)) * introduces style enumeration ([#234](#234)) ([35f1bb6](35f1bb6)) * load protos from JSON, grpc-fallback support ([7a4b2a6](7a4b2a6)) * move to typescript code generation ([#87](#87)) ([11051db](11051db)) * support apiEndpoint override in client constructor ([#30](#30)) ([1192afd](1192afd)) * turns on self-signed JWT feature flag ([#311](#311)) ([c12da34](c12da34)) * update scopes and classifications ([#60](#60)) ([b216630](b216630)) ### Bug Fixes * allow calls with no request, add JSON proto ([ab643f8](ab643f8)) * **browser:** check for fetch on window ([#226](#226)) ([8eb79dd](8eb79dd)) * **build:** switch primary branch to main ([#315](#315)) ([2fc99ad](2fc99ad)) * DEADLINE_EXCEEDED retry code is idempotent ([#10](#10)) ([746151c](746151c)) * **deps:** bump google-gax to 1.7.5 ([#68](#68)) ([0605bb8](0605bb8)) * **deps:** google-gax v2.17.0 with mTLS ([#294](#294)) ([45c12e5](45c12e5)) * **deps:** google-gax v2.17.1 ([#297](#297)) ([15640f1](15640f1)) * **deps:** google-gax v2.24.1 ([#309](#309)) ([de80090](de80090)) * **deps:** pin TypeScript below 3.7.0 ([0e96508](0e96508)) * **deps:** require google-gax v2.12.0 ([#270](#270)) ([ab16a25](ab16a25)) * **deps:** update dependency google-gax to v1 ([#17](#17)) ([0f9e159](0f9e159)) * do not modify options object, use defaultScopes ([#222](#222)) ([807b692](807b692)) * do not retry request on DEADLINE_EXCEEDED ([a6e9f4a](a6e9f4a)) * **docs:** bump the release level to beta ([#76](#76)) ([8a2e2c0](8a2e2c0)) * **docs:** link to reference docs section on googleapis.dev ([#35](#35)) ([14ada6b](14ada6b)) * **docs:** move to new client docs URL ([#32](#32)) ([6a95276](6a95276)) * **docs:** snippets are now replaced in jsdoc comments ([#74](#74)) ([b3c31fc](b3c31fc)) * enum, bytes, and Long types now accept strings ([394cfd8](394cfd8)) * export explicit version from protos.js ([#150](#150)) ([0bfb3c7](0bfb3c7)) * GoogleAdsError missing using generator version after 1.3.0 ([#279](#279)) ([6dc35a7](6dc35a7)) * include the correct version of node in a header ([#46](#46)) ([2cc8099](2cc8099)) * make request optional in all cases ([#290](#290)) ([e18a1d1](e18a1d1)) * pass x-goog-request-params header for streaming calls ([983411e](983411e)) * proper fallback option handling ([#180](#180)) ([52fe53d](52fe53d)) * proper routing headers ([4d1b1d3](4d1b1d3)) * regen protos and tests, formatting ([#169](#169)) ([731fe3b](731fe3b)) * remove eslint, update gax, fix generated protos, run the generator ([#155](#155)) ([21b09f5](21b09f5)) * remove key management API ([#366](#366)) ([44a5a4b](44a5a4b)) * rename parent to project in SearchRelatedAccountGroupMembershipsRequest ([#370](#370)) ([aad0883](aad0883)) * synth.py clean up for multiple version ([#172](#172)) ([ee1c250](ee1c250)) * Updating WORKSPACE files to use the newest version of the Typescript generator. ([#299](#299)) ([6787e23](6787e23)) * use compatible version of google-gax ([dfb174a](dfb174a)) * use require() to load JSON protos ([#273](#273)) ([fdbc0fe](fdbc0fe)) ### Build System * update library to use Node 12 ([#374](#374)) ([4042ae2](4042ae2)) * upgrade engines field to >=8.10.0 ([#2](#2)) ([94d6a49](94d6a49)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 7c1583c commit 086cb96

5 files changed

+78
-4
lines changed

CHANGELOG.md

+74
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,80 @@
44

55
[1]: https://www.npmjs.com/package/@google-cloud/recaptcha-enterprise?activeTab=versions
66

7+
## 1.0.0 (2022-05-18)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* update library to use Node 12 (#374)
13+
* rename parent to project in SearchRelatedAccountGroupMembershipsRequest (#370)
14+
* remove key management API (#366)
15+
* Remove RecaptchaEnterpriseServiceV1Beta1Client.
16+
* The library now supports Node.js v10+. The last version to support Node.js v8 is tagged legacy-8 on NPM.
17+
* upgrade engines field to >=8.10.0 (#2)
18+
19+
### Features
20+
21+
* add crud support for keys ([#84](https://github.com/googleapis/nodejs-recaptcha-enterprise/issues/84)) ([adfc3f9](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/adfc3f954f79110ad73425e2da9381fa6c02152d))
22+
* add GetMetrics and MigrateKey methods to reCAPTCHA enterprise API ([#318](https://github.com/googleapis/nodejs-recaptcha-enterprise/issues/318)) ([55b1adc](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/55b1adc261879db1b073f3ad9cd3453c09d1e8d8))
23+
* add new reCAPTCHA Enterprise fraud annotations ([#334](https://github.com/googleapis/nodejs-recaptcha-enterprise/issues/334)) ([24fdff1](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/24fdff1520fb8ff3192be7d256f7a7875d5803b6))
24+
* add plural and singular resource descriptor ([#78](https://github.com/googleapis/nodejs-recaptcha-enterprise/issues/78)) ([a67ffa7](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/a67ffa751551f4d6346c806e82b2311030b7ab61))
25+
* add reCAPTCHA Enterprise account defender API methods ([#328](https://github.com/googleapis/nodejs-recaptcha-enterprise/issues/328)) ([2099c50](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/2099c503c2bb91347761b083140c66f22b042a0d))
26+
* Add support for Password Check through the private_password_leak_verification field in the reCAPTCHA Assessment ([#376](https://github.com/googleapis/nodejs-recaptcha-enterprise/issues/376)) ([7c1583c](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/7c1583c6854d9a567fd135f5ba1629250fe5f8ce))
27+
* add the v1 API surface ([#141](https://github.com/googleapis/nodejs-recaptcha-enterprise/issues/141)) ([bb1bd33](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/bb1bd33c1f51d37ca8db15ce7579259560250530))
28+
* deferred client initialization ([#128](https://github.com/googleapis/nodejs-recaptcha-enterprise/issues/128)) ([3de999e](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/3de999e1d4efc823dd52844a7ee19ec9b8c3ebfd))
29+
* drop node8 support, support for async iterators ([#145](https://github.com/googleapis/nodejs-recaptcha-enterprise/issues/145)) ([cc4cc51](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/cc4cc51ec7b1ff8d5078b8524a9e7240639d72c3))
30+
* export protos in src/index.ts ([ffd77ca](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/ffd77caffcec5d341517e7b82e58d1c50288ea22))
31+
* introduces style enumeration ([#234](https://github.com/googleapis/nodejs-recaptcha-enterprise/issues/234)) ([35f1bb6](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/35f1bb6de0d16a10cc9e18ab7cf5aadd332bd0d8))
32+
* load protos from JSON, grpc-fallback support ([7a4b2a6](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/7a4b2a65d7157ee8d8bac099df0c09b6778ad370))
33+
* move to typescript code generation ([#87](https://github.com/googleapis/nodejs-recaptcha-enterprise/issues/87)) ([11051db](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/11051db91512f6abb21988d6b7049ce9904a656c))
34+
* support apiEndpoint override in client constructor ([#30](https://github.com/googleapis/nodejs-recaptcha-enterprise/issues/30)) ([1192afd](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/1192afd5358bc567664b33f41c445202204f2bea))
35+
* turns on self-signed JWT feature flag ([#311](https://github.com/googleapis/nodejs-recaptcha-enterprise/issues/311)) ([c12da34](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/c12da3410a4ebc87884d9caaaba7c700b396c6b4))
36+
* update scopes and classifications ([#60](https://github.com/googleapis/nodejs-recaptcha-enterprise/issues/60)) ([b216630](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/b216630a5abd910e908d0b81d0dfe24a4ddd66b5))
37+
38+
39+
### Bug Fixes
40+
41+
* allow calls with no request, add JSON proto ([ab643f8](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/ab643f88b1422ada8d5b8319dab7ddd440c7bd5c))
42+
* **browser:** check for fetch on window ([#226](https://github.com/googleapis/nodejs-recaptcha-enterprise/issues/226)) ([8eb79dd](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/8eb79dd2b9f1eb7d4848aef63bf3bf236928fc67))
43+
* **build:** switch primary branch to main ([#315](https://github.com/googleapis/nodejs-recaptcha-enterprise/issues/315)) ([2fc99ad](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/2fc99ad6d478bc98f8d3cf39ba19780b13449db3))
44+
* DEADLINE_EXCEEDED retry code is idempotent ([#10](https://github.com/googleapis/nodejs-recaptcha-enterprise/issues/10)) ([746151c](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/746151c38c705cee492758ce2a79d05cd320f6b5))
45+
* **deps:** bump google-gax to 1.7.5 ([#68](https://github.com/googleapis/nodejs-recaptcha-enterprise/issues/68)) ([0605bb8](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/0605bb8ce6a246fb31f4d54f4fbc126f1924f331))
46+
* **deps:** google-gax v2.17.0 with mTLS ([#294](https://github.com/googleapis/nodejs-recaptcha-enterprise/issues/294)) ([45c12e5](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/45c12e5a7f9dbb40f054f7a4d9da0477010f6b00))
47+
* **deps:** google-gax v2.17.1 ([#297](https://github.com/googleapis/nodejs-recaptcha-enterprise/issues/297)) ([15640f1](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/15640f1a4a931caa9ece4b749994e7d6d609200e))
48+
* **deps:** google-gax v2.24.1 ([#309](https://github.com/googleapis/nodejs-recaptcha-enterprise/issues/309)) ([de80090](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/de800902327bad13ee6145ecbbb6b90d11cb8f59))
49+
* **deps:** pin TypeScript below 3.7.0 ([0e96508](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/0e965087f253c8474143051c06a955d2797cbcf4))
50+
* **deps:** require google-gax v2.12.0 ([#270](https://github.com/googleapis/nodejs-recaptcha-enterprise/issues/270)) ([ab16a25](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/ab16a254b7da037039a51277495e65bbc983f1c7))
51+
* **deps:** update dependency google-gax to v1 ([#17](https://github.com/googleapis/nodejs-recaptcha-enterprise/issues/17)) ([0f9e159](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/0f9e1596c84796d65be44c38e1624840c95c9cd2))
52+
* do not modify options object, use defaultScopes ([#222](https://github.com/googleapis/nodejs-recaptcha-enterprise/issues/222)) ([807b692](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/807b6925ce52d14b3e7b2afa75fc54da805ce604))
53+
* do not retry request on DEADLINE_EXCEEDED ([a6e9f4a](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/a6e9f4aefe438e25933caab171b2699990b3ba81))
54+
* **docs:** bump the release level to beta ([#76](https://github.com/googleapis/nodejs-recaptcha-enterprise/issues/76)) ([8a2e2c0](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/8a2e2c005d5d73a57cff2056cc212736610060a6))
55+
* **docs:** link to reference docs section on googleapis.dev ([#35](https://github.com/googleapis/nodejs-recaptcha-enterprise/issues/35)) ([14ada6b](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/14ada6bd3d1eb8e40451cdc86ccb822816c0a789))
56+
* **docs:** move to new client docs URL ([#32](https://github.com/googleapis/nodejs-recaptcha-enterprise/issues/32)) ([6a95276](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/6a9527686e10dca0d77c0e7d2c7650bdd3591cd3))
57+
* **docs:** snippets are now replaced in jsdoc comments ([#74](https://github.com/googleapis/nodejs-recaptcha-enterprise/issues/74)) ([b3c31fc](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/b3c31fced63701a8e70b5f0ce3373466626ee960))
58+
* enum, bytes, and Long types now accept strings ([394cfd8](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/394cfd824a655245d1430afd68682b51e99b90d3))
59+
* export explicit version from protos.js ([#150](https://github.com/googleapis/nodejs-recaptcha-enterprise/issues/150)) ([0bfb3c7](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/0bfb3c74a6eaaa906ee34224675ea8dad2e5a055))
60+
* GoogleAdsError missing using generator version after 1.3.0 ([#279](https://github.com/googleapis/nodejs-recaptcha-enterprise/issues/279)) ([6dc35a7](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/6dc35a7c158b3981d7854969d37ff0ddebbbe6de))
61+
* include the correct version of node in a header ([#46](https://github.com/googleapis/nodejs-recaptcha-enterprise/issues/46)) ([2cc8099](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/2cc809955043e1dcaf531c765f03188d74c9f59b))
62+
* make request optional in all cases ([#290](https://github.com/googleapis/nodejs-recaptcha-enterprise/issues/290)) ([e18a1d1](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/e18a1d1131bed1ce355f9e91811a68b0799ca696))
63+
* pass x-goog-request-params header for streaming calls ([983411e](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/983411e0a115c6be6fe9ac0001d333bfef5e81a8))
64+
* proper fallback option handling ([#180](https://github.com/googleapis/nodejs-recaptcha-enterprise/issues/180)) ([52fe53d](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/52fe53d93402d247036b31badde5d57fa4f1ee78))
65+
* proper routing headers ([4d1b1d3](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/4d1b1d31da7e5ca064ad2d26f0a1b1103251bdfa))
66+
* regen protos and tests, formatting ([#169](https://github.com/googleapis/nodejs-recaptcha-enterprise/issues/169)) ([731fe3b](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/731fe3b8236478772a7cc311d0c26ee804080184))
67+
* remove eslint, update gax, fix generated protos, run the generator ([#155](https://github.com/googleapis/nodejs-recaptcha-enterprise/issues/155)) ([21b09f5](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/21b09f555632c6f36d1a487ccac3567064077a49))
68+
* remove key management API ([#366](https://github.com/googleapis/nodejs-recaptcha-enterprise/issues/366)) ([44a5a4b](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/44a5a4be5ee8fedd9258d28cd2151f15961dba5c))
69+
* rename parent to project in SearchRelatedAccountGroupMembershipsRequest ([#370](https://github.com/googleapis/nodejs-recaptcha-enterprise/issues/370)) ([aad0883](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/aad0883aa839e16ab76c3057678cf7583652466a))
70+
* synth.py clean up for multiple version ([#172](https://github.com/googleapis/nodejs-recaptcha-enterprise/issues/172)) ([ee1c250](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/ee1c2509b43b340a731aa98674ebceeab5ccdb2a))
71+
* Updating WORKSPACE files to use the newest version of the Typescript generator. ([#299](https://github.com/googleapis/nodejs-recaptcha-enterprise/issues/299)) ([6787e23](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/6787e23374c3ef97b4f267bf629ae03bf58f321a))
72+
* use compatible version of google-gax ([dfb174a](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/dfb174aa8848f66e83d4f9f125ce3b7aaac282e2))
73+
* use require() to load JSON protos ([#273](https://github.com/googleapis/nodejs-recaptcha-enterprise/issues/273)) ([fdbc0fe](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/fdbc0fe7d12c1f70f3f592028c30c455a1526ee2))
74+
75+
76+
### Build System
77+
78+
* update library to use Node 12 ([#374](https://github.com/googleapis/nodejs-recaptcha-enterprise/issues/374)) ([4042ae2](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/4042ae2304c92b7c74187c3874807be80ad72537))
79+
* upgrade engines field to >=8.10.0 ([#2](https://github.com/googleapis/nodejs-recaptcha-enterprise/issues/2)) ([94d6a49](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/94d6a49c7715734327269f2af0bcde80f6a24b5a))
80+
781
## [2.5.0](https://www.github.com/googleapis/nodejs-recaptcha-enterprise/compare/v2.4.0...v2.5.0) (2021-12-10)
882

983

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"repository": "googleapis/nodejs-recaptcha-enterprise",
33
"name": "@google-cloud/recaptcha-enterprise",
4-
"version": "2.5.0",
4+
"version": "1.0.0",
55
"author": "Google LLC",
66
"description": "reCAPTCHA Enterprise API client for Node.js",
77
"main": "build/src/index.js",

samples/generated/v1/snippet_metadata.google.cloud.recaptchaenterprise.v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-recaptchaenterprise",
4-
"version": "2.5.0",
4+
"version": "1.0.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

samples/generated/v1beta1/snippet_metadata.google.cloud.recaptchaenterprise.v1beta1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-recaptchaenterprise",
4-
"version": "2.5.0",
4+
"version": "1.0.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "mocha --timeout 600000 test/*.js"
1414
},
1515
"dependencies": {
16-
"@google-cloud/recaptcha-enterprise": "^2.5.0"
16+
"@google-cloud/recaptcha-enterprise": "^1.0.0"
1717
},
1818
"devDependencies": {
1919
"chai": "^4.2.0",

0 commit comments

Comments
 (0)