Skip to content

Commit

Permalink
java release notes for the 2024-11 release (#8147)
Browse files Browse the repository at this point in the history
* java release notes for the 2024-11 release

* java release notes for the 2024-11 release

* java release notes for the 2024-11 release

* java release notes for the 2024-11 release
  • Loading branch information
azure-sdk authored Oct 22, 2024
1 parent 685efa9 commit cf2d817
Showing 1 changed file with 88 additions and 0 deletions.
88 changes: 88 additions & 0 deletions _data/releases/2024-11/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -599,4 +599,92 @@ entries:
#### Features Added
- Added support for service version 2025-01-05.
GroupId: com.azure
- Name: azure-resourcemanager-redisenterprise
Version: 2.1.0-beta.2
DisplayName: Resource Management - Redis Enterprise
ServiceName: Redis
VersionType: Beta
Hidden: false
ChangelogUrl: https://github.com/Azure/azure-sdk-for-java/tree/azure-resourcemanager-redisenterprise_2.1.0-beta.2/sdk/redisenterprise/azure-resourcemanager-redisenterprise/CHANGELOG.md
ChangelogContent: ""
GroupId: com.azure.resourcemanager
- Name: azure-resourcemanager-netapp
Version: 1.5.0
DisplayName: Resource Management - NetApp Files
ServiceName: NetApp Files
VersionType: GA
Hidden: false
ChangelogUrl: https://github.com/Azure/azure-sdk-for-java/tree/azure-resourcemanager-netapp_1.5.0/sdk/netapp/azure-resourcemanager-netapp/CHANGELOG.md
ChangelogContent: ""
GroupId: com.azure.resourcemanager
- Name: azure-resourcemanager-elastic
Version: 1.0.0
DisplayName: Resource Management - Elastic
ServiceName: Elastic
VersionType: GA
Hidden: false
ChangelogUrl: https://github.com/Azure/azure-sdk-for-java/tree/azure-resourcemanager-elastic_1.0.0/sdk/elastic/azure-resourcemanager-elastic/CHANGELOG.md
ChangelogContent: ""
GroupId: com.azure.resourcemanager
- Name: azure-resourcemanager-iotoperations
Version: 1.0.0-beta.1
DisplayName: Resource Management - Iotoperations
ServiceName: Iotoperations
VersionType: Beta
Hidden: false
ChangelogUrl: https://github.com/Azure/azure-sdk-for-java/tree/azure-resourcemanager-iotoperations_1.0.0-beta.1/sdk/iotoperations/azure-resourcemanager-iotoperations/CHANGELOG.md
ChangelogContent: ""
GroupId: com.azure.resourcemanager
- Name: azure-resourcemanager-computefleet
Version: 1.0.0
DisplayName: Resource Management - Compute Fleet
ServiceName: Compute Fleet
VersionType: GA
Hidden: false
ChangelogUrl: https://github.com/Azure/azure-sdk-for-java/tree/azure-resourcemanager-computefleet_1.0.0/sdk/computefleet/azure-resourcemanager-computefleet/CHANGELOG.md
ChangelogContent: ""
GroupId: com.azure.resourcemanager
- Name: azure-resourcemanager-containerorchestratorruntime
Version: 1.0.0-beta.1
DisplayName: Resource Management - Containerorchestratorruntime
ServiceName: Containerorchestratorruntime
VersionType: Beta
Hidden: false
ChangelogUrl: https://github.com/Azure/azure-sdk-for-java/tree/azure-resourcemanager-containerorchestratorruntime_1.0.0-beta.1/sdk/containerorchestratorruntime/azure-resourcemanager-containerorchestratorruntime/CHANGELOG.md
ChangelogContent: ""
GroupId: com.azure.resourcemanager
- Name: azure-ai-openai
Version: 1.0.0-beta.12
DisplayName: OpenAI
ServiceName: Cognitive Services
VersionType: Beta
Hidden: false
ChangelogUrl: https://github.com/Azure/azure-sdk-for-java/tree/azure-ai-openai_1.0.0-beta.12/sdk/openai/azure-ai-openai/CHANGELOG.md
ChangelogContent: |-
#### Breaking Changes
- Replaced `FunctionDefintion` by `ChatCompletionsFunctionToolDefinitionFunction` in `ChatCompletionsFunctionToolDefinition` class.
`FunctionDefintion` only works for `functions` but not `tools`, The `functions` is deprecated.
- Removed `azure_ml_index` from `AzureChatExtensionConfiguration` class, and its response models `AzureMachineLearningIndexConfiguration` and `AzureMachineLearningIndexChatExtensionParameters`.
- Removed `role_information` from `AzureSearchChatExtensionParameters`, `ElasticsearchChatExtensionParameters` and `PineconeChatExtensionParameters` classes.
#### Features Added
- Added support for service API version `2024-08-01-preview`.
- Structured Outputs can be enabled by setting the parameter `strict: true` in an API call with either a defined response format or function definitions.
- Added `refusal` property in `ChatChoiceLogProbabilityInfo`, `ChatMessageContentItem`, `ChatResponseMessage` classes,
and a new type of content item class `ChatMessageRefusalContentItem` to support refusal. `refusal` only works with structured output.
- Added `json_schema` property in `ChatCompletionsResponseFormat` class to support JSON schema.
New classes `ChatCompletionsJsonSchemaResponseFormat` and `ChatCompletionsJsonSchemaResponseFormatJsonSchema` are added to support JSON schema response format.
- Added support for uploading large files in multiple parts. New client methods `createUpload`, `addUploadPart`,
`completeUpload` and `cancelUpload` introduced in `OpenAIClient` and `OpenAIAsyncClient` classes.
- Updated `ChatRequestMessages` derived classes,
- `ChatRequestSystemMessage` content: `String` or `ChatMessageTextContentItem[]`.
- `ChatRequestAssistantMessage` content: `String`, `ChatMessageTextContentItem[]`, `ChatMessageRefusalContentItem[]` or `null`.
- `ChatRequestToolMessage` content: `String` or `ChatMessageTextContentItem[]`.
- Added `rerank_score` property in `AzureChatExtensionDataSourceResponseCitation` class to support re-rank score.
- Added support for MongoDB chat extension. New classes `MongoDBChatExtensionConfiguration`, `MongoDBChatExtensionParameters`,
and `MongoDBChatExtensionParametersFieldsMapping` are added to support MongoDB chat extension.
- Added `username_and_password` in `OnYourDataAuthenticationOptions` class and an input option class`OnYourDataUsernameAndPasswordAuthenticationOptions` to support username and password authentication.
- Added `intergrated` property in `OnYourDataVectorizationSource` class and `OnYourDataVectorizationSourceType` to support integrated vectorization source.
GroupId: com.azure

0 comments on commit cf2d817

Please sign in to comment.