Skip to content

Commit 9146312

Browse files
Release 1.19.0 (#3285)
March release.
1 parent 03a3284 commit 9146312

File tree

1 file changed

+53
-6
lines changed

1 file changed

+53
-6
lines changed

CHANGELOG.md

Lines changed: 53 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,36 @@ release.
1313

1414
### Metrics
1515

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.19.0 (2023-03-06)
33+
34+
### Context
35+
36+
- No changes.
37+
38+
### Traces
39+
40+
- No changes.
41+
42+
### Metrics
43+
44+
- Add unit to View's Instrument selection criteria.
45+
([#3184](https://github.com/open-telemetry/opentelemetry-specification/pull/3184))
1646
- Add metric requirement levels "Required", "Recommended", and "Opt-In".
1747
([#3237](https://github.com/open-telemetry/opentelemetry-specification/pull/3237))
1848

@@ -38,30 +68,52 @@ release.
3868
([#3209](https://github.com/open-telemetry/opentelemetry-specification/pull/3209))
3969
- BREAKING: Change faas.max_memory units to Bytes instead of MB
4070
([#3209](https://github.com/open-telemetry/opentelemetry-specification/pull/3209))
71+
- BREAKING: Expand scope of faas.id to cloud.resource_id
72+
([#3188](https://github.com/open-telemetry/opentelemetry-specification/pull/3188))
4173
- Add Connect RPC specific conventions
4274
([#3116](https://github.com/open-telemetry/opentelemetry-specification/pull/3116))
4375
- Rename JVM metric attribute value from `nonheap` to `non_heap`
4476
([#3250](https://github.com/open-telemetry/opentelemetry-specification/pull/3250))
4577
- Mark the attribute naming guidelines in the specification as stable.
4678
([#3220](https://github.com/open-telemetry/opentelemetry-specification/pull/3220))
79+
- Mark telemetry schema readme stable.
80+
([#3221](https://github.com/open-telemetry/opentelemetry-specification/pull/3221))
4781
- Remove mention of `net.transport` from HTTP semantic conventions
4882
([#3244](https://github.com/open-telemetry/opentelemetry-specification/pull/3244))
4983
- Clarifies that if an HTTP client request is explicitly made to an IP address,
5084
e.g. `http://x.x.x.x:8080`, then `net.peer.name` SHOULD be the IP address `x.x.x.x`
5185
([#3276](https://github.com/open-telemetry/opentelemetry-specification/pull/3276))
5286
- Mark `net.sock.host.port` as conditionally required.
5387
([#3246](https://github.com/open-telemetry/opentelemetry-specification/pull/3246))
88+
- Rename Optional attribute requirement level to Opt-In.
89+
([#3228](https://github.com/open-telemetry/opentelemetry-specification/pull/3228))
90+
- Rename `http.user_agent` to `user_agent.original`.
91+
([#3190](https://github.com/open-telemetry/opentelemetry-specification/pull/3190))
92+
- Expand the declaration of `pool.name`.
93+
([#3050](https://github.com/open-telemetry/opentelemetry-specification/pull/3050))
5494

5595
### Compatibility
5696

97+
- Update Zipkin remoteEndpoint preferences.
98+
([#3087](https://github.com/open-telemetry/opentelemetry-specification/pull/3087))
99+
57100
### OpenTelemetry Protocol
58101

102+
- Declare OTLP/JSON Stable.
103+
([#2930](https://github.com/open-telemetry/opentelemetry-specification/pull/2930))
104+
59105
### SDK Configuration
60106

107+
- No changes.
108+
61109
### Telemetry Schemas
62110

111+
- No changes.
112+
63113
### Common
64114

115+
- No changes.
116+
65117
## v1.18.0 (2023-02-09)
66118

67119
### Context
@@ -76,8 +128,7 @@ release.
76128

77129
### Metrics
78130

79-
- Add unit to View's Instrument selection criteria.
80-
([#3184](https://github.com/open-telemetry/opentelemetry-specification/pull/3184))
131+
- No changes.
81132

82133
### Logs
83134

@@ -112,8 +163,6 @@ release.
112163
[#3158](https://github.com/open-telemetry/opentelemetry-specification/pull/3158)
113164
- `http.route` SHOULD contain the "application root" if there is one.
114165
([#3164](https://github.com/open-telemetry/opentelemetry-specification/pull/3164))
115-
- Rename `http.user_agent` to `user_agent.original`.
116-
([#3190](https://github.com/open-telemetry/opentelemetry-specification/pull/3190))
117166

118167
### Compatibility
119168

@@ -162,8 +211,6 @@ release.
162211

163212
- Rename built-in ExemplarFilters to AlwaysOn, AlwaysOff and TraceBased.
164213
([#2919](https://github.com/open-telemetry/opentelemetry-specification/pull/2919))
165-
- Expand the declaration of `pool.name`.
166-
([#3050](https://github.com/open-telemetry/opentelemetry-specification/pull/3050))
167214
- Add `MaxScale` config option to Exponential Bucket Histogram Aggregation.
168215
([#3017](https://github.com/open-telemetry/opentelemetry-specification/pull/3017))
169216
- Rename exponential bucket histogram aggregation to base 2 exponential histogram

0 commit comments

Comments
 (0)