Releases: Azure/azure-sdk-for-java
Releases · Azure/azure-sdk-for-java
Release list
com.azure.resourcemanager+azure-resourcemanager-storagesync_1.0.0
1.0.0 (2026-08-13)
- Azure Resource Manager StorageSync client library for Java. This package contains Microsoft Azure SDK for StorageSync Management SDK. Microsoft Storage Sync Service API. This belongs to Microsoft.StorageSync Resource Provider. Package api-version 2025-12-01. For documentation on how to use this package, please see Azure Management Libraries for Java.
Features Added
- Initial release for the azure-resourcemanager-storagesync Java SDK.
com.azure+azure-messaging-servicebus_7.18.0-beta.3
7.18.0-beta.3 (2026-08-21)
Features Added
- Added
listSessions()andlistSessions(OffsetDateTime sessionStateUpdatedAfter)toServiceBusSessionReceiverAsyncClient(returningPagedFlux<String>) andServiceBusSessionReceiverClient(returningPagedIterable<String>). The no-arg overload returns sessions with active messages or stored session state; thesessionStateUpdatedAfteroverload returns sessions whose session state was set or updated after the given timestamp. Implements thecom.microsoft:get-message-sessionsAMQP management operation. (#48956) - Added
getSqlFilterCount()andgetCorrelationFilterCount()toTopicRuntimeProperties, exposing the total number of SQL filters and correlation filters across all of a topic's subscriptions. - Added
ServiceBusServiceVersion.V2024_05and made it the latest version. The administration client now usesapi-version=2024-05by default, which is required for the topic filter counts above.
Bugs Fixed
- Fixed
ServiceBusSessionReceiverClient.acceptNextSession()/acceptSession()blocking for the full
operation timeout (~245s with default retry options) and throwing
IllegalStateException: Timeout on blocking read ... (client-timeout)when the broker accepts the
session-acquire link but never responds (a hung acquire). The session acquirer now bounds a single
acquire attempt on the synchronous (non-retry) path with a client-side guard of twice the
tryTimeout, disposing the half-open receive link when the guard fires so the broker-side session
lock is released instead of orphaned. On the retry-enabled path (sessionServiceBusProcessorClient
andServiceBusSessionReceiverAsyncClient), retries are now spaced by a bounded backoff instead of
retrying with no delay, preventing a tight CPU-burning loop when acquire attempts fail fast.
(#49093)
Other Changes
- The default service version used by
ServiceBusAdministrationClientBuilderis now2024-05, previously2021-05. Existing operations behave the same; the newer version is required to surface the new topic filter count properties. Callers that need the previous wire behavior can pin it withserviceVersion(ServiceBusServiceVersion.V2021_05).
com.azure+azure-ai-projects_2.4.0
2.4.0 (2026-08-19)
Features Added
- Added
TracesDataGenerationJobOptions.setRedactPrivateContent(...)/isRedactPrivateContent()to control whether private content in traces is redacted (default is to redact; setfalseto opt out).
Breaking Changes
- Routines preview was rolled to V2.
FoundryFeaturesOptInKeys.ROUTINES_V1_PREVIEWwas renamed toROUTINES_V2_PREVIEW(Routines=V2Preview);BetaRoutinesClient/BetaRoutinesAsyncClientnow emitFoundry-Features: Routines=V2Previewon every request, and the@Betamarkers on routine models (Routine,RoutineAction,RoutineActionType,RoutineTrigger,RoutineTriggerType,RoutineRun,RoutineRunPhase,RoutineAttemptSource,RoutineDispatchPayload,RoutineDispatchPayloadType,DispatchRoutineResult,ScheduleRoutineTrigger,TimerRoutineTrigger,CustomRoutineTrigger,GitHubIssueEvent,GitHubIssueRoutineTrigger,InvokeAgentInvocationsApiRoutineAction/InvokeAgentInvocationsApiDispatchPayload,InvokeAgentResponsesApiRoutineAction/InvokeAgentResponsesApiDispatchPayload) were updated to referenceRoutines=V2Preview. - The
task_generationdata generation scenario was renamed tosimulation_seed.TaskGenerationDataGenerationJobOptionswas renamed toSimulationSeedDataGenerationJobOptions, andDataGenerationJobType.TASK_GENERATIONwas replaced byDataGenerationJobType.SIMULATION_SEED. The discriminator value onDataGenerationJobOptionschanged fromtask_generationtosimulation_seed. - Routine listing convenience methods on
BetaRoutinesClient/BetaRoutinesAsyncClientdropped thebeforeparameter and now takecom.azure.ai.agents.models.PageOrderinstead ofStringfor theorderargument.listRoutines(Integer, String, String, String)was replaced bylistRoutines(Integer, String, PageOrder), andlistRoutineRuns(String, String, Integer, String, String, String)was replaced bylistRoutineRuns(String, String, Integer, String, PageOrder).
Other Changes
- Regenerated client from the updated TypeSpec specification.
com.azure+azure-ai-agents_2.4.0
2.4.0 (2026-08-19)
Features Added
- Agent-to-agent (A2A) tool graduated to general availability. Added
A2AToolandA2AToolboxToolwithA2AProtocolVersion(values includeV1_0), plusToolType.A2AandToolboxToolType.A2Adiscriminator values. The previewA2APreviewTool/A2APreviewToolboxTool(a2a_preview) are retained alongside for backward compatibility. - Added
AgentDetails.getStateSource()and the newAgentStateSourceenum (AGENT_INSTANCE_IDENTITY,AGENT_BLUEPRINT) to expose where an agent's operational state is derived from (agent instance identity or agent blueprint). - Added
ContainerConfiguration.setRegistryConnectionId(...)/getRegistryConnectionId()for supplying the Foundry project connection that holds the credentials for a private container registry hosting the hosted-agent image.ContainerConfigurationis now@Fluentinstead of@Immutable. - Added
AgentOptimizationJob.setInputs(...)andAgentOptimizationJob.getWarnings()to configure inputs directly and to read non-fatal warnings emitted during preview optimization. - Added
AgentDefinitionOptInKeys.VOICE_AGENTS_V1_PREVIEW(VoiceAgents=V1Preview) opt-in flag.
Breaking Changes
- Preview agent-optimization models were renamed to include the
Agentprefix, andBetaAgentsClient/BetaAgentsAsyncClientmethods (getOptimizationJob,listOptimizationJobs,cancelOptimizationJob,beginCreateOptimizationJob, and their async counterparts) now use the renamed types. Notable renames:OptimizationJob→AgentOptimizationJobOptimizationJobInputs→AgentOptimizationJobInputsOptimizationJobListItem→AgentOptimizationJobListItemOptimizationJobProgress→AgentOptimizationJobProgressOptimizationJobResult→AgentOptimizationJobResultOptimizationOptions→AgentOptimizationOptionsOptimizationCandidate→AgentOptimizationCandidateOptimizationDatasetInput/OptimizationInlineDatasetInput/OptimizationReferenceDatasetInput/OptimizationDatasetItem/OptimizationDatasetCriterion/OptimizationDatasetInputType→ theirAgentOptimization*counterpartsOptimizationEvaluatorRef→AgentOptimizationEvaluatorRefOptimizationAgentIdentifier→OptimizedAgentIdentifier
Other Changes
WorkflowAgentDefinitiondocumentation was updated to note that Microsoft Foundry is retiring workflows on December 1, 2026, with a link to the workflow migration guide.- Regenerated client from the updated TypeSpec specification.
com.azure.resourcemanager+azure-resourcemanager-trafficmanager_2.53.10
2.53.10 (2026-08-18)
Other Changes
Dependency Updates
- Upgraded
azure-resourcemanager-resourcesfrom2.54.1to version2.54.3.
com.azure.resourcemanager+azure-resourcemanager-storage_2.57.2
2.57.2 (2026-08-18)
Other Changes
Dependency Updates
- Upgraded
azure-resourcemanager-msifrom2.53.9to version2.54.1. - Upgraded
azure-resourcemanager-authorizationfrom2.53.10to version2.53.12. - Upgraded
azure-resourcemanager-resourcesfrom2.54.2to version2.54.3.
com.azure.resourcemanager+azure-resourcemanager-sql_2.54.1
2.54.1 (2026-08-18)
Other Changes
Dependency Updates
- Upgraded
azure-resourcemanager-storagefrom2.57.1to version2.57.2. - Upgraded
azure-resourcemanager-resourcesfrom2.54.2to version2.54.3.
com.azure.resourcemanager+azure-resourcemanager-servicebus_2.53.10
2.53.10 (2026-08-18)
Other Changes
Dependency Updates
- Upgraded
azure-resourcemanager-resourcesfrom2.54.1to version2.54.3.
com.azure.resourcemanager+azure-resourcemanager-search_2.54.9
2.54.9 (2026-08-18)
Other Changes
Dependency Updates
- Upgraded
azure-resourcemanager-resourcesfrom2.54.1to version2.54.3.
com.azure.resourcemanager+azure-resourcemanager-resources_2.54.3
2.54.3 (2026-08-18)
Other Changes
Dependency Updates
- Upgraded
azure-corefrom1.58.1to version1.59.0. - Upgraded
azure-core-managementfrom1.19.5to version1.19.6.