File tree Expand file tree Collapse file tree
contrib/opencensus-ext-stackdriver Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## 0.8.0
6+ Released 2021-08-16
7+
8+ - Upgrade google-cloud-monitoring dep to v2.X, update usage
9+ [ #1060 ] ( https://github.com/census-instrumentation/opencensus-python/pull/1060 )
510- Drop python <3.6 in opencensus-ext-stackdriver
611 [ #1056 ] ( https://github.com/census-instrumentation/opencensus-python/pull/1056 )
712
Original file line number Diff line number Diff line change 4040 'google-cloud-monitoring ~= 2.0' ,
4141 'google-cloud-trace >= 0.20.0, < 1.0.0' ,
4242 'rsa <= 4.0; python_version<="3.4"' ,
43- 'opencensus >= 0.8.dev0 , < 1.0.0' ,
43+ 'opencensus >= 0.7.13 , < 1.0.0' ,
4444 ],
4545 python_requires = ">=3.6" ,
4646 extras_require = {},
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- __version__ = '0.8.dev0 '
15+ __version__ = '0.8.0 '
You can’t perform that action at this time.
0 commit comments