Changelog¶
2.14.1 (2024-11-11)¶
Bug Fixes¶
2.14.0 (2024-10-24)¶
Features¶
2.13.5 (2024-07-30)¶
Bug Fixes¶
Retry and timeout values do not propagate in requests during pagination (9cdac77)
2.13.4 (2024-07-08)¶
Bug Fixes¶
2.13.3 (2024-03-05)¶
Bug Fixes¶
2.13.2 (2024-02-22)¶
Bug Fixes¶
2.13.1 (2024-02-06)¶
Bug Fixes¶
2.13.0 (2024-02-01)¶
Features¶
2.12.0 (2023-12-07)¶
Features¶
Bug Fixes¶
2.11.2 (2023-09-19)¶
Documentation¶
Minor formatting (025219f)
2.11.1 (2023-07-05)¶
Bug Fixes¶
2.11.0 (2023-06-01)¶
Features¶
Add three per company option to diversification levels (532f474)
Bug Fixes¶
2.10.1 (2023-03-23)¶
Documentation¶
2.10.0 (2023-02-28)¶
Features¶
Enable “rest” transport in Python for services supporting numeric enums (6c4bf6e)
2.9.1 (2023-01-23)¶
Bug Fixes¶
Add context manager return types (6cdd484)
Documentation¶
Add documentation for enums (6cdd484)
2.9.0 (2023-01-10)¶
Features¶
2.8.0 (2022-12-15)¶
Features¶
Bug Fixes¶
Documentation¶
2.7.3 (2022-10-07)¶
Bug Fixes¶
2.7.2 (2022-09-29)¶
Bug Fixes¶
2.7.1 (2022-08-11)¶
Bug Fixes¶
2.7.0 (2022-07-17)¶
Features¶
add audience parameter (37e649c)
Bug Fixes¶
2.6.0 (2022-06-06)¶
Features¶
Bug Fixes¶
Documentation¶
Deprecate option TELECOMMUTE_EXCLUDED under enum TelecommutePreference (aeab3a0)
2.5.2 (2022-03-29)¶
Documentation¶
2.5.1 (2022-03-05)¶
Bug Fixes¶
2.5.0 (2022-02-11)¶
Features¶
Bug Fixes¶
2.4.0 (2021-11-04)¶
Features¶
Add new commute methods in Search APIs feat: Add new histogram type ‘publish_time_in_day’ feat: Support filtering by requisitionId is ListJobs API (#148) (3e72647)
Added a new
KeywordMatchMode
field to support more keyword matching options feat: Added moreDiversificationLevel
configuration options (#159) (4626497)
Bug Fixes¶
Documentation¶
list oneofs in docstring (84914d5)
2.3.0 (2021-08-09)¶
Features¶
2.2.1 (2021-07-28)¶
Bug Fixes¶
Documentation¶
Miscellaneous Chores¶
2.2.0 (2021-06-30)¶
Features¶
Bug Fixes¶
Documentation¶
2.1.0 (2021-02-11)¶
Features¶
2.0.0 (2020-10-02)¶
⚠ BREAKING CHANGES¶
remove WALKING and CYCLING from v4 commute methods (#37)
Bug Fixes¶
1.0.0 (2020-09-28)¶
⚠ BREAKING CHANGES¶
Move API to python microgenerator (#22). See Migration Guide.
Features¶
Bug Fixes¶
0.6.1 (2020-04-28)¶
Bug Fixes¶
0.6.0 (2020-03-18)¶
Features¶
0.5.0 (2020-02-03)¶
Features¶
Bug Fixes¶
0.4.0¶
10-04-2019 14:29 PDT
Implementation Changes¶
New Features¶
Deprecate
candidate_availability_filter
foravailability_filters
, addAvailabilitySignalType
, add fields toupdate_profile
(via synth). (#9256)Add
applications
/assignments
fields toProfile
message (via synth). (#9229)Add
filter_
arg toProfileServiceClient.list_profiles
; docstring updates (via synth). (#9223)Deprecate job visibility (via synth). (#9050)
Document additional fields allowed in profile update mask (via synth). (#9000)
Documentation¶
Internal / Testing Changes¶
0.3.0¶
07-24-2019 17:36 PDT
Implementation Changes¶
Return iterable of
SummarizedProfile
fromsearch_profiles
rather thanHistogramQueryResult
(via synth). (#7962)
New Features¶
Add strict keywords search, increase timeout (via synth). (#8712)
Add path-construction helpers to GAPIC clients (via synth). (#8632)
Add ‘result_set_id’ param to ‘ProfileSearchClient.search_profiles’; add ‘ProfileQuery.candidate_availability_filter’; pin ‘black’ version; dostring tweaks (via synth). (#8597)
Add ‘client_options’ support, update list method docstrings (via synth). (#8523)
Add ‘batch_create_jobs’ and ‘batch_update_jobs’ (via synth). (#8189)
Dependencies¶
Bump minimum version for google-api-core to 1.14.0. (#8709)
Documentation¶
Internal / Testing Changes¶
Add docs job to publish to googleapis.dev. (#8464)
Allow kwargs to be passed to create_channel (via synth). (#8405)
Declare encoding as utf-8 in pb2 files (via synth).(#8365)
Add disclaimer to auto-generated template files (via synth). (#8329)
Suppress checking ‘cov-fail-under’ in nox default session (via synth). (#8253)
Fix coverage in ‘types.py’ (via synth). (#8165)
Blacken noxfile.py, setup.py (via synth).(#8133)
Add empty lines (via synth). (#8073)
0.2.0¶
05-09-2019 12:25 PDT
Implementation Changes¶
Remove classifier for Python 3.4 for end-of-life. (#7535)
New Features¶
Regenerate talent (via synth). (#7861)
Documentation¶
0.1.0¶
03-05-2019 12:50 PST
Initial release of google-cloud-talent