Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Update changelogs for 0.2a0 release #253

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 30, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion ext/opentelemetry-ext-azure-monitor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@

## Unreleased

## 0.1a.0
## 0.2a0

Released 2019-10-29

- Updates for core library changes

## 0.1a0

Released 2019-09-30

- Initial release
9 changes: 8 additions & 1 deletion ext/opentelemetry-ext-http-requests/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@

## Unreleased

## 0.1a.0
## 0.2a0

Released 2019-10-29

- Updates for core library changes

## 0.1a0

Released 2019-09-30

- Initial release
9 changes: 9 additions & 0 deletions ext/opentelemetry-ext-jaeger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## Unreleased

## 0.2a.0

Released 2019-10-29

- Initial release
9 changes: 9 additions & 0 deletions ext/opentelemetry-ext-opentracing-shim/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## Unreleased

## 0.2a.0

Released 2019-10-29

- Initial release
9 changes: 8 additions & 1 deletion ext/opentelemetry-ext-wsgi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@

## Unreleased

## 0.1a.0
## 0.2a0

Released 2019-10-29

- Updates for core library changes

## 0.1a0

Released 2019-09-30

- Initial release
17 changes: 15 additions & 2 deletions opentelemetry-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
# Changelog

## Unreleased
- Initial release

## 0.1a.0
## 0.2a0

Released 2019-10-29

- W3C TraceContext fixes and compliance tests
([#228](https://github.com/open-telemetry/opentelemetry-python/pull/228))
- Multiple metrics API changes
- Multiple tracing API changes
- Multiple context API changes
- Sampler API
([#225](https://github.com/open-telemetry/opentelemetry-python/pull/225))
- Multiple bugfixes and improvements

## 0.1a0

Released 2019-09-30

- Initial release
15 changes: 14 additions & 1 deletion opentelemetry-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,20 @@

## Unreleased

## 0.1a.0
## 0.2a0

Released 2019-10-29

- W3C TraceContext fixes and compliance tests
([#228](https://github.com/open-telemetry/opentelemetry-python/pull/228))
- Multiple metrics SDK changes
- Multiple tracing SDK changes
- Sampler SDK
([#225](https://github.com/open-telemetry/opentelemetry-python/pull/225))
- Multiple bugfixes and improvements

## 0.1a0

Released 2019-09-30

- Initial release