Skip to content

Commit 8e79c3f

Browse files
toumorokoshic24t
andauthored
Adding changelogs and readme updates for 0.4 (open-telemetry#438)
Adding changelogs and readme updates for 0.4 Co-Authored-By: Chris Kleinknecht <libc@google.com>
1 parent 26e0576 commit 8e79c3f

File tree

12 files changed

+160
-10
lines changed

12 files changed

+160
-10
lines changed

README.md

Lines changed: 36 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -171,20 +171,46 @@ includes:
171171
- Flask Integration
172172
- PyMongo Integration
173173

174+
The v0.4 alpha release includes:
175+
176+
- Metrics MinMaxSumCount Aggregator
177+
- Context API
178+
- Full Metrics SDK Pipeline
179+
- Metrics STDOUT Exporter
180+
- Dbapi2 Integration
181+
- MySQL Integration
182+
- Psycopg2 Integration
183+
- Zipkin Exporter
184+
- Prometheus Metrics Exporter
185+
- New Examples and Improvements to Existing Examples
186+
187+
Thank you to the following individuals for contributing to this release:
188+
189+
* Alex Boten
190+
* Chris Kleinknecht
191+
* Christian Neumüller
192+
* Daniel González
193+
* Diego Hurtado
194+
* Golovin Pavel
195+
* Hector Hernandez
196+
* Jake Malachowski
197+
* Joshua H Lang
198+
* Leighton Chen
199+
* Mauricio Vásquez
200+
* Yusuke Tsutsumi
201+
174202
See the [project
175203
milestones](https://github.com/open-telemetry/opentelemetry-python/milestones)
176204
for details on upcoming releases. The dates and features described here are
177205
estimates, and subject to change.
178206

179207
Future releases targets include:
180208

181-
| Component | Version | Target Date |
182-
| ----------------------------------- | ---------- | ----------------- |
183-
| Zipkin Trace Exporter | Alpha v0.4 | February 21 2020 |
184-
| W3C Correlation Context Propagation | Alpha v0.4 | February 21 2020 |
185-
| Support for Tags/Baggage | Alpha v0.4 | February 21 2020 |
186-
| Metrics Aggregation | Alpha v0.4 | February 21 2020 |
187-
| gRPC Integrations | Alpha v0.4 | February 21 2020 |
188-
| Prometheus Metrics Exporter | Alpha v0.4 | February 21 2020 |
189-
| OpenCensus Bridge | Alpha v0.4 | February 21 2020 |
190-
| Metrics SDK (Complete) | Alpha v0.4 | February 21 2020 |
209+
| Component | Version | Target Date |
210+
| ----------------------------------- | ---------- | ------------ |
211+
| W3C Correlation Context Propagation | Beta v1 | March 16 2020|
212+
| Support for Tags/Baggage | Beta v1 | March 16 2020|
213+
| gRPC Integrations | Beta v1 | March 16 2020|
214+
| OpenTelemetry Collector Exporter | Beta v1 | March 16 2020|
215+
| OpenCensus Bridge | Beta v1 | March 16 2020|
216+
| Metrics SDK (Complete) | Beta v1 | March 16 2020|
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
## Unreleased
4+
5+
## 0.4a0
6+
7+
Released 2020-02-21
8+
9+
- Initial release

ext/opentelemetry-ext-flask/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Unreleased
44

5+
## 0.4a0
6+
7+
- Use string keys for WSGI environ values
8+
([#366](https://github.com/open-telemetry/opentelemetry-python/pull/366))
9+
10+
511
## 0.3a0
612

713
Released 2019-12-11

ext/opentelemetry-ext-jaeger/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
## 0.4a0
6+
7+
Released 2020-02-21
8+
59
- Export span status ([#367](https://github.com/open-telemetry/opentelemetry-python/pull/367))
610
- Export span kind ([#387](https://github.com/open-telemetry/opentelemetry-python/pull/387))
711

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
## Unreleased
4+
5+
## 0.4a0
6+
7+
Released 2020-02-21
8+
9+
- Initial release

ext/opentelemetry-ext-prometheus/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,9 @@
22

33
## Unreleased
44

5+
## 0.4a0
6+
7+
Released 2020-02-21
8+
9+
- Initial release
10+
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
## Unreleased
4+
5+
## 0.4a0
6+
7+
Released 2020-02-21
8+
9+
- Initial release

ext/opentelemetry-ext-pymongo/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## Unreleased
44

5+
## 0.4a0
6+
7+
Released 2020-02-21
8+
9+
- Updating network connection attribute names
10+
([#350](https://github.com/open-telemetry/opentelemetry-python/pull/350))
11+
12+
513
## 0.3a0
614

715
Released 2019-12-11

ext/opentelemetry-ext-wsgi/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
## Unreleased
44

5+
## 0.4a0
6+
7+
Released 2020-02-21
8+
9+
- Updating network connection attribute names
10+
([#350](https://github.com/open-telemetry/opentelemetry-python/pull/350))
11+
512
## 0.3a0
613

714
Released 2019-12-11

ext/opentelemetry-ext-zipkin/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@
22

33
## Unreleased
44

5+
## 0.4a0
6+
7+
Released 2020-02-21
8+
9+
- Initial release

opentelemetry-api/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22

33
## Unreleased
44

5+
## 0.4a0
6+
7+
Released 2020-02-21
8+
9+
- Separate Default classes from interface descriptions
10+
([#311](https://github.com/open-telemetry/opentelemetry-python/pull/311))
11+
- Added named Tracers
12+
([#301](https://github.com/open-telemetry/opentelemetry-python/pull/301))
13+
- Add int and valid sequenced to AttributeValue type
14+
([#368](https://github.com/open-telemetry/opentelemetry-python/pull/368))
15+
- Add ABC for Metric
16+
([#391](https://github.com/open-telemetry/opentelemetry-python/pull/391))
17+
- Metric classes required for export pipeline
18+
([#341](https://github.com/open-telemetry/opentelemetry-python/pull/341))
19+
- Adding Context API Implementation
20+
([#395](https://github.com/open-telemetry/opentelemetry-python/pull/395))
21+
- Remove monotonic and absolute metric instruments
22+
([#410](https://github.com/open-telemetry/opentelemetry-python/pull/410))
23+
- Adding trace.get_tracer function
24+
([#430](https://github.com/open-telemetry/opentelemetry-python/pull/430))
25+
26+
27+
28+
529
## 0.3a0
630

731
Released 2019-12-11

opentelemetry-sdk/CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,43 @@
22

33
## Unreleased
44

5+
## 0.4a0
6+
7+
Released 2020-02-21
8+
9+
- Added named Tracers
10+
([#301](https://github.com/open-telemetry/opentelemetry-python/pull/301))
11+
- Set status for ended spans
12+
([#297](https://github.com/open-telemetry/opentelemetry-python/pull/297) and
13+
[#358](https://github.com/open-telemetry/opentelemetry-python/pull/358))
14+
- Use module loggers
15+
([#351](https://github.com/open-telemetry/opentelemetry-python/pull/351))
16+
- Protect start_time and end_time from being set manually by the user
17+
([#363](https://github.com/open-telemetry/opentelemetry-python/pull/363))
18+
- Add runtime validation for set_attribute
19+
([#348](https://github.com/open-telemetry/opentelemetry-python/pull/348))
20+
- Add support for B3 ParentSpanID
21+
([#286](https://github.com/open-telemetry/opentelemetry-python/pull/286))
22+
- Set status in start_as_current_span
23+
([#377](https://github.com/open-telemetry/opentelemetry-python/pull/377))
24+
- Implement force_flush for span processors
25+
([#389](https://github.com/open-telemetry/opentelemetry-python/pull/389))
26+
- Metrics export pipeline, and stdout exporter
27+
([#341](https://github.com/open-telemetry/opentelemetry-python/pull/389))
28+
- Set sampled flag on sampling trace
29+
([#407](https://github.com/open-telemetry/opentelemetry-python/pull/407))
30+
- Add io and formatter options to console exporter
31+
([#412](https://github.com/open-telemetry/opentelemetry-python/pull/412))
32+
- Clean up ProbabilitySample for 64 bit trace IDs
33+
([#238](https://github.com/open-telemetry/opentelemetry-python/pull/238))
34+
- Adding Context API Implementation
35+
([#395](https://github.com/open-telemetry/opentelemetry-python/pull/395))
36+
- Remove monotonic and absolute metric instruments
37+
([#410](https://github.com/open-telemetry/opentelemetry-python/pull/410))
38+
- Implement MinMaxSumCount aggregator
39+
([#422](https://github.com/open-telemetry/opentelemetry-python/pull/422))
40+
41+
542
## 0.3a0
643

744
Released 2019-12-11

0 commit comments

Comments
 (0)