Marking keyword_searchable_job_custom_attributes on the company object as deprecated (commit 30e9c09)
Marking company_size histogram facet as deprecated (commit 30e9c09)
Version 2.1.0, released 2022-09-15
No API surface changes, just dependency updates.
(Two commits appeared to make changes, but these cancelled each
other out.)
Version 2.0.0, released 2022-06-08
This is the first version of this package to depend on GAX v4.
There are some breaking changes, both in GAX v4 and in the generated
code. The changes that aren't specific to any given API are described in the Google Cloud
documentation.
We don't anticipate any changes to most customer code, but please file a
GitHub issue
if you run into problems.
The most important change in this release is the use of the Grpc.Net.Client package
for gRPC communication, instead of Grpc.Core. When using .NET Core 3.1 or .NET 5.0+
this should lead to a smaller installation footprint and greater compatibility (e.g.
with Apple M1 chips). Any significant change in a core component comes with the risk
of incompatibility, however - so again, please let us know if you encounter any
issues.
New features
Add a new operator on companyDisplayNames filter to further support fuzzy match by treating input value as a multi word token (commit 1de79aa)
Add a new option TELECOMMUTE_JOBS_EXCLUDED under enum TelecommutePreference to completely filter out the telecommute jobs in response (commit 1de79aa)
Deprecations
Deprecate option TELECOMMUTE_EXCLUDED under enum TelecommutePreference (commit 1de79aa)
Version 1.4.0, released 2022-04-26
Documentation improvements
Added functionality in the companyDisplayNames filter to support fuzzy matching (commit 349a1e3)
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["Version latestkeyboard_arrow_down\n\n- [2.7.0 (latest)](/dotnet/docs/reference/Google.Cloud.Talent.V4/latest/history)\n- [2.6.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/2.6.0/history)\n- [2.5.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/2.5.0/history)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/2.4.0/history)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/2.3.0/history)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/2.2.0/history)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/2.1.0/history)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/2.0.0/history)\n- [1.4.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/1.4.0/history)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/1.3.0/history)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/1.2.0/history)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/1.1.0/history)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/1.0.0/history) \n\nVersion history\n===============\n\nVersion 2.7.0, released 2025-01-06\n----------------------------------\n\n### New features\n\n- A new enum `RelevanceThreshold` is added ([commit 45971fe](https://github.com/googleapis/google-cloud-dotnet/commit/45971fe3f5dc4f09ebfa57ea979253085bd78d1a))\n- A new field `relevance_threshold` is added to message `.google.cloud.talent.v4.SearchJobsRequest` ([commit 45971fe](https://github.com/googleapis/google-cloud-dotnet/commit/45971fe3f5dc4f09ebfa57ea979253085bd78d1a))\n\n### Documentation improvements\n\n- Multiple fixes for links in documentation ([commit 45971fe](https://github.com/googleapis/google-cloud-dotnet/commit/45971fe3f5dc4f09ebfa57ea979253085bd78d1a))\n\nVersion 2.6.0, released 2024-05-14\n----------------------------------\n\n### New features\n\n- Add IServiceCollection extension methods for client registration where an IServiceProvider is required. ([commit 022fab2](https://github.com/googleapis/google-cloud-dotnet/commit/022fab203f28fb9c608972af7f8b83f571ae5694))\n\nVersion 2.5.0, released 2024-03-26\n----------------------------------\n\n### New features\n\n- Change netstandard2.1 target to netstandard2.0 ([commit 82bea85](https://github.com/googleapis/google-cloud-dotnet/commit/82bea850661975b9750ac30753528cc9d2e05240))\n\nVersion 2.4.0, released 2024-02-29\n----------------------------------\n\n### Documentation improvements\n\n- Add three per company option to diversification levels ([commit fea4d59](https://github.com/googleapis/google-cloud-dotnet/commit/fea4d5922cf62babd58dddc1197ec7e93ef32476))\n\nVersion 2.3.0, released 2023-05-03\n----------------------------------\n\n### Bug fixes\n\n- Change timeout settings for SearchJobsForAlert ([commit 91e9f13](https://github.com/googleapis/google-cloud-dotnet/commit/91e9f1381ab8f9bdf5eab593b8df73c1d1021b94))\n\nVersion 2.2.0, released 2023-01-20\n----------------------------------\n\n### New features\n\n- Enable REST transport ([commit 46d4fe8](https://github.com/googleapis/google-cloud-dotnet/commit/46d4fe8461ac30e7666600e44e7bd16228768621))\n\n### Documentation improvements\n\n- Marking keyword_searchable_job_custom_attributes on the company object as deprecated ([commit 30e9c09](https://github.com/googleapis/google-cloud-dotnet/commit/30e9c09203c5238c48dffcdc7742504428234bfe))\n- Marking company_size histogram facet as deprecated ([commit 30e9c09](https://github.com/googleapis/google-cloud-dotnet/commit/30e9c09203c5238c48dffcdc7742504428234bfe))\n\nVersion 2.1.0, released 2022-09-15\n----------------------------------\n\nNo API surface changes, just dependency updates.\n\n(Two commits appeared to make changes, but these cancelled each\nother out.)\n\nVersion 2.0.0, released 2022-06-08\n----------------------------------\n\nThis is the first version of this package to depend on GAX v4.\n\nThere are some breaking changes, both in GAX v4 and in the generated\ncode. The changes that aren't specific to any given API are [described in the Google Cloud\ndocumentation](https://cloud.google.com/dotnet/docs/reference/help/breaking-gax4).\nWe don't anticipate any changes to most customer code, but please [file a\nGitHub issue](https://github.com/googleapis/google-cloud-dotnet/issues/new/choose)\nif you run into problems.\n\nThe most important change in this release is the use of the Grpc.Net.Client package\nfor gRPC communication, instead of Grpc.Core. When using .NET Core 3.1 or .NET 5.0+\nthis should lead to a smaller installation footprint and greater compatibility (e.g.\nwith Apple M1 chips). Any significant change in a core component comes with the risk\nof incompatibility, however - so again, please let us know if you encounter any\nissues.\n\n### New features\n\n- Add a new operator on companyDisplayNames filter to further support fuzzy match by treating input value as a multi word token ([commit 1de79aa](https://github.com/googleapis/google-cloud-dotnet/commit/1de79aa011a02033e0505a0adb6a38c683e82116))\n- Add a new option TELECOMMUTE_JOBS_EXCLUDED under enum TelecommutePreference to completely filter out the telecommute jobs in response ([commit 1de79aa](https://github.com/googleapis/google-cloud-dotnet/commit/1de79aa011a02033e0505a0adb6a38c683e82116))\n\n### Deprecations\n\n- Deprecate option TELECOMMUTE_EXCLUDED under enum TelecommutePreference ([commit 1de79aa](https://github.com/googleapis/google-cloud-dotnet/commit/1de79aa011a02033e0505a0adb6a38c683e82116))\n\nVersion 1.4.0, released 2022-04-26\n----------------------------------\n\n### Documentation improvements\n\n- Added functionality in the companyDisplayNames filter to support fuzzy matching ([commit 349a1e3](https://github.com/googleapis/google-cloud-dotnet/commit/349a1e3f81e7bd4fa3bfad4543889146523ac57a))\n\nVersion 1.3.0, released 2021-12-07\n----------------------------------\n\n- [Commit 10ebf7f](https://github.com/googleapis/google-cloud-dotnet/commit/10ebf7f): docs: fix docstring formatting\n\n Version 1.2.0, released 2021-09-23\n ----------------------------------\n\n- [Commit 87bf8a2](https://github.com/googleapis/google-cloud-dotnet/commit/87bf8a2):\n\n - feat: Added a new `KeywordMatchMode` field to support more keyword matching options\n - feat: Added more `DiversificationLevel` configuration options\n- [Commit ac367e2](https://github.com/googleapis/google-cloud-dotnet/commit/ac367e2): feat: Regenerate all APIs to support self-signed JWTs\n- [Commit 4dfd11f](https://github.com/googleapis/google-cloud-dotnet/commit/4dfd11f):\n - feat: Add new commute methods in Search APIs\n - feat: Add new histogram type 'publish_time_in_day'\n - feat: Support filtering by requisitionId is ListJobs API\n\nVersion 1.1.0, released 2021-05-26\n----------------------------------\n\nNo API surface changes; just dependency updates.\n\nVersion 1.0.0, released 2021-01-20\n----------------------------------\n\nNo API changes since 1.0.0-beta02.\n\nVersion 1.0.0-beta02, released 2020-10-01\n-----------------------------------------\n\n- [Commit f4c1f60](https://github.com/googleapis/google-cloud-dotnet/commit/f4c1f60): fix!: removed Cycling and Walking elements from CommuteMethod enum\n- [Commit 0ca05f5](https://github.com/googleapis/google-cloud-dotnet/commit/0ca05f5): Regenerate all APIs using protoc 3.13 and Grpc.Tools 2.31\n\nPlease note the breaking change of removing CommuteMethod.Cycling and CommuteMethod.Walking. (No major version bump as the library is still in beta.)\n\nVersion 1.0.0-beta01, released 2020-09-15\n-----------------------------------------\n\nFirst beta release of GA v4 API."]]