Skip to content

Commit

Permalink
chore: update Release Schedule (open-telemetry#801)
Browse files Browse the repository at this point in the history
* chore: update Release Schedule

* chore: target -> Release
  • Loading branch information
mayurkale22 authored Feb 25, 2020
1 parent c87e521 commit e8284b3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 31 deletions.
45 changes: 15 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,42 +29,27 @@ OpenTelemetry JS is under active development.
This release isn't guaranteed to conform to a specific version of the specification, and future
releases will not attempt to maintain backwards compatibility with the alpha release.

The [v0.2 alpha
release](https://github.com/open-telemetry/opentelemetry-js/releases/tag/v0.2.0)
includes:

- Tracing API
- Tracing SDK (Node and Web)
- Metrics API
- Jaeger Trace Exporter
- Zipkin Trace Exporter
- OpenTracing Bridge
- HTTP, GRPC, DNS Instrumentations
- Document Load for web
- Metrics SDK (`Counter` and `Gauge` support) - Export work is underway.

The [v0.3 alpha
release](https://github.com/open-telemetry/opentelemetry-js/releases/tag/v0.3.0)
includes:

- Prometheus Metric Exporter
- OpenTelemetry Collector Exporter
- mongodb, redis, mysql Instrumentations
| Component | Version | Release Date |
| --------------------------- | ------------ | ---------------- |
| Tracing API | Alpha v0.1.0 | October 14 2019 |
| Tracing SDK (Node and Web) | Alpha v0.1.0 | October 14 2019 |
| Jaeger Trace Exporter | Alpha v0.1.0 | October 14 2019 |
| Trace Context Propagation | Alpha v0.1.0 | October 14 2019 |
| Zipkin Trace Exporter | Alpha v0.1.0 | October 14 2019 |
| OpenTracing Bridge | Alpha v0.1.0 | October 14 2019 |
| Metrics API | Alpha v0.2.0 | November 04 2019 |
| Metrics SDK | Alpha v0.2.0 | November 04 2019 |
| Prometheus Metric Exporter | Alpha v0.3.0 | December 13 2019 |
| Collector Exporter | Alpha v0.3.0 | December 13 2019 |
| Resources | Beta | March 25 2020 |
| Support for Tags/Baggage | Beta | March 25 2020 |
| OpenCensus Bridge | Beta | March 25 2020 |

See the [project
milestones](https://github.com/open-telemetry/opentelemetry-js/milestones)
for details on upcoming releases. The dates and features described here are
estimates, and subject to change.

Future release targets include:

| Component | Version | Target Date |
| --------------------------- | ---------- | ------------------ |
| Support for Tags/Baggage | Alpha v0.4 | January 31 2020 |
| Metrics Aggregation | Alpha v0.4 | January 31 2020 |
| Metrics SDK (Complete) | Alpha v0.4 | January 31 2020 |
| OpenCensus Bridge | Alpha v0.4 | January 31 2020 |

## Contributing
We'd love your help!. Use tags [up-for-grabs][up-for-grabs-issues] and
[good first issue][good-first-issues] to get started with the project. Follow
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-plugin-express/src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
*/

// this is autogenerated file, see scripts/version-update.js
export const VERSION = '0.3.2';
export const VERSION = '0.4.0';

0 comments on commit e8284b3

Please sign in to comment.