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

chore(main): release 2.0.0 #377

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
69 changes: 69 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,75 @@

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

## [2.0.0](https://github.com/googleapis/nodejs-recaptcha-enterprise/compare/v1.0.0...v2.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.

### Features

* 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))
* 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))
* 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))
* 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))
* 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))
* 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))
* 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))
* deferred client initialization ([#128](https://github.com/googleapis/nodejs-recaptcha-enterprise/issues/128)) ([3de999e](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/3de999e1d4efc823dd52844a7ee19ec9b8c3ebfd))
* 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))
* export protos in src/index.ts ([ffd77ca](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/ffd77caffcec5d341517e7b82e58d1c50288ea22))
* introduces style enumeration ([#234](https://github.com/googleapis/nodejs-recaptcha-enterprise/issues/234)) ([35f1bb6](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/35f1bb6de0d16a10cc9e18ab7cf5aadd332bd0d8))
* load protos from JSON, grpc-fallback support ([7a4b2a6](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/7a4b2a65d7157ee8d8bac099df0c09b6778ad370))
* 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))
* 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))
* 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))
* update scopes and classifications ([#60](https://github.com/googleapis/nodejs-recaptcha-enterprise/issues/60)) ([b216630](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/b216630a5abd910e908d0b81d0dfe24a4ddd66b5))


### Bug Fixes

* allow calls with no request, add JSON proto ([ab643f8](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/ab643f88b1422ada8d5b8319dab7ddd440c7bd5c))
* **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))
* **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))
* **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))
* **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))
* **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))
* **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))
* **deps:** pin TypeScript below 3.7.0 ([0e96508](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/0e965087f253c8474143051c06a955d2797cbcf4))
* **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))
* 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))
* **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))
* **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))
* **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))
* **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))
* enum, bytes, and Long types now accept strings ([394cfd8](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/394cfd824a655245d1430afd68682b51e99b90d3))
* 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))
* 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))
* 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))
* 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))
* pass x-goog-request-params header for streaming calls ([983411e](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/983411e0a115c6be6fe9ac0001d333bfef5e81a8))
* proper fallback option handling ([#180](https://github.com/googleapis/nodejs-recaptcha-enterprise/issues/180)) ([52fe53d](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/52fe53d93402d247036b31badde5d57fa4f1ee78))
* proper routing headers ([4d1b1d3](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/4d1b1d31da7e5ca064ad2d26f0a1b1103251bdfa))
* 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))
* 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))
* remove key management API ([#366](https://github.com/googleapis/nodejs-recaptcha-enterprise/issues/366)) ([44a5a4b](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/44a5a4be5ee8fedd9258d28cd2151f15961dba5c))
* 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))
* 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))
* 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))
* use compatible version of google-gax ([dfb174a](https://github.com/googleapis/nodejs-recaptcha-enterprise/commit/dfb174aa8848f66e83d4f9f125ce3b7aaac282e2))
* 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))


### Build System

* 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))

## 1.0.0 (2022-05-18)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"repository": "googleapis/nodejs-recaptcha-enterprise",
"name": "@google-cloud/recaptcha-enterprise",
"version": "1.0.0",
"version": "2.0.0",
"author": "Google LLC",
"description": "reCAPTCHA Enterprise API client for Node.js",
"main": "build/src/index.js",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-recaptchaenterprise",
"version": "1.0.0",
"version": "2.0.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-recaptchaenterprise",
"version": "1.0.0",
"version": "2.0.0",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
2 changes: 1 addition & 1 deletion samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "mocha --timeout 600000 test/*.js"
},
"dependencies": {
"@google-cloud/recaptcha-enterprise": "^1.0.0"
"@google-cloud/recaptcha-enterprise": "^2.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down