mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-29 20:23:41 +08:00
fd117d229d
* [azure-core-tracing-opentelemetry-cpp] Update to 1.0.0-beta.2 ## 1.0.0-beta.2 (2022-06-30) ### Breaking Changes - The `Azure::Core::Tracing::OpenTelemetry::OpenTelemetryProvider` type can only be instantiated via a factory method: `OpenTelemetryProvider::Create()`. ### Other Changes - Removed `_internal` APIs from the public API surface. Also removed most of the `_internal` APIs from the public `opentelemetry.hpp` headers. * [azure-core-cpp] Update to 1.7.0 ## 1.7.0 (2022-06-30) ### Features Added - Added prototypes and initial service support for Distributed Tracing.
31 lines
806 B
JSON
31 lines
806 B
JSON
{
|
|
"name": "azure-core-tracing-opentelemetry-cpp",
|
|
"version-semver": "1.0.0-beta.2",
|
|
"description": [
|
|
"Microsoft Azure Core Tracing OpenTelemetry SDK for C++",
|
|
"This library provides support for modern Azure SDK client libraries written in C++ to leverage OpenTelemetry APIs."
|
|
],
|
|
"homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/core/azure-core-tracing-opentelemetry",
|
|
"license": "MIT",
|
|
"supports": "!(windows & !static)",
|
|
"dependencies": [
|
|
{
|
|
"name": "azure-core-cpp",
|
|
"default-features": false,
|
|
"version>=": "1.7.0-beta.1"
|
|
},
|
|
{
|
|
"name": "opentelemetry-cpp",
|
|
"version>=": "1.3.0"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|