Skip to content

Commit 8b49851

Browse files
owaisItayGibel-helios
authored andcommitted
updating changelogs and version to 1.8.0-0.27b0 (open-telemetry#835)
1 parent ab51e86 commit 8b49851

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

CHANGELOG.md

-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2626
- `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))
2727
- `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))
2828

29-
### Added
30-
31-
- `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))
32-
3329
### Fixed
3430

3531
- `opentelemetry-exporter-richconsole` Fixed attribute error on parentless spans.

opentelemetry-instrumentation/src/opentelemetry/instrumentation/bootstrap_gen.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"instrumentation": "opentelemetry-instrumentation-mysql==0.27b0",
8686
},
8787
"pika": {
88-
"library": "pika >= 0.12.0",
88+
"library": "pika >= 1.1.0",
8989
"instrumentation": "opentelemetry-instrumentation-pika==0.27b0",
9090
},
9191
"psycopg2": {

0 commit comments

Comments
 (0)