Skip to content

Commit

Permalink
Release Trace 0.28.0
Browse files Browse the repository at this point in the history
* Add Google::Cloud::Trace::Credentials class.
* Rename constructor arguments to project_id and credentials.
  (The previous arguments project and keyfile are still supported.)
* Document Google::Auth::Credentials as credentials value.
* Update generated low level GAPIC code.
* Updated google-gax (grpc, google-protobuf), googleauth dependencies.
  • Loading branch information
blowmage committed Nov 15, 2017
1 parent 51090e1 commit 22720dc
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
3 changes: 2 additions & 1 deletion docs/manifest.json
Expand Up @@ -362,8 +362,9 @@
"name": "google-cloud-trace",
"defaultService": "google/cloud/trace",
"versions": [
"v0.27.2",
"v0.28.0",
"master",
"v0.27.2",
"v0.27.1",
"v0.27.0",
"v0.26.1",
Expand Down
11 changes: 10 additions & 1 deletion google-cloud-trace/CHANGELOG.md
@@ -1,5 +1,14 @@
# Release History

### 0.28.0 / 2017-11-14

* Add `Google::Cloud::Trace::Credentials` class.
* Rename constructor arguments to `project_id` and `credentials`.
(The previous arguments `project` and `keyfile` are still supported.)
* Document `Google::Auth::Credentials` as `credentials` value.
* Update generated low level GAPIC code.
* Updated `google-gax` (`grpc`, `google-protobuf`), `googleauth` dependencies.

### 0.27.2 / 2017-09-20

* Fix the bug where `Google::Cloud::Trace::Middleware` wasn't using the shared `project_id` parameter.
Expand All @@ -10,7 +19,7 @@

### 0.27.0 / 2017-08-07

* Add instrumentation to collect outbound GRPC requests information.
* Add instrumentation to collect outbound GRPC requests information.

### 0.26.1 / 2017-07-11

Expand Down
2 changes: 1 addition & 1 deletion google-cloud-trace/lib/google/cloud/trace/version.rb
Expand Up @@ -16,7 +16,7 @@
module Google
module Cloud
module Trace
VERSION = "0.27.2".freeze
VERSION = "0.28.0".freeze
end
end
end
2 changes: 1 addition & 1 deletion google-cloud/google-cloud.gemspec
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |gem|
gem.add_dependency "google-cloud-spanner", "~> 1.1"
gem.add_dependency "google-cloud-speech", "~> 0.27.0"
gem.add_dependency "google-cloud-storage", "~> 1.8"
gem.add_dependency "google-cloud-trace", "~> 0.27.0"
gem.add_dependency "google-cloud-trace", "~> 0.28.0"
gem.add_dependency "google-cloud-translate", "~> 1.0"
gem.add_dependency "google-cloud-video_intelligence", "~> 0.23.0"
gem.add_dependency "google-cloud-vision", "~> 0.25.0"
Expand Down
2 changes: 1 addition & 1 deletion stackdriver/stackdriver.gemspec
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency "google-cloud-debugger", "~> 0.29.0"
gem.add_runtime_dependency "google-cloud-error_reporting", "~> 0.28.0"
gem.add_runtime_dependency "google-cloud-logging", "~> 1.3"
gem.add_runtime_dependency "google-cloud-trace", "~> 0.27.0"
gem.add_runtime_dependency "google-cloud-trace", "~> 0.28.0"

gem.add_development_dependency "minitest", "~> 5.10"
gem.add_development_dependency "minitest-autotest", "~> 1.0"
Expand Down

0 comments on commit 22720dc

Please sign in to comment.