Tags: classicvalues/python-talent
Tags
chore: release 2.4.0 (googleapis#149) 🤖 I have created a release \*beep\* \*boop\* --- ## [2.4.0](https://www.github.com/googleapis/python-talent/compare/v2.3.0...v2.4.0) (2021-11-04) ### Features * add context manager support in client ([googleapis#168](https://www.github.com/googleapis/python-talent/issues/168)) ([04dd991](https://www.github.com/googleapis/python-talent/commit/04dd991f185380bafa81a68e90be19f7bef9e3bc)) * Add new commute methods in Search APIs feat: Add new histogram type 'publish_time_in_day' feat: Support filtering by requisitionId is ListJobs API ([googleapis#148](https://www.github.com/googleapis/python-talent/issues/148)) ([3e72647](https://www.github.com/googleapis/python-talent/commit/3e72647c6cf9b69a157bd790a26e5dd915e2056e)) * Added a new `KeywordMatchMode` field to support more keyword matching options feat: Added more `DiversificationLevel` configuration options ([googleapis#159](https://www.github.com/googleapis/python-talent/issues/159)) ([4626497](https://www.github.com/googleapis/python-talent/commit/4626497c55596d876f7a63314bc55e2b9330361c)) ### Bug Fixes * add 'dict' annotation type to 'request' ([c0945eb](https://www.github.com/googleapis/python-talent/commit/c0945ebabb75f0cc53c09ce30dce46fd424fa0d4)) * **deps:** drop packaging dependency ([84914d5](https://www.github.com/googleapis/python-talent/commit/84914d54499f677f0db3ee44c74030d5afaead32)) * **deps:** require google-api-core >= 1.28.0 ([84914d5](https://www.github.com/googleapis/python-talent/commit/84914d54499f677f0db3ee44c74030d5afaead32)) * improper types in pagers generation ([31f3a51](https://www.github.com/googleapis/python-talent/commit/31f3a516a1f778dca07ba91dfa14f6010d3f66f1)) ### Documentation * list oneofs in docstring ([84914d5](https://www.github.com/googleapis/python-talent/commit/84914d54499f677f0db3ee44c74030d5afaead32)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
chore: release 2.3.0 (googleapis#143) 🤖 I have created a release \*beep\* \*boop\* --- ## [2.3.0](https://www.github.com/googleapis/python-talent/compare/v2.2.1...v2.3.0) (2021-08-09) ### Features * bump release level to production/stable ([googleapis#102](https://www.github.com/googleapis/python-talent/issues/102)) ([2e63f9b](https://www.github.com/googleapis/python-talent/commit/2e63f9bf6aa2275fdf4d44c4ec8e7135add8df66)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
chore: release 2.2.1 (googleapis#140) 🤖 I have created a release \*beep\* \*boop\* --- ### [2.2.1](https://www.github.com/googleapis/python-talent/compare/v2.2.0...v2.2.1) (2021-07-28) ### Bug Fixes * **deps:** pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions ([googleapis#133](https://www.github.com/googleapis/python-talent/issues/133)) ([9032d52](https://www.github.com/googleapis/python-talent/commit/9032d52e1f69f1e58e867aa8968d63af1398d36f)) * enable self signed jwt for grpc ([googleapis#138](https://www.github.com/googleapis/python-talent/issues/138)) ([95fbb59](https://www.github.com/googleapis/python-talent/commit/95fbb597e2a4b9aac0b0bb0fc920e69b5e04f22b)) ### Documentation * add Samples section to CONTRIBUTING.rst ([googleapis#134](https://www.github.com/googleapis/python-talent/issues/134)) ([4a4c133](https://www.github.com/googleapis/python-talent/commit/4a4c1337be504d7b45c1a1ec000302472787d409)) ### Miscellaneous Chores * release 2.2.1 ([googleapis#139](https://www.github.com/googleapis/python-talent/issues/139)) ([9c15373](https://www.github.com/googleapis/python-talent/commit/9c15373aa362220b20836b6a8fade858f8d41e31)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
chore: release 2.2.0 (googleapis#75) 🤖 I have created a release \*beep\* \*boop\* --- ## [2.2.0](https://www.github.com/googleapis/python-talent/compare/v2.1.0...v2.2.0) (2021-06-30) ### Features * add `from_service_account_info` ([095747e](https://www.github.com/googleapis/python-talent/commit/095747e8b517769a9caa2df6babf96fd526d0a22)) * add always_use_jwt_access ([googleapis#112](https://www.github.com/googleapis/python-talent/issues/112)) ([01c8095](https://www.github.com/googleapis/python-talent/commit/01c8095182503fa8d7ca593f4701f87fe00621ff)) ### Bug Fixes * **deps:** add packaging requirement ([googleapis#99](https://www.github.com/googleapis/python-talent/issues/99)) ([c00ab57](https://www.github.com/googleapis/python-talent/commit/c00ab5750a4062b7de24fcba5798171be174f131)) * disable always_use_jwt_access ([a422ac0](https://www.github.com/googleapis/python-talent/commit/a422ac00d270bef6f66d6d29b674505c3a152e33)) * disable always_use_jwt_access ([googleapis#115](https://www.github.com/googleapis/python-talent/issues/115)) ([a422ac0](https://www.github.com/googleapis/python-talent/commit/a422ac00d270bef6f66d6d29b674505c3a152e33)) * fix retry deadlines ([googleapis#73](https://www.github.com/googleapis/python-talent/issues/73)) ([095747e](https://www.github.com/googleapis/python-talent/commit/095747e8b517769a9caa2df6babf96fd526d0a22)) ### Documentation * omit mention of Python 2.7 in 'CONTRIBUTING.rst' ([#1127](https://www.github.com/googleapis/python-talent/issues/1127)) ([googleapis#109](https://www.github.com/googleapis/python-talent/issues/109)) ([fe89307](https://www.github.com/googleapis/python-talent/commit/fe89307a7288e02aaeadb4d582a4b0bd7aa1d221)), closes [#1126](https://www.github.com/googleapis/python-talent/issues/1126) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
chore: release 2.1.0 (googleapis#59) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
chore: release 2.0.0 (googleapis#38) 🤖 I have created a release \*beep\* \*boop\* --- ## [2.0.0](https://www.github.com/googleapis/python-talent/compare/v1.0.0...v2.0.0) (2020-10-02) ### ⚠ BREAKING CHANGES * remove WALKING and CYCLING from v4 commute methods (googleapis#37) ### Bug Fixes * remove WALKING and CYCLING from v4 commute methods ([googleapis#37](https://www.github.com/googleapis/python-talent/issues/37)) ([e239d24](https://www.github.com/googleapis/python-talent/commit/e239d24bdd3ff94cfc759da3e58fbf6a377af015)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please).
chore: release 0.6.1 (googleapis#12) 🤖 I have created a release \*beep\* \*boop\* --- ### [0.6.1](https://www.github.com/googleapis/python-talent/compare/v0.6.0...v0.6.1) (2020-04-28) ### Bug Fixes * increase default timeout; update templates (via synth) ([googleapis#11](https://www.github.com/googleapis/python-talent/issues/11)) ([0bf35f5](https://www.github.com/googleapis/python-talent/commit/0bf35f54ce026613fc7c2a1772d983866291d09a)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please).
PreviousNext