Skip to content

Commit 0e7100a

Browse files
authored
Merge branch 'main' into wrapt-2.0-support
2 parents 26effe9 + be0c03e commit 0e7100a

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/component_owners.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,6 @@ components:
2525
instrumentation/opentelemetry-instrumentation-urllib3:
2626
- shalevr
2727

28-
instrumentation-genai/:
29-
- karthikscale3
30-
- lmolkova
31-
- lzchen
32-
- gyliu513
33-
- nirga
34-
- alizenhom
35-
- codefromthecrypt
36-
3728
processor/opentelemetry-processor-baggage:
3829
- codeboten
3930

@@ -45,8 +36,10 @@ components:
4536
- jj22ee
4637

4738
util/opentelemetry-util-genai:
39+
- Cirilla-zmh
4840
- DylanRussell
4941
- keith-decker
42+
- lmolkova
5043

5144
instrumentation-genai/opentelemetry-instrumentation-langchain:
5245
- zhirafovod
@@ -55,6 +48,9 @@ components:
5548
instrumentation-genai/opentelemetry-instrumentation-openai-agents-v2:
5649
- nagkumar91
5750

51+
instrumentation-genai/opentelemetry-instrumentation-openai-v2:
52+
- lmolkova
53+
5854
instrumentation-genai/opentelemetry-instrumentation-anthropic:
5955
- vasantteja
6056
- anirudha

.github/workflows/package-prepare-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
next_version: ${{ steps.verify.outputs.next_version }}
3434
steps:
3535
- uses: actions/checkout@v4
36+
with:
37+
fetch-depth: 0
3638

3739
- id: verify
3840
name: Verify prerequisites

util/opentelemetry-util-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 (2026-02-20)
11+
1012
- Add `gen_ai.tool_definitions` to completion hook ([#4181](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4181))
1113
- Add support for emitting inference events and enrich message types. ([#3994](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3994))
1214
- Add support for `server.address`, `server.port` on all signals and additional metric-only attributes

util/opentelemetry-util-genai/src/opentelemetry/util/genai/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.3b0.dev"
15+
__version__ = "0.4b0.dev"

0 commit comments

Comments
 (0)