Skip to content

Commit

Permalink
docs: backfill changelogs since 0.6 (#671)
Browse files Browse the repository at this point in the history
Halfway through the 0.6 to 0.7 release, a policy was added to
ensure changelogs are added to each PR as they are merged in.

Retroactively backfilling changelog entries that were missed
before the policy was enacted.
  • Loading branch information
toumorokoshi authored May 11, 2020
1 parent bf850cd commit 0ae01b9
Show file tree
Hide file tree
Showing 7 changed files with 59 additions and 10 deletions.
1 change: 0 additions & 1 deletion ext/opentelemetry-ext-pymongo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

- Implement instrumentor interface ([#612](https://github.com/open-telemetry/opentelemetry-python/pull/612))


## 0.4a0

Released 2020-02-21
Expand Down
4 changes: 1 addition & 3 deletions ext/opentelemetry-ext-pymysql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@

## Unreleased

- Implement instrument_connection and uninstrument_connection ([#624](https://github.com/open-telemetry/opentelemetry-python/pull/624))
- Implement PyMySQL integration ([#504](https://github.com/open-telemetry/opentelemetry-python/pull/504))
- Implement instrumentor interface ([#611](https://github.com/open-telemetry/opentelemetry-python/pull/611))
- Initial release
10 changes: 8 additions & 2 deletions ext/opentelemetry-ext-requests/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@

## Unreleased

- Rename package to opentelemetry-ext-requests ([#619](https://github.com/open-telemetry/opentelemetry-python/pull/619))
- Implement instrumentor interface ([#597](https://github.com/open-telemetry/opentelemetry-python/pull/597))
- Rename package to opentelemetry-ext-requests
([#619](https://github.com/open-telemetry/opentelemetry-python/pull/619))
- Implement instrumentor interface, enabling auto-instrumentation
([#597](https://github.com/open-telemetry/opentelemetry-python/pull/597))
- Adding disable_session for more granular instrumentation control
([#573](https://github.com/open-telemetry/opentelemetry-python/pull/573))
- Add a callback for custom attributes
([#656](https://github.com/open-telemetry/opentelemetry-python/pull/656))

## 0.3a0

Expand Down
3 changes: 3 additions & 0 deletions ext/opentelemetry-ext-zipkin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

- bugfix: 'debug' field is now correct
([#549](https://github.com/open-telemetry/opentelemetry-python/pull/549))

## 0.4a0

Released 2020-02-21
Expand Down
17 changes: 16 additions & 1 deletion opentelemetry-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

## Unreleased

- Add reset for the global configuration object, for testing purposes
([#636](https://github.com/open-telemetry/opentelemetry-python/pull/636))
- tracer.get_tracer now optionally accepts a TracerProvider
([#602](https://github.com/open-telemetry/opentelemetry-python/pull/602))
- Configuration object can now be used by any component of opentelemetry,
including 3rd party instrumentations
([#563](https://github.com/open-telemetry/opentelemetry-python/pull/563))
- bugfix: configuration object now matches fields in a case-sensitive manner
([#583](https://github.com/open-telemetry/opentelemetry-python/pull/583))
- bugfix: configuration object now accepts all valid python variable names
([#583](https://github.com/open-telemetry/opentelemetry-python/pull/583))
- bugfix: configuration undefined attributes now return None instead of raising
an AttributeError.
([#583](https://github.com/open-telemetry/opentelemetry-python/pull/583))

## 0.6b0

Released 2020-03-30
Expand Down Expand Up @@ -36,7 +51,7 @@ Released 2020-03-16
- Renaming TracerSource to TraceProvider
([#441](https://github.com/open-telemetry/opentelemetry-python/pull/441))
- Adding attach/detach methods as per spec
([#429](https://github.com/open-telemetry/opentelemetry-python/pull/450)
([#429](https://github.com/open-telemetry/opentelemetry-python/pull/450)

## 0.4a0

Expand Down
11 changes: 10 additions & 1 deletion opentelemetry-auto-instrumentation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Changelog

## Unreleased

- Add support for programmatic instrumentation
([#579](https://github.com/open-telemetry/opentelemetry-python/pull/569))
- bugfix: enable auto-instrumentation command to work for custom entry points
(e.g. flask_run)
([#567](https://github.com/open-telemetry/opentelemetry-python/pull/567))


## 0.6b0

Released 2020-03-30

- Initial release.
- Initial release.
23 changes: 21 additions & 2 deletions opentelemetry-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

## Unreleased

- Exporter API: span parents are now always spancontext
([#548](https://github.com/open-telemetry/opentelemetry-python/pull/548))
- tracer.get_tracer now optionally accepts a TracerProvider
([#602](https://github.com/open-telemetry/opentelemetry-python/pull/602))
- Console span exporter now prints prettier, more legible messages
([#505](https://github.com/open-telemetry/opentelemetry-python/pull/505))
- bugfix: B3 propagation now retrieves parentSpanId correctly
([#621](https://github.com/open-telemetry/opentelemetry-python/pull/621))
- bugfix: a DefaultSpan now longer causes an exception when used with tracer
([#577](https://github.com/open-telemetry/opentelemetry-python/pull/577))
- move last_updated_timestamp into aggregators instead of bound metric
instrument
([#522](https://github.com/open-telemetry/opentelemetry-python/pull/522))
- bugfix: suppressing instrumentation in metrics to eliminate an infinite loop
of telemetry
([#529](https://github.com/open-telemetry/opentelemetry-python/pull/529))
- bugfix: freezing span attribute sequences, reducing potential user errors
([#529](https://github.com/open-telemetry/opentelemetry-python/pull/529))

## 0.6b0

Released 2020-03-30
Expand Down Expand Up @@ -32,13 +51,13 @@ Released 2020-03-16
- Implement observer instrument
([#425](https://github.com/open-telemetry/opentelemetry-python/pull/425))

## 0.4a0
## 0.4a0

Released 2020-02-21

- Added named Tracers
([#301](https://github.com/open-telemetry/opentelemetry-python/pull/301))
- Set status for ended spans
- Set status for ended spans
([#297](https://github.com/open-telemetry/opentelemetry-python/pull/297) and
[#358](https://github.com/open-telemetry/opentelemetry-python/pull/358))
- Use module loggers
Expand Down

0 comments on commit 0ae01b9

Please sign in to comment.