Skip to content

Commit

Permalink
feat!: Removed dependency on google-cloud-talent-v4beta1 prerelease s…
Browse files Browse the repository at this point in the history
…ervice (#29002)

feat: Updated google-cloud-talent-v4 dependency to version 1.x
  • Loading branch information
gcf-owl-bot[bot] authored Feb 12, 2025
1 parent f862619 commit 2b3a2c0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 17 deletions.
1 change: 0 additions & 1 deletion google-cloud-talent/.yardopts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@
-
README.md
AUTHENTICATION.md
MIGRATING.md
LICENSE.md
2 changes: 1 addition & 1 deletion google-cloud-talent/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source "https://rubygems.org"

gemspec

local_dependencies = ["google-cloud-talent-v4", "google-cloud-talent-v4beta1"]
local_dependencies = ["google-cloud-talent-v4"]

main_spec = gemspecs.last || Bundler.load_gemspec(File.join(__dir__, "google-cloud-talent.gemspec"))
local_dependencies.each do |name|
Expand Down
14 changes: 2 additions & 12 deletions google-cloud-talent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ for this library, google-cloud-talent, to see the convenience methods for
constructing client objects. Reference documentation for the client objects
themselves can be found in the client library documentation for the versioned
client gems:
[google-cloud-talent-v4](https://cloud.google.com/ruby/docs/reference/google-cloud-talent-v4/latest),
[google-cloud-talent-v4beta1](https://cloud.google.com/ruby/docs/reference/google-cloud-talent-v4beta1/latest).
[google-cloud-talent-v4](https://cloud.google.com/ruby/docs/reference/google-cloud-talent-v4/latest).

See also the [Product Documentation](https://cloud.google.com/solutions/talent-solution)
for more usage information.
Expand All @@ -35,14 +34,6 @@ In order to use this library, you first need to go through the following steps:
1. [Enable the API.](https://console.cloud.google.com/apis/library/jobs.googleapis.com)
1. [Set up authentication.](AUTHENTICATION.md)

## Migrating from pre-0.20 versions

The 0.20 release of the google-cloud-talent client is a significant upgrade
based on a [next-gen code generator](https://github.com/googleapis/gapic-generator-ruby),
and includes substantial interface changes. Existing code written for earlier
versions of this library will likely require updates to use this version.
See the {file:MIGRATING.md MIGRATING.md} document for more information.

## Debug Logging

This library comes with opt-in Debug Logging that can help you troubleshoot
Expand Down Expand Up @@ -71,8 +62,7 @@ results in logs appearing alongside your application logs in the
Debug logging also requires that the versioned clients for this service be
sufficiently recent, released after about Dec 10, 2024. If logging is not
working, try updating the versioned clients in your bundle or installed gems:
[google-cloud-talent-v4](https://cloud.google.com/ruby/docs/reference/google-cloud-talent-v4/latest),
[google-cloud-talent-v4beta1](https://cloud.google.com/ruby/docs/reference/google-cloud-talent-v4beta1/latest).
[google-cloud-talent-v4](https://cloud.google.com/ruby/docs/reference/google-cloud-talent-v4/latest).

## Supported Ruby Versions

Expand Down
5 changes: 2 additions & 3 deletions google-cloud-talent/google-cloud-talent.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,11 @@ Gem::Specification.new do |gem|
gem.platform = Gem::Platform::RUBY

gem.files = `git ls-files -- lib/*`.split("\n") +
["README.md", "AUTHENTICATION.md", "LICENSE.md", ".yardopts", "MIGRATING.md"]
["README.md", "AUTHENTICATION.md", "LICENSE.md", ".yardopts"]
gem.require_paths = ["lib"]

gem.required_ruby_version = ">= 3.0"

gem.add_dependency "google-cloud-core", "~> 1.6"
gem.add_dependency "google-cloud-talent-v4", ">= 0.12", "< 2.a"
gem.add_dependency "google-cloud-talent-v4beta1", ">= 0.10", "< 2.a"
gem.add_dependency "google-cloud-talent-v4", "~> 1.3"
end

0 comments on commit 2b3a2c0

Please sign in to comment.