We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e0d131 commit de97dbfCopy full SHA for de97dbf
2 files changed
util/opentelemetry-util-genai/CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## Unreleased
9
10
+## Version 0.4b0 (2026-05-01)
11
+
12
- Add `AgentInvocation` type with `invoke_agent` span lifecycle
13
([#4274](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/4274))
14
- Add metrics support for EmbeddingInvocation
util/opentelemetry-util-genai/src/opentelemetry/util/genai/version.py
@@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
15
-__version__ = "0.4b0.dev"
+__version__ = "0.5b0.dev"
0 commit comments