Skip to content

Commit e9db029

Browse files
committed
Merge branch 'main' into fix_vertexai
2 parents 5bc6f8d + 109173f commit e9db029

File tree

150 files changed

+1086
-448
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

150 files changed

+1086
-448
lines changed

CHANGELOG.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
1212
## Unreleased
1313

14-
## Version 1.34.0/0.55b0 (2025-06-04)
14+
## Version 1.35.0/0.56b0 (2025-07-11)
15+
16+
### Added
17+
18+
- `opentelemetry-instrumentation-pika` Added instrumentation for All `SelectConnection` adapters
19+
([#3584](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3584))
20+
- `opentelemetry-instrumentation-tornado` Add support for `WebSocketHandler` instrumentation
21+
([#3498](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3498))
22+
- `opentelemetry-util-http` Added support for redacting specific url query string values and url credentials in instrumentations
23+
([#3508](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3508))
24+
- `opentelemetry-instrumentation-pymongo` `aggregate` and `getMore` capture statements support
25+
([#3601](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3601))
1526

1627
### Fixed
1728

29+
- `opentelemetry-instrumentation-asgi`: fix excluded_urls in instrumentation-asgi
30+
([#3567](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3567))
1831
- `opentelemetry-resource-detector-containerid`: make it more quiet on platforms without cgroups
1932
([#3579](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3579))
2033
- `opentelemetry-instrumentation-vertexai`: migrate off the deprecated events API to use the logs API
2134
([#3625](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3626))
2235

23-
### Added
24-
25-
- `opentelemetry-instrumentation-aiokafka` Add instrumentation of `consumer.getmany` (batch)
26-
([#3257](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3257))
36+
## Version 1.34.0/0.55b0 (2025-06-04)
2737

2838
### Fixed
2939

@@ -80,7 +90,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8090
([#3513](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3513))
8191
- `opentelemetry-instrumentation` Allow re-raising exception when instrumentation fails
8292
([#3545](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3545))
83-
93+
- `opentelemetry-instrumentation-aiokafka` Add instrumentation of `consumer.getmany` (batch)
94+
([#3257](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3257))
95+
8496
### Deprecated
8597

8698
- Drop support for Python 3.8, bump baseline to Python 3.9.

README.md

Lines changed: 26 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,16 @@ We meet weekly on Thursday at 9AM PT. The meeting is subject to change depending
111111

112112
Meeting notes are available as a public [Google doc](https://docs.google.com/document/d/1CIMGoIOZ-c3-igzbd6_Pnxx1SjAkjwqoYSUWxPY8XIs/edit). For edit access, get in touch on [GitHub Discussions](https://github.com/open-telemetry/opentelemetry-python/discussions).
113113

114-
Approvers ([@open-telemetry/python-approvers](https://github.com/orgs/open-telemetry/teams/python-approvers)):
114+
### Maintainers
115+
116+
- [Aaron Abbott](https://github.com/aabmass), Google
117+
- [Leighton Chen](https://github.com/lzchen), Microsoft
118+
- [Riccardo Magliocchetti](https://github.com/xrmx), Elastic
119+
- [Shalev Roda](https://github.com/shalevr), Cisco
120+
121+
For more information about the maintainer role, see the [community repository](https://github.com/open-telemetry/community/blob/main/guides/contributor/membership.md#maintainer).
122+
123+
### Approvers
115124

116125
- [Emídio Neto](https://github.com/emdneto), PicPay
117126
- [Jeremy Voss](https://github.com/jeremydvoss), Microsoft
@@ -121,34 +130,29 @@ Approvers ([@open-telemetry/python-approvers](https://github.com/orgs/open-telem
121130
- [Srikanth Chekuri](https://github.com/srikanthccv), signoz.io
122131
- [Tammy Baylis](https://github.com/tammy-baylis-swi), SolarWinds
123132

124-
Emeritus Approvers:
133+
For more information about the approver role, see the [community repository](https://github.com/open-telemetry/community/blob/main/guides/contributor/membership.md#approver).
125134

126-
- [Ashutosh Goel](https://github.com/ashu658), Cisco
127-
- [Héctor Hernández](https://github.com/hectorhdzg), Microsoft
128-
- [Nikolay Sokolik](https://github.com/oxeye-nikolay), Oxeye
129-
- [Nikolay Sokolik](https://github.com/nikosokolik), Oxeye
130-
- [Nathaniel Ruiz Nowell](https://github.com/NathanielRN), AWS
135+
### Emeritus Maintainers
131136

132-
*Find more about the approver role in [community repository](https://github.com/open-telemetry/community/blob/main/community-membership.md#approver).*
137+
- [Alex Boten](https://github.com/codeboten)
138+
- [Diego Hurtado](https://github.com/ocelotl)
139+
- [Owais Lone](https://github.com/owais)
140+
- [Yusuke Tsutsumi](https://github.com/toumorokoshi)
133141

134-
Maintainers ([@open-telemetry/python-maintainers](https://github.com/orgs/open-telemetry/teams/python-maintainers)):
142+
For more information about the emeritus role, see the [community repository](https://github.com/open-telemetry/community/blob/main/guides/contributor/membership.md#emeritus-maintainerapprovertriager).
135143

136-
- [Aaron Abbott](https://github.com/aabmass), Google
137-
- [Leighton Chen](https://github.com/lzchen), Microsoft
138-
- [Riccardo Magliocchetti](https://github.com/xrmx), Elastic
139-
- [Shalev Roda](https://github.com/shalevr), Cisco
140-
141-
Emeritus Maintainers:
144+
### Emeritus Approvers
142145

143-
- [Alex Boten](https://github.com/codeboten), Lightstep
144-
- [Diego Hurtado](https://github.com/ocelotl), Lightstep
145-
- [Owais Lone](https://github.com/owais), Splunk
146-
- [Yusuke Tsutsumi](https://github.com/toumorokoshi), Google
146+
- [Ashutosh Goel](https://github.com/ashu658)
147+
- [Héctor Hernández](https://github.com/hectorhdzg)
148+
- [Nathaniel Ruiz Nowell](https://github.com/NathanielRN)
149+
- [Nikolay Sokolik](https://github.com/nikosokolik)
150+
- [Nikolay Sokolik](https://github.com/oxeye-nikolay)
147151

148-
*Find more about the maintainer role in [community repository](https://github.com/open-telemetry/community/blob/main/community-membership.md#maintainer).*
152+
For more information about the emeritus role, see the [community repository](https://github.com/open-telemetry/community/blob/main/guides/contributor/membership.md#emeritus-maintainerapprovertriager).
149153

150-
### Thanks to all the people who already contributed
154+
### Thanks to all of our contributors!
151155

152156
<a href="https://github.com/open-telemetry/opentelemetry-python-contrib/graphs/contributors">
153-
<img src="https://contributors-img.web.app/image?repo=open-telemetry/opentelemetry-python-contrib" />
157+
<img alt="Repo contributors" src="https://contrib.rocks/image?repo=open-telemetry/opentelemetry-python-contrib" />
154158
</a>

_template/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.56b0.dev"
15+
__version__ = "0.57b0.dev"

eachdist.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ sortfirst=
1616
ext/*
1717

1818
[stable]
19-
version=1.35.0.dev
19+
version=1.36.0.dev
2020

2121
packages=
2222
opentelemetry-sdk
@@ -34,7 +34,7 @@ packages=
3434
opentelemetry-api
3535

3636
[prerelease]
37-
version=0.56b0.dev
37+
version=0.57b0.dev
3838

3939
packages=
4040
all

exporter/opentelemetry-exporter-prometheus-remote-write/src/opentelemetry/exporter/prometheus_remote_write/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.56b0.dev"
15+
__version__ = "0.57b0.dev"

exporter/opentelemetry-exporter-richconsole/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727
dependencies = [
2828
"opentelemetry-api ~= 1.12",
2929
"opentelemetry-sdk ~= 1.12",
30-
"opentelemetry-semantic-conventions == 0.56b0.dev",
30+
"opentelemetry-semantic-conventions == 0.57b0.dev",
3131
"rich>=10.0.0",
3232
]
3333

exporter/opentelemetry-exporter-richconsole/src/opentelemetry/exporter/richconsole/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.56b0.dev"
15+
__version__ = "0.57b0.dev"

instrumentation-genai/opentelemetry-instrumentation-google-genai/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## Version 0.3b0 (2025-07-08)
11+
1012
- Add automatic instrumentation to tool call functions ([#3446](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3446))
1113

1214
## Version 0.2b0 (2025-04-28)

instrumentation-genai/opentelemetry-instrumentation-google-genai/src/opentelemetry/instrumentation/google_genai/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
# This version should stay below "1.0" until the fundamentals
1818
# in "TODOS.md" have been addressed. Please revisit the TODOs
1919
# listed there before bumping to a stable version.
20-
__version__ = "0.3b0.dev"
20+
__version__ = "0.4b0.dev"

instrumentation/opentelemetry-instrumentation-aio-pika/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
]
2727
dependencies = [
2828
"opentelemetry-api ~= 1.5",
29-
"opentelemetry-instrumentation == 0.56b0.dev",
29+
"opentelemetry-instrumentation == 0.57b0.dev",
3030
"wrapt >= 1.0.0, < 2.0.0",
3131
]
3232

0 commit comments

Comments
 (0)