Skip to content

Releases: traceloop/openllmetry

0.21.5

05 Jun 10:48
Compare
Choose a tag to compare

v0.21.5 (2024-06-05)

Fix

  • openai: handle empty finish_reason (#1236)
  • removed debug prints from instrumentations
  • vertexai: change the span names to match method calls (#1234)

[main c9c4a1e] bump: version 0.21.4 → 0.21.5
40 files changed, 47 insertions(+), 39 deletions(-)

0.21.4

03 Jun 21:39
Compare
Choose a tag to compare

v0.21.4 (2024-06-03)

Fix

  • openai+anthropic+watsonx: align duration and token.usage metrics attributes with conventions (#1182)

[main 8407f5c] bump: version 0.21.3 → 0.21.4
40 files changed, 45 insertions(+), 39 deletions(-)

0.21.3

03 Jun 09:42
Compare
Choose a tag to compare

v0.21.3 (2024-06-03)

Fix

  • openai: async streaming responses (#1229)
  • sdk: temporarily (?) remove sentry (#1228)

[main 465c377] bump: version 0.21.2 → 0.21.3
40 files changed, 46 insertions(+), 39 deletions(-)

0.21.2

31 May 18:53
Compare
Choose a tag to compare

v0.21.2 (2024-05-31)

Fix

  • all packages: Bump opentelemetry-api to 1.25.0 and opentelemetry-instrumentation to 0.46b0 (#1189)

[main 9df12cb] bump: version 0.21.1 → 0.21.2
40 files changed, 45 insertions(+), 39 deletions(-)

0.21.1

30 May 00:58
Compare
Choose a tag to compare

v0.21.1 (2024-05-30)

Fix

  • log tracing errors on debug level (#1180)
  • bedrock: support streaming API (#1179)
  • weaviate: support v4.6.3 (#1134)
  • sdk: wrong package check for mistral instrumentations (#1168)

[main 41ad164] bump: version 0.21.0 → 0.21.1
40 files changed, 48 insertions(+), 39 deletions(-)

0.21.0

27 May 16:53
Compare
Choose a tag to compare

v0.21.0 (2024-05-27)

Feat

  • vertexai: vertexai.generative_models / llm_model detection (#1141)

Fix

  • bedrock: support simple string in prompts (#1167)
  • langchain: stringification fails for lists of LangChain Documents (#1140)

[main 437bcb6] bump: version 0.20.0 → 0.21.0
40 files changed, 50 insertions(+), 39 deletions(-)

0.20.0

26 May 09:11
Compare
Choose a tag to compare

v0.20.0 (2024-05-26)

Feat

  • mistral: implement instrumentation (#1139)
  • ollama: implement instrumentation (#1138)

Fix

  • anthropic: don't fail if can't count anthropic tokens (#1142)
  • ollama: proper unwrapping; limit instrumentations to versions <1
  • bedrock: instrument bedrock calls for Langchain (with session) (#1135)

[main 365a241] bump: version 0.19.0 → 0.20.0
40 files changed, 52 insertions(+), 39 deletions(-)

0.19.0

22 May 14:59
Compare
Choose a tag to compare

v0.19.0 (2024-05-22)

Feat

  • milvus: add Milvus instrumentation (#1068)

Fix

  • add explicit buckets to pinecone histograms (#1129)
  • pinecone: backport to v2.2.2 (#1122)
  • llm metrics naming + views (#1121)
  • langchain: better serialization of inputs and outputs (#1120)
  • sdk: failsafe against instrumentation initialization errors (#1117)
  • sdk: instrument milvus (#1116)

[main d0439a4] bump: version 0.18.2 → 0.19.0
35 files changed, 49 insertions(+), 34 deletions(-)

0.18.2

17 May 15:04
Compare
Choose a tag to compare

v0.18.2 (2024-05-17)

Fix

  • openai: old streaming handling for backward compatibility with OpenAI v0 (#1064)
  • openai: report fingerprint from response (#1066)
  • sdk: special handling for metrics with custom traces exporter (#1065)

[main 3427f38] bump: version 0.18.1 → 0.18.2
34 files changed, 41 insertions(+), 33 deletions(-)

0.18.1

17 May 08:27
Compare
Choose a tag to compare

v0.18.1 (2024-05-17)

Fix

  • openai: fallback to response model if request model is not set when calculating token usage (#1054)
  • openai: add default value of stream as false in token usage metric (#1055)

[main e97742f] bump: version 0.18.0 → 0.18.1
34 files changed, 40 insertions(+), 33 deletions(-)