Skip to content

Commit 7f2d228

Browse files
chore: Bump version anc changelog to v0.1.89
1 parent 7325f77 commit 7f2d228

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
66

7+
## [0.1.89] - 2026-05-29
8+
- **Support for metadata alias for tokens in Anthropic instrumentation** - Capture various token alias for anthropic instrumentation
9+
10+
711
## [0.1.88] - 2026-05-20
812

913
- **Support for distributed tracing during sub-process invocation** - Auto instrument subprocess module to automatically set current context as traceparent in sub-process environment whenever a new sub-process is created. Update `Netra.init` to automatically activate context from traceparent if traceparent is found in current environment.

netra/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.88"
1+
__version__ = "0.1.89"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[project]
66
name = "netra-sdk"
7-
version = "0.1.88"
7+
version = "0.1.89"
88
description = "A Python SDK for AI application observability that provides OpenTelemetry-based monitoring, tracing, and PII protection for LLM and vector database applications. Enables easy instrumentation, session tracking, and privacy-focused data collection for AI systems in production environments."
99
authors = [
1010
{name = "Sooraj Thomas",email = "sooraj@keyvalue.systems"}

0 commit comments

Comments
 (0)