Skip to content

Commit ca20e94

Browse files
authored
Merge branch 'main' into main
2 parents 428df97 + 0948054 commit ca20e94

File tree

19 files changed

+2445
-72
lines changed

19 files changed

+2445
-72
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Increment the:
2121
* [EXPORTER] OTLP http exporter allow concurrency session ([#1209](https://github.com/open-telemetry/opentelemetry-cpp/pull/1209))
2222
* [EXT] `curl::HttpClient` use `curl_multi_handle` instead of creating a thread
2323
for every request and it's able to reuse connections now. ([#1317](https://github.com/open-telemetry/opentelemetry-cpp/pull/1317))
24+
* [SEMANTIC CONVENTIONS] Upgrade to version 1.12.0 [#873](https://github.com/open-telemetry/opentelemetry-cpp/pull/873)
2425

2526
## [1.4.1] 2022-06-19
2627

RELEASING.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,27 @@
22

33
## Pre Release
44

5-
1: Make sure all relevant changes for this release are included under
5+
1: Upgrade to latest [semantic-conventions](docs/semantic-conventions.md)
6+
if required.
7+
8+
2: Make sure all relevant changes for this release are included under
69
`Unreleased` section in `CHANGELOG.md` and are in language that non-contributors
710
to the project can understand.
811

9-
2: Run the pre-release script. It creates a branch `pre_release_<new-tag>` and
12+
3: Run the pre-release script. It creates a branch `pre_release_<new-tag>` and
1013
updates `CHANGELOG.md` with the `<new-tag>`:
1114

1215
```sh
1316
./buildscripts/pre_release.sh -t <new-tag>
1417
```
1518

16-
3: Verify that CHANGELOG.md is updated properly:
19+
4: Verify that CHANGELOG.md is updated properly:
1720

1821
```sh
1922
git diff main
2023
```
2124

22-
4: Push the changes to upstream and create a Pull Request on GitHub. Be sure to
25+
5: Push the changes to upstream and create a Pull Request on GitHub. Be sure to
2326
include the curated changes from the [Changelog](./CHANGELOG.md) in the
2427
description.
2528

api/include/opentelemetry/trace/experimental_semantic_conventions.h

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
// https://github.com/open-telemetry/opentelemetry-specification/tree/v1.0.0/specification/trace/semantic_conventions
88
// and MAY will change in future.
99

10+
// "This file is deprecated. Use opentelemetry/trace/semantic_conventions.h"
11+
1012
#pragma once
1113

1214
#include "opentelemetry/common/string_util.h"

0 commit comments

Comments
 (0)