Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.
Merged
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
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@

[1]: https://pypi.org/project/google-cloud-talent/#history

## [2.6.0](https://github.com/googleapis/python-talent/compare/v2.5.2...v2.6.0) (2022-06-06)


### Features

* Add a new operator on companyDisplayNames filter to further support fuzzy match by treating input value as a multi word token ([#248](https://github.com/googleapis/python-talent/issues/248)) ([aeab3a0](https://github.com/googleapis/python-talent/commit/aeab3a023ae19f313f7ea8e75d7e48fbb784fbcc))
* Add a new option TELECOMMUTE_JOBS_EXCLUDED under enum TelecommutePreference to completely filter out the telecommute jobs in response ([aeab3a0](https://github.com/googleapis/python-talent/commit/aeab3a023ae19f313f7ea8e75d7e48fbb784fbcc))


### Bug Fixes

* **deps:** require protobuf <4.0.0dev ([#251](https://github.com/googleapis/python-talent/issues/251)) ([75b11a6](https://github.com/googleapis/python-talent/commit/75b11a6cbb8a872d6766d0aa31d97efc765318cd))


### Documentation

* Deprecate option TELECOMMUTE_EXCLUDED under enum TelecommutePreference ([aeab3a0](https://github.com/googleapis/python-talent/commit/aeab3a023ae19f313f7ea8e75d7e48fbb784fbcc))

### [2.5.2](https://github.com/googleapis/python-talent/compare/v2.5.1...v2.5.2) (2022-03-29)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

name = "google-cloud-talent"
description = "Google Cloud Talent Solution API client library"
version = "2.5.2"
version = "2.6.0"
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
Expand Down