Skip to content

Tags: Scale3-Labs/langtrace-python-sdk

Tags

3.8.21

Toggle 3.8.21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release v3.8.21 - AWS Bedrock ARN parsing fix (#545)

* capture different types of google genai inputs (#534)

Co-authored-by: Obinna Okafor <obinna.okafor01@gmail.com>

* Read stream before saving attributes. Parse modelId in a more robust way.

* Decide based on model name on the set of attributes tracked.

* Added basic test for model ID parsing.

* Added replay tests for AWS Bedrock.

* Added test for streaming requests too.

* Obinna/fix awsbedrock streaming response (#538)

* fix aws bedrock streaming bug

* bump version

* add deprecated dependency

* restrict current pinecone instrumentation to v6.0.2

* hard code boto3 dependency version

* fix duplicate event stream

* set test aws key

* Fix AWS Bedrock ARN parsing issue in converse methods (#544)

* Fix AWS Bedrock ARN parsing issue in converse methods

- Replace modelId.split('.') with parse_vendor_and_model_name_from_model_id
- Fixes crash when using ARN or cross-region model IDs with multiple dots
- Makes patch_converse and patch_converse_stream consistent with other methods

Resolves ValueError: too many values to unpack (expected 2) when using:
- ARN format: arn:aws:bedrock:us-east-1:<account_id>:inference-profile/us.anthropic.claude-3-haiku-20240307-v1:0
- Cross-region format: us.anthropic.claude-sonnet-4-20250514-v1:0

Co-Authored-By: karthik@scale3labs.com <karthik@scale3labs.com>

* Bump version to 3.8.21 for ARN parsing bug fix

Co-Authored-By: karthik@scale3labs.com <karthik@scale3labs.com>

---------

Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: karthik@scale3labs.com <karthik@scale3labs.com>

---------

Co-authored-by: obinnascale3 <109410793+obinnascale3@users.noreply.github.com>
Co-authored-by: Obinna Okafor <obinna.okafor01@gmail.com>
Co-authored-by: m1kl0sh <miklos.erdelyi@moduscreate.com>
Co-authored-by: Obinna Okafor <obinna@scale3labs.com>
Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: karthik@scale3labs.com <karthik@scale3labs.com>

3.8.18

Toggle 3.8.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release 3.8.18 (#535)

* capture different types of google genai inputs (#534)

Co-authored-by: Obinna Okafor <obinna.okafor01@gmail.com>

* add boto3 version

* add boto3 version

---------

Co-authored-by: Obinna Okafor <obinna.okafor01@gmail.com>

3.8.17

Toggle 3.8.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #532 from Scale3-Labs/release-3.8.17

Release 3.8.17

3.8.15

Toggle 3.8.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release (#530)

* remove logs

* remove requirements

* Bump version

* Squash

* minor

* switch to http exporter

* bump version

* bump version

* add project details

* cleanup

* Obinna/s3 en 1111 fix dspy error (#528)

* update dspy instrumentation and examples

* bump version

---------

Co-authored-by: Obinna Okafor <obinna.okafor01@gmail.com>

* Improve Cleanlab Instrumentation (#529)

* cleanlab fix

* bump version

---------

Co-authored-by: Ali Waleed <ali@scale3labs.com>
Co-authored-by: obinnascale3 <109410793+obinnascale3@users.noreply.github.com>
Co-authored-by: Obinna Okafor <obinna.okafor01@gmail.com>

3.8.14

Toggle 3.8.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release 3.8.14 (#526)

* add project details

* cleanup

3.8.13

Toggle 3.8.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #524 from Scale3-Labs/release-3.8.13

Release 3.8.13

3.8.12

Toggle 3.8.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release 3.8.12 (#522)

* add instrumentation for neo4j

* update version

* update trace attributes version

* update imports

* add neo4j result span attributes

* add neo4j result span attributes

* bump bersion

* fix db attributes error and add examples

* handle result transformer

* fix genai and pinecone instrumentations (#512)

* fix genai and pinecone instrumentations

* bump version

* fix pinecone Index attribute

---------

Co-authored-by: Obinna Okafor <obinna.okafor01@gmail.com>

* Improve Agno instrumentation (#513)

* cast token count to int

* bump version

* only redirect stdout if logging is disabled

* bump version

* fix openai agents attribute error

* bump version

* fix openai responses api instrumentation (#519)

Co-authored-by: Obinna Okafor <obinna.okafor01@gmail.com>

* fix JSON serializable error in neo4j (#521)

Co-authored-by: Obinna Okafor <obinna.okafor01@gmail.com>

* fix merge conflict

---------

Co-authored-by: Obinna Okafor <obinna.okafor01@gmail.com>
Co-authored-by: Karthik Kalyanaraman <105607645+karthikscale3@users.noreply.github.com>

3.8.11

Toggle 3.8.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release (#520)

* remove logs

* remove requirements

* Bump version

* Squash

* minor

* switch to http exporter

* add instrumentation for neo4j

* update version

* update trace attributes version

* update imports

* add neo4j result span attributes

* add neo4j result span attributes

* bump bersion

* fix db attributes error and add examples

* handle result transformer

* fix genai and pinecone instrumentations (#512)

* fix genai and pinecone instrumentations

* bump version

* fix pinecone Index attribute

---------

Co-authored-by: Obinna Okafor <obinna.okafor01@gmail.com>

* Improve Agno instrumentation (#513)

* cast token count to int

* bump version

* only redirect stdout if logging is disabled

* bump version

* fix openai agents attribute error

* bump version

* fix openai responses api instrumentation (#519)

Co-authored-by: Obinna Okafor <obinna.okafor01@gmail.com>

* bump version

* bump version

---------

Co-authored-by: Obinna Okafor <obinna.okafor01@gmail.com>
Co-authored-by: obinnascale3 <109410793+obinnascale3@users.noreply.github.com>

3.8.10

Toggle 3.8.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release (#515)

* remove logs

* remove requirements

* Bump version

* Squash

* minor

* switch to http exporter

* add instrumentation for neo4j

* update version

* update trace attributes version

* update imports

* add neo4j result span attributes

* add neo4j result span attributes

* bump bersion

* fix db attributes error and add examples

* handle result transformer

* fix genai and pinecone instrumentations (#512)

* fix genai and pinecone instrumentations

* bump version

* fix pinecone Index attribute

---------

Co-authored-by: Obinna Okafor <obinna.okafor01@gmail.com>

* Improve Agno instrumentation (#513)

---------

Co-authored-by: Obinna Okafor <obinna.okafor01@gmail.com>
Co-authored-by: obinnascale3 <109410793+obinnascale3@users.noreply.github.com>

3.8.9

Toggle 3.8.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release 3.8.9 (#509)

* add instrumentation for neo4j

* update version

* update trace attributes version

* update imports

* add neo4j result span attributes

* add neo4j result span attributes

* bump bersion

* fix db attributes error and add examples

* handle result transformer

---------

Co-authored-by: Obinna Okafor <obinna.okafor01@gmail.com>