This repository has been archived by the owner on Sep 5, 2023. It is now read-only.
Releases: googleapis/python-talent
Releases · googleapis/python-talent
v2.2.1
v2.2.0
v2.1.0
v2.0.0
v1.0.0
v0.6.1
chore: release 0.6.1 (#12) :robot: 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) ([#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).
v0.6.0
chore: release 0.6.0 (#9)
v0.5.0
v0.4.0
10-04-2019 14:29 PDT
Implementation Changes
- Move
BatchOperationMetadata
/JobOperationResult
messages to new protobuf files (via synth). (#9129) - Import batch proto (via synth). (#9062)
- Remove send / receive message size limit (via synth). (#8970)
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
v0.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
- Link to googleapis.dev documentation in READMEs. (#8705)
- Add compatibility check badges to READMEs. (#8288)
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)