Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.0.0 #980

Merged
merged 12 commits into from
Sep 20, 2021
Prev Previous commit
Next Next commit
add experimental features
lalitb committed Sep 16, 2021
commit 799b67895a45957db39703441a955dd7fe917c31
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -53,6 +53,12 @@ Increment the:
* Enable CMake to search the new package variable `<PackageName>_ROOT` ([#975](https://github.com/open-telemetry/opentelemetry-cpp/pull/975))
* :bug: Do not override CMAKE_CXX_STANDARD ([#977](https://github.com/open-telemetry/opentelemetry-cpp/pull/977))

### :test-tube: Experiemental Features (Will change in future)

* Semantic Conventions for traces - As the specs is still experimental, the implementation will change in future.
* Semantic Convention for resource - As the specs is still experimental, the implementation will change in future.
* Logs and Semantics API & SDK - These are not compliant, and are behind feature flag. Not recommended to use for now.

## [1.0.0-rc4] 2021-08-04

* [EXPORTER] `BREAKING CHANGE` Fix default HTTP port for OTLP HTTP Exporter ([#939](https://github.com/open-telemetry/opentelemetry-cpp/pull/939))