Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.

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

## [0.1.78] - 2026-03-26

- Block requests instrumentation from traceloop


## [0.1.77] - 2026-03-23

- Cleanup and refactor claude agent sdk instrumentation
Expand Down Expand Up @@ -216,4 +221,4 @@ The format is based on Keep a Changelog and this project adheres to Semantic Ver

- Added utility to set input and output data for any active span in a trace

[0.1.77]: https://github.com/KeyValueSoftwareSystems/netra-sdk-py/tree/main
[0.1.78]: https://github.com/KeyValueSoftwareSystems/netra-sdk-py/tree/main
1 change: 1 addition & 0 deletions netra/instrumentation/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def init_instrumentations(
Instruments.GROQ,
Instruments.REDIS,
Instruments.PYMYSQL,
Instruments.REQUESTS,
}
)

Expand Down
2 changes: 1 addition & 1 deletion netra/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.77"
__version__ = "0.1.78"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[project]
name = "netra-sdk"
version = "0.1.77"
version = "0.1.78"
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."
authors = [
{name = "Sooraj Thomas",email = "sooraj@keyvalue.systems"}
Expand Down