Skip to content

Commit f4faa83

Browse files
Moved changelog suggestion to unreleased section, added support for py12 instrument-grpc
1 parent fb9bcc1 commit f4faa83

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2727
([#2590](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/2590))
2828
- Reference symbols from generated semantic conventions
2929
([#2611](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/2611))
30+
- `opentelemetry-instrumentation-grpc` Fixes the issue with the gRPC instrumentation not working with the 1.63.0 and higher version of gRPC
31+
([#2483](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/2484))
3032

3133
## Version 1.25.0/0.46b0 (2024-05-31)
3234

@@ -90,8 +92,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9092
([#2553](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/2553))
9193
- `opentelemetry-util-http` Preserve brackets around literal IPv6 hosts ([#2552](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/2552))
9294
- `opentelemetry-util-redis` Fix net peer attribute for unix socket connection ([#2493](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/2493))
93-
- `opentelemetry-instrumentation-grpc` Fixes the issue with the gRPC instrumentation not working with the 1.63.0 and higher version of gRPC
94-
([#2483](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/2484))
9595

9696
## Version 1.24.0/0.45b0 (2024-03-28)
9797

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ envlist =
243243
; below mean these dependencies are being used:
244244
; 0: grpcio==1.62.0
245245
; 1: grpcio==1.63.0
246-
py3{8,9,10,11}-test-instrumentation-grpc-{0,1}
246+
py3{8,9,10,11,12}-test-instrumentation-grpc-{0,1}
247247
pypy3-test-instrumentation-grpc-{0,1}
248248
lint-instrumentation-grpc
249249

0 commit comments

Comments
 (0)