Skip to content

Commit 38e0fb8

Browse files
authored
Merge branch 'main' into token-permissions
2 parents ce97bf3 + 109173f commit 38e0fb8

File tree

149 files changed

+1012
-407
lines changed

Some content is hidden

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

149 files changed

+1012
-407
lines changed

CHANGELOG.md

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

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))
26+
1427
### Fixed
1528

29+
- `opentelemetry-instrumentation-asgi`: fix excluded_urls in instrumentation-asgi
30+
([#3567](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3567))
1631
- `opentelemetry-resource-detector-containerid`: make it more quiet on platforms without cgroups
1732
([#3579](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3579))
1833

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -134,20 +134,20 @@ For more information about the approver role, see the [community repository](htt
134134

135135
### Emeritus Maintainers
136136

137-
- [Alex Boten](https://github.com/codeboten), Lightstep
138-
- [Diego Hurtado](https://github.com/ocelotl), Lightstep
139-
- [Owais Lone](https://github.com/owais), Splunk
140-
- [Yusuke Tsutsumi](https://github.com/toumorokoshi), Google
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)
141141

142142
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).
143143

144144
### Emeritus Approvers
145145

146-
- [Ashutosh Goel](https://github.com/ashu658), Cisco
147-
- [Héctor Hernández](https://github.com/hectorhdzg), Microsoft
148-
- [Nikolay Sokolik](https://github.com/oxeye-nikolay), Oxeye
149-
- [Nikolay Sokolik](https://github.com/nikosokolik), Oxeye
150-
- [Nathaniel Ruiz Nowell](https://github.com/NathanielRN), AWS
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)
151151

152152
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).
153153

_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)