Add changelog for January 09, 2025 #142
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Enhanced Credential Support: You can now integrate a wide range of services by specifying new credential types in
Assistant.credentials. Additionally, credentials can be overridden withAssistantOverride.credentialsfor finer control over which credentials each assistant uses, improving security and customization.Supported CredentialSchemas Include:
Azure Credentials and Blob Storage Support: You can now configure Azure credentials with support for
AzureCredential.service[service=blob_storage]service and useAzureBlobStorageBucketPlanwithAzureCredential.bucketPlan, enabling you to store call artifacts directly in Azure Blob Storage.Include 'ocpApimSubscriptionKey' for Azure OpenAI: When configuring Azure OpenAI credentials, you can now include the
AzureOpenAICredential.ocpApimSubscriptionKeyto authenticate with Azure's OpenAI services.New CloudflareR2BucketPlan You can now use
CloudflareR2BucketPlanto configure storage with Cloudflare R2 buckets, enabling you to store call artifacts directly.