Skip to content

Releases: traceloop/hub

0.5.0

03 Aug 21:11
Compare
Choose a tag to compare

v0.5.0 (2025-08-03)

Feat

  • models: add filtered model info retrieval and response structures (#51)
  • management API (#39)

Fix

  • config: allow env vars (#58)
  • Dockerfile: specify compatible sqlx-cli version for edition2021 (#54)
  • simplify string formatting to remove clippy warnings (#53)

[main 4192d28] bump: version 0.4.5 → 0.5.0
3 files changed, 15 insertions(+), 2 deletions(-)

0.4.5

25 Jun 13:23
Compare
Choose a tag to compare

v0.4.5 (2025-06-25)

Fix

  • deps: revert commitizen unwanted chrono version change (#49)

[main 4c00f56] bump: version 0.4.4 → 0.4.5
3 files changed, 8 insertions(+), 2 deletions(-)

0.4.4

24 Jun 05:35
Compare
Choose a tag to compare

v0.4.4 (2025-06-24)

Fix

  • bedrock: handle ARN and inference profile identifiers without transformation (#48)
  • bedrock: support IAM role auth (#47)

[main 7ca1783] bump: version 0.4.3 → 0.4.4
3 files changed, 10 insertions(+), 3 deletions(-)

0.4.3

29 May 14:04
Compare
Choose a tag to compare

v0.4.3 (2025-05-29)

Fix

  • make general optional again (#43)

[main 0beb6ad] bump: version 0.4.2 → 0.4.3
3 files changed, 8 insertions(+), 2 deletions(-)

0.4.2

22 May 09:25
Compare
Choose a tag to compare

v0.4.2 (2025-05-22)

Fix

  • tracing: support disabling tracing of prompts and completions (#42)

[main 7ddea64] bump: version 0.4.1 → 0.4.2
3 files changed, 8 insertions(+), 2 deletions(-)

0.4.1

20 May 16:03
Compare
Choose a tag to compare

v0.4.1 (2025-05-20)

Fix

  • openai: support custom base URL (#40)
  • azure: add support for custom base URL in AzureProvider endpoint (#41)

[main 05c8e3f] bump: version 0.4.0 → 0.4.1
3 files changed, 9 insertions(+), 2 deletions(-)

0.4.0

16 May 10:26
Compare
Choose a tag to compare

v0.4.0 (2025-05-16)

Feat

  • provider: add Google VertexAI support (#24)
  • support AWS bedrock base models (#25)
  • add max_completion_tokens to ChatCompletionRequest (#36)
  • support structured output (#33)

Fix

  • replace eprintln with tracing info for API request errors in Azure and OpenAI providers (#37)
  • make optional json_schema field to ResponseFormat (#35)

[main 851ecb4] bump: version 0.3.0 → 0.4.0
3 files changed, 16 insertions(+), 2 deletions(-)

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(-)