File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed
Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 55* ``0.15.4 `` (`PyPI <https://pypi.org/project/google-cloud-trace/0.15.4/ >`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/trace-0.15.4 >`__)
66* ``0.15.5 `` (`PyPI <https://pypi.org/project/google-cloud-trace/0.15.5/ >`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/trace-0.15.5 >`__)
77* ``0.16.0 `` (`PyPI <https://pypi.org/project/google-cloud-trace/0.16.0/ >`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/trace-0.16.0 >`__)
8+ * ``0.17.0 `` (`PyPI <https://pypi.org/project/google-cloud-trace/0.17.0/ >`__, `Release Notes <https://github.com/GoogleCloudPlatform/google-cloud-python/releases/tag/trace-0.17.0 >`__)
Original file line number Diff line number Diff line change 44
55[ 1 ] : https://pypi.org/project/google-cloud-trace/#history
66
7+ ## 0.17.0
8+
9+ ### Notable Implementation Changes
10+
11+ - Default to use Stackdriver Trace V2 API if calling ` from google.cloud import trace ` .
12+ Using V1 API needs to be explicitly specified in the import.(#4437 )
13+
14+ PyPI: https://pypi.org/project/google-cloud-trace/0.17.0/
15+
716## 0.16.0
817
918### Dependencies
Original file line number Diff line number Diff line change 1515
1616setup (
1717 name = 'google-cloud-trace' ,
18- version = '0.16.1.dev1 ' ,
18+ version = '0.17.0 ' ,
1919 author = 'Google Inc' ,
2020 author_email = 'googleapis-packages@google.com' ,
2121 classifiers = [
You can’t perform that action at this time.
0 commit comments