Skip to content

Commit e09ee09

Browse files
authored
Release google-cloud-trace 0.34.0 (googleapis#2898)
* Add Trace on_error configuration. * Middleware improvements: * Buffer traces and make batch API calls. * Back pressure is applied by limiting the number of queued API calls. * Errors will now be raised when there are not enough resources. * Errors are reported by calling the on_error callback. * Make use of Credentials#project_id * Use Credentials#project_id If a project_id is not provided, use the value on the Credentials object. This value was added in googleauth 0.7.0. * Loosen googleauth dependency Allow for new releases up to 0.10. The googleauth devs have committed to maintaining the current API and will not make backwards compatible changes before 0.10. * Update Trace documentation * Correct the C-code's comments.
1 parent 925938a commit e09ee09

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

google-cloud-trace/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Release History
22

3+
### 0.34.0 / 2019-02-07
4+
5+
* Add Trace `on_error` configuration.
6+
* Middleware improvements:
7+
* Buffer traces and make batch API calls.
8+
* Back pressure is applied by limiting the number of queued API calls.
9+
* Errors will now be raised when there are not enough resources.
10+
* Errors are reported by calling the `on_error` callback.
11+
* Make use of `Credentials#project_id`
12+
* Use `Credentials#project_id`
13+
If a `project_id` is not provided, use the value on the Credentials object.
14+
This value was added in googleauth 0.7.0.
15+
* Loosen googleauth dependency
16+
Allow for new releases up to 0.10.
17+
The googleauth devs have committed to maintaining the current API
18+
and will not make backwards compatible changes before 0.10.
19+
* Update Trace documentation
20+
* Correct the C-code's comments.
21+
322
### 0.33.6 / 2018-11-15
423

524
* Update network configuration.

google-cloud-trace/lib/google/cloud/trace/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
module Google
1717
module Cloud
1818
module Trace
19-
VERSION = "0.33.6".freeze
19+
VERSION = "0.34.0".freeze
2020
end
2121
end
2222
end

0 commit comments

Comments
 (0)