Closed pyup-bot closed 6 years ago
Merging #41 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #41 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 4 4
Lines 109 109
=====================================
Hits 109 109
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update ca8f2e1...bc313bb. Read the comment docs.
This PR updates ddtrace from 0.13.1 to 0.14.1.
Changelog
### 0.14.1 ``` **Bug fixes** - [opentracer] Activate span context on extract (606, 608) - [opentracer] Fix "does not provide the extra opentracing" (611, 616) **Improvements** - [docs] Clarify debug mode (610) - [docs] Fix docstring for `Tracer.set_tags` (612 -- thanks goodspark) - [docs] Add priority sampling to ddtrace-run usage (621) - [circleci] Imrpve python docs deployment strategy (615) - [tests] Refactor tox.ini file (609) - [tests] Improve performance of tests execution (605) Read the [full changeset](https://github.com/DataDog/dd-trace-py/compare/v0.14.0...v0.14.1) and the [release milestone](https://github.com/DataDog/dd-trace-py/milestone/27?closed=1). ``` ### 0.14.0 ``` **OpenTracing** In this release we are happy to introduce the beta for the long-awaited OpenTracing compatible API layer for `ddtrace`! Support for `opentracing>=2.0.0` is provided in this release. Namely, the following are supported: - `start_span`/`start_active_span` - `inject` and `extract` functionality - `baggage`, through `set_baggage_item` and `get_baggage_item` - compatible tags from the [OpenTracing specification](https://github.com/opentracing/specification/blob/b193756f1fe646b79ef4f901bed92c0e72845440/semantic_conventions.mdstandard-span-tags-and-log-fields) - scope manager support - seamless integration with the Datadog tracer when using `ddtrace-run` For setup information and usage see [our docs for the Datadog OpenTracing tracer](http://pypi.datadoghq.com/trace/docs/installation_quickstart.htmlopentracing). **CI Improvements** Also included in this release are some optimizations to our CI which should get things running a bit quicker. Thanks labbati! Read the [full changeset](https://github.com/DataDog/dd-trace-py/compare/v0.13.1...v0.14.0) and the [release milestone](https://github.com/DataDog/dd-trace-py/milestone/20?closed=1). ```Links
- PyPI: https://pypi.org/project/ddtrace - Changelog: https://pyup.io/changelogs/ddtrace/ - Repo: https://github.com/DataDog/dd-trace-py