Skip to content

Commit 025f8fc

Browse files
Release 1.17.0 (#3093)
1 parent 2f386f8 commit 025f8fc

File tree

1 file changed

+63
-28
lines changed

1 file changed

+63
-28
lines changed

CHANGELOG.md

Lines changed: 63 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,34 @@ release.
77

88
## Unreleased
99

10-
- Remove spaces from example exporter User-Agent header to conform to RFC7231 & RFC7230.
11-
[#3052](https://github.com/open-telemetry/opentelemetry-specification/pull/3052)
10+
### Context
11+
12+
### Traces
13+
14+
### Metrics
15+
16+
### Logs
17+
18+
### Resource
19+
20+
### Semantic Conventions
21+
22+
### Compatibility
23+
24+
### OpenTelemetry Protocol
25+
26+
### SDK Configuration
27+
28+
### Telemetry Schemas
29+
30+
### Common
31+
32+
## v1.17.0 (2023-01-17)
1233

1334
### Context
1435

36+
- No changes.
37+
1538
### Traces
1639

1740
- Clarify that the BatchSpanProcessor should export batches when the queue reaches the batch size
@@ -34,12 +57,44 @@ release.
3457

3558
### Logs
3659

60+
- Clarify usage of log body for structured logs
61+
([#3023](https://github.com/open-telemetry/opentelemetry-specification/pull/3023))
62+
3763
### Resource
3864

65+
- No changes.
66+
3967
### Semantic Conventions
4068

69+
- Clarify common HTTP attributes apply to both clients and servers
70+
([#3044](https://github.com/open-telemetry/opentelemetry-specification/pull/3044))
4171
- Add `code.lineno` source code attribute
4272
([#3029](https://github.com/open-telemetry/opentelemetry-specification/pull/3029))
73+
- Add ClickHouse to db.system semantic conventions
74+
([#3011](https://github.com/open-telemetry/opentelemetry-specification/pull/3011))
75+
- Refactor messaging attributes and per-message attributes in batching scenarios.
76+
([#2957](https://github.com/open-telemetry/opentelemetry-specification/pull/2957)).
77+
BREAKING: rename `messaging.consumer_id` to `messaging.consumer.id`,
78+
`messaging.destination` to `messaging.destination.name`,
79+
`messaging.temp_destination` to `messaging.destination.temporary`,
80+
`messaging.destination_kind` to `messaging.destination.kind`,
81+
`messaging.message_id` to `messaging.message.id`,
82+
`messaging.protocol` to `net.app.protocol.name`,
83+
`messaging.protocol_version`, `net.app.protocol.version`,
84+
`messaging.conversation_id` to `messaging.message.conversation_id`,
85+
`messaging.message_payload_size_bytes` to `messaging.message.payload_size_bytes`,
86+
`messaging.message_payload_compressed_size_bytes` to `messaging.message.payload_compressed_size_bytes`,
87+
`messaging.rabbitmq.routing_key`: `messaging.rabbitmq.destination.routing_key`,
88+
`messaging.kafka.message_key` to `messaging.kafka.message.key`,
89+
`messaging.kafka.consumer_group` to `messaging.kafka.consumer.group`,
90+
`messaging.kafka.partition` to `messaging.kafka.destination.partition`,
91+
`messaging.kafka.tombstone` to `messaging.kafka.message.tombstone`,
92+
`messaging.rocketmq.message_type` to `messaging.rocketmq.message.type`,
93+
`messaging.rocketmq.message_tag` to `messaging.rocketmq.message.tag`,
94+
`messaging.rocketmq.message_keys` to `messaging.rocketmq.message.keys`;
95+
Removed `messaging.url`;
96+
Renamed `send` operation to `publish`;
97+
Split `destination` and `source` namespaces and clarify per-message attributes in batching scenarios.
4398

4499
### Compatibility
45100

@@ -52,6 +107,8 @@ release.
52107

53108
- Add table for OTLP/HTTP response code and client retry recommendation
54109
([#3028](https://github.com/open-telemetry/opentelemetry-specification/pull/3028))
110+
- Remove spaces from example exporter User-Agent header to conform to RFC7231 & RFC7230.
111+
[#3052](https://github.com/open-telemetry/opentelemetry-specification/pull/3052)
55112

56113
### SDK Configuration
57114

@@ -61,8 +118,12 @@ release.
61118

62119
### Telemetry Schemas
63120

121+
- No changes.
122+
64123
### Common
65124

125+
- No changes.
126+
66127
## v1.16.0 (2022-12-08)
67128

68129
### Context
@@ -96,8 +157,6 @@ release.
96157
([#2969](https://github.com/open-telemetry/opentelemetry-specification/pull/2969))
97158
- Make sure it is very clear we are not building a Logging API.
98159
([#2966](https://github.com/open-telemetry/opentelemetry-specification/pull/2966))
99-
- Clarify usage of log body for structured logs
100-
([#3023](https://github.com/open-telemetry/opentelemetry-specification/pull/3023))
101160

102161
### Resource
103162

@@ -123,8 +182,6 @@ release.
123182
([#2982](https://github.com/open-telemetry/opentelemetry-specification/pull/2982))
124183
- Update hardware metrics to use `direction` as per general semantic conventions
125184
([#2942](https://github.com/open-telemetry/opentelemetry-specification/pull/2942))
126-
- Add ClickHouse to db.system semantic conventions
127-
([#3011](https://github.com/open-telemetry/opentelemetry-specification/pull/3011))
128185

129186
### Compatibility
130187

@@ -158,28 +215,6 @@ release.
158215

159216
- Rename `http.retry_count` to `http.resend_count` and clarify its meaning.
160217
([#2743](https://github.com/open-telemetry/opentelemetry-specification/pull/2743))
161-
- BREAKING: rename `messaging.consumer_id` to `messaging.consumer.id`,
162-
`messaging.destination` to `messaging.destination.name`,
163-
`messaging.temp_destination` to `messaging.destination.temporary`,
164-
`messaging.destination_kind` to `messaging.destination.kind`,
165-
`messaging.message_id` to `messaging.message.id`,
166-
`messaging.protocol` to `net.app.protocol.name`,
167-
`messaging.protocol_version`, `net.app.protocol.version`,
168-
`messaging.conversation_id` to `messaging.message.conversation_id`,
169-
`messaging.message_payload_size_bytes` to `messaging.message.payload_size_bytes`,
170-
`messaging.message_payload_compressed_size_bytes` to `messaging.message.payload_compressed_size_bytes`,
171-
`messaging.rabbitmq.routing_key`: `messaging.rabbitmq.destination.routing_key`,
172-
`messaging.kafka.message_key` to `messaging.kafka.message.key`,
173-
`messaging.kafka.consumer_group` to `messaging.kafka.consumer.group`,
174-
`messaging.kafka.partition` to `messaging.kafka.destination.partition`,
175-
`messaging.kafka.tombstone` to `messaging.kafka.message.tombstone`,
176-
`messaging.rocketmq.message_type` to `messaging.rocketmq.message.type`,
177-
`messaging.rocketmq.message_tag` to `messaging.rocketmq.message.tag`,
178-
`messaging.rocketmq.message_keys` to `messaging.rocketmq.message.keys`;
179-
Removed `messaging.url`;
180-
Renamed `send` operation to `publish`;
181-
Split `destination` and `source` namespaces and clarify per-message attributes in batching scenarios.
182-
([#2763](https://github.com/open-telemetry/opentelemetry-specification/pull/2763)).
183218

184219
### Metrics
185220

0 commit comments

Comments
 (0)