@@ -151,18 +151,37 @@ Thank you to the following individuals for contributing to this release:
151
151
* Mauricio Vásquez
152
152
* Yusuke Tsutsumi
153
153
154
+ The [ v0.5 beta
155
+ release] ( https://github.com/open-telemetry/opentelemetry-python/releases/tag/v0.5.0 ) release includes:
156
+
157
+ - W3C Correlation Context Propagation
158
+ - OpenTelemetry Collector Exporter Integration for both metrics and traces
159
+ - Metrics SDK
160
+ - Global configuration module
161
+ - Documentation improvements
162
+
163
+ Thank you to the following individuals for contributing to this release:
164
+
165
+ * Alex Boten
166
+ * Chris Kleinknecht
167
+ * Dave Grochowski
168
+ * Diego Hurtado
169
+ * Hector Hernandez
170
+ * Leighton Chen
171
+ * Liz Fong-Jones
172
+ * Mauricio Vásquez
173
+ * Yusuke Tsutsumi
174
+
154
175
See the [ project
155
176
milestones] ( https://github.com/open-telemetry/opentelemetry-python/milestones )
156
177
for details on upcoming releases. The dates and features described here are
157
178
estimates, and subject to change.
158
179
159
180
Future releases targets include:
160
181
161
- | Component | Version | Target Date |
162
- | ----------------------------------- | ---------- | ------------ |
163
- | W3C Correlation Context Propagation | Beta v1 | March 16 2020|
164
- | Support for Tags/Baggage | Beta v1 | March 16 2020|
165
- | gRPC Integrations | Beta v1 | March 16 2020|
166
- | OpenTelemetry Collector Exporter | Beta v1 | March 16 2020|
167
- | OpenCensus Bridge | Beta v1 | March 16 2020|
168
- | Metrics SDK (Complete) | Beta v1 | March 16 2020|
182
+ | Component | Version | Target Date |
183
+ | ---------------------------------- | ------- | ------------- |
184
+
185
+ | Stable API for metrics and tracing | Beta v2 | March 31 2020 |
186
+ | Support for Tags/Baggage | Beta v2 | March 31 2020 |
187
+ | gRPC Integration | Beta v2 | March 31 2020 |
0 commit comments