Skip to content

Commit

Permalink
updating changelogs and version to 1.8.0-0.27b0 (open-telemetry#835)
Browse files Browse the repository at this point in the history
  • Loading branch information
owais authored and ItayGibel-helios committed Dec 28, 2021
1 parent ab51e86 commit 8b49851
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `opentelemetry-instrumentation-aws-lambda` Adds support for configurable flush timeout via `OTEL_INSTRUMENTATION_AWS_LAMBDA_FLUSH_TIMEOUT` property. ([#825](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/825))
- `opentelemetry-instrumentation-pika` Adds support for versions between `0.12.0` to `1.0.0`. ([#837](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/837))

### Added

- `opentelemetry-instrumentation-aws-lambda` Adds support for configurable flush timeout via `OTEL_INSTRUMENTATION_AWS_LAMBDA_FLUSH_TIMEOUT` property. ([#825](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/825))

### Fixed

- `opentelemetry-exporter-richconsole` Fixed attribute error on parentless spans.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"instrumentation": "opentelemetry-instrumentation-mysql==0.27b0",
},
"pika": {
"library": "pika >= 0.12.0",
"library": "pika >= 1.1.0",
"instrumentation": "opentelemetry-instrumentation-pika==0.27b0",
},
"psycopg2": {
Expand Down

0 comments on commit 8b49851

Please sign in to comment.