Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.43 KB

File metadata and controls

32 lines (21 loc) · 1.43 KB

0.X.0-SNAPSHOT

All Release Changes

🚧 Known Issues

🔧 Compatibility Notes

  • [Orchestration] Removed OrchestrationAiModel COHERE_RERANKER. This model was supported neither by Orchestration nor by AI SDK.
  • [Prompt Registry] Added optional arguments $top and $skip to the following methods:
    • OrchestrationConfigsApi.listOrchestrationConfigHistory
    • OrchestrationConfigsApi.listOrchestrationConfigs
    • PromptTemplatesApi.listPromptTemplateHistory
    • PromptTemplatesApi.listPromptTemplates

✨ New Functionality

  • [Orchestration] Added QWEN_3_7_MAX, QWEN_3_7_PLUS and ALIBABA_TEXT_EMBEDDING_4 to model list in OrchestrationAiModel.
  • [Orchestration] Marked as deprecated QWEN_3_MAX model (retired, use newer models instead, e.g. QWEN_3_7_MAX).
  • [OpenAI] You can now add multiple custom headers to an OpenAiClient at once via .withHeaders().
  • [Orchestration] Added GEMINI_3_1_PRO_PREVIEW_EA and MISTRAL_MEDIUM to model list in OrchestrationAiModel.
  • [Orchestration] Reasoning content is now supported for users through OrchestrationChatResponse.getReasoningText() and OrchestrationChatCompletionDelta.getDeltaReasoningText() to see the thinking processes when using the reasoning models.

📈 Improvements

🐛 Fixed Issues

  • [Orchestration] Some OrchestrationClientException were reported as OrchestrationFilterException.Input.