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