Skip to content

Releases: traceloop/hub

0.3.0

04 Mar 07:40
Compare
Choose a tag to compare

v0.3.0 (2025-03-04)

Feat

  • add logprobs and top_logprobs options to ChatCompletionRequest (#27)

Fix

  • cd: correct docker hub secrets (#31)
  • azure: embeddings structs improvement (#29)
  • add proper error logging for azure and openai calls (#18)
  • anthropic: separate system from messages (#17)

[main d1c3e24] bump: version 0.2.1 → 0.3.0
2 files changed, 14 insertions(+), 1 deletion(-)

0.2.1

01 Dec 15:51
Compare
Choose a tag to compare

v0.2.1 (2024-12-01)

Fix

  • tool call support (#16)
  • restructure providers, separate request/response conversion (#15)

[main 6ca2353] bump: version 0.2.0 → 0.2.1
2 files changed, 8 insertions(+), 1 deletion(-)

0.2.0

25 Nov 09:28
Compare
Choose a tag to compare

v0.2.0 (2024-11-25)

Feat

  • openai: support streaming (#10)
  • add prometheus metrics (#13)
  • cd: deploy to traceloop on workflow distpatch (#11)

Fix

  • config file path from env var instead of command argument (#12)

[main dc7167d] bump: version 0.1.0 → 0.2.0
3 files changed, 17 insertions(+), 5 deletions(-)

0.1.0

16 Nov 10:30
Compare
Choose a tag to compare

v0.1.0 (2024-11-16)

Feat

  • otel support (#7)
  • implement pipeline steering logic (#5)
  • dynamic pipeline routing (#4)
  • azure openai provider (#3)
  • initial completions and embeddings routes with openai and anthropic providers (#1)

Fix

  • dockerfile and release pipeline (#2)
  • make anthropic work (#8)
  • cleanups; lint warnings fail CI (#9)
  • missing model name in response; 404 for model not found (#6)

[main 2c861ed] bump: version 0.0.1 → 0.1.0
2 files changed, 17 insertions(+), 1 deletion(-)
create mode 100644 CHANGELOG.md