Skip to content

Releases: Azure/azure-sdk-for-java

azure-resourcemanager-mongocluster_1.0.0-beta.2

24 Sep 03:46
c1f7fd9
Compare
Choose a tag to compare

1.0.0-beta.2 (2024-09-24)

  • Azure Resource Manager Mongo Cluster client library for Java. This package contains Microsoft Azure SDK for Mongo Cluster Management SDK. The Microsoft Azure management API provides create, read, update, and delete functionality for Azure Cosmos DB for MongoDB vCore resources including clusters and firewall rules. For documentation on how to use this package, please see Azure Management Libraries for Java.

Features Added

  • models.PromoteMode was added

  • models.PromoteOption was added

  • models.Replicas was added

  • models.ReplicationProperties was added

  • implementation.models.ReplicaListResult was added

  • models.ReplicationRole was added

  • models.MongoClusterReplicaParameters was added

  • models.ReplicationState was added

  • models.Replica was added

  • models.PromoteReplicaRequest was added

  • models.PreviewFeature was added

models.MongoClusters was modified

  • promote(java.lang.String,java.lang.String,models.PromoteReplicaRequest) was added
  • promote(java.lang.String,java.lang.String,models.PromoteReplicaRequest,com.azure.core.util.Context) was added

MongoClusterManager was modified

  • replicas() was added

models.MongoClusterProperties was modified

  • withReplicaParameters(models.MongoClusterReplicaParameters) was added
  • replicaParameters() was added
  • replica() was added
  • withPreviewFeatures(java.util.List) was added
  • infrastructureVersion() was added
  • previewFeatures() was added

models.MongoCluster was modified

  • promote(models.PromoteReplicaRequest) was added
  • promote(models.PromoteReplicaRequest,com.azure.core.util.Context) was added

models.MongoClusterUpdateProperties was modified

  • previewFeatures() was added
  • withPreviewFeatures(java.util.List) was added

azure-search-documents_11.8.0-beta.1

24 Sep 15:39
536ca82
Compare
Choose a tag to compare
Pre-release

11.8.0-beta.1 (2024-09-23)

Features Added

  • VectorSearchCompression now supports truncationDimension which allows for specifying the number of dimensions to
    truncate vectors to.
  • SplitSkill now supports tokenization.
  • VectorQuery now supports filterOverride which allow for vector queries to override the broader SearchRequest.filter to allow for vector queries to have more specific configurations
  • DocumentDebugInfo is extended with vector scores for the result.

Other Changes

  • Migrate Search test from local auth to Microsoft Entra authentication.

Dependency Updates

  • Upgraded azure-core from 1.51.0 to version 1.52.0.
  • Upgraded azure-core-http-netty from 1.15.3 to version 1.15.4.
  • Upgraded azure-core-serializer-json-jackson from 1.5. to version 1.5.1.
  • Upgraded azure-json from 1.2.0 to version 1.3.0.

azure-resourcemanager-fabric_1.0.0-beta.1

23 Sep 03:23
da4d5f5
Compare
Choose a tag to compare

1.0.0-beta.1 (2024-09-23)

  • Azure Resource Manager Fabric client library for Java. This package contains Microsoft Azure SDK for Fabric Management SDK. For documentation on how to use this package, please see Azure Management Libraries for Java.

Features Added

  • Initial release for the azure-resourcemanager-fabric Java SDK.

azure-messaging-eventgrid_4.25.0

20 Sep 22:10
b4762c5
Compare
Choose a tag to compare

4.25.0 (2024-09-20)

Features Added

  • Added WithResponse methods to sender and receiver clients, allowing for more control of requests and more inspection of responses. #41879
  • Added new field on StorageLifecyclePolicyCompletedEventData for details of a policy action. #41886

Other Changes

Dependency Updates

  • Upgraded azure-core-http-netty from 1.15.3 to version 1.15.4.
  • Upgraded azure-core from 1.51.0 to version 1.52.0.

azure-ai-formrecognizer_4.1.11

20 Sep 04:28
564da9c
Compare
Choose a tag to compare

4.1.11 (2024-09-19)

Other Changes

Dependency Updates

  • Upgraded azure-core from 1.51.1 to version 1.52.0.
  • Upgraded azure-core-http-netty from 1.15.3 to version 1.15.4.

azure-identity_1.14.0-beta.2

20 Sep 19:46
b66ce95
Compare
Choose a tag to compare
Pre-release

1.14.0-beta.2 (2024-09-20)

Features Added

  • Added object id support in ManagedIdentityCredential. It can be configured via ManagedIdentityCredentialBuilder.

Breaking Changes

  • Removed support in IntelliJCredential for legacy Azure Toolkit for IntelliJ versions. Please upgrade to latest if you are using 3.52 or below.

Bugs Fixed

Fixed issue in IntelliJCredential blocking sign in #39799

azure-messaging-eventhubs_5.19.0-beta.3

19 Sep 19:39
d90e691
Compare
Choose a tag to compare
Pre-release

5.19.0-beta.3 (2024-09-19)

Features Added

  • Integrated RequestResponseChannelCache (CBS, Management channel cache) and ReactorSessionCache, these caches are activated when V2 stack is opted-in using the configuration com.azure.messaging.eventhubs.v2. (39107), (41805)
  • Add EventProcessorClient.stop(Duration timeout) to stop the EventProcessorClient and await it to shut down. The EventProcessorClient.stop()
    method now will wait for up to the default timeout (10 seconds) waiting for the processor to stop. (#41878)
  • Observability improvements (#38899)
    • Added span for update checkpoint call.
    • Added partitionId and consumer group (when available) to span and metric attributes.

Breaking Changes

  • Updated distributed traces and metrics to follow OpenTelemetry semantic conventions 1.27.0.
    Please refer to OpenTelemetry messaging semantic conventions for more details.
    (#38899)
    • Span names now follow {operaiton name} {entity name} pattern
    • Updated metric names and attributes

Bugs Fixed

  • Fixes the event size computation in EventHubSerializer to include size of delivery annotations. (41605)

azure-messaging-eventhubs-checkpointstore-blob_1.20.0-beta.3

19 Sep 19:39
d90e691
Compare
Choose a tag to compare

1.20.0-beta.3 (2024-09-19)

Breaking Changes

  • Experimental checkpointing metrics are no longer reported by this package. They've been moved to azure-messaging-eventhubs package.
    (#38899)

azure-ai-inference_1.0.0-beta.1

19 Sep 17:36
04dbc6b
Compare
Choose a tag to compare
Pre-release

1.0.0-beta.1 (2024-09-19)

  • Azure AI Inference client library for Java. This package contains Microsoft Azure AI Inference client library.

Features Added

  • Initial release of the Azure AI Inference client library for Java.

azure-communication-identity_1.6.0

18 Sep 23:37
104453b
Compare
Choose a tag to compare

1.6.0 (2024-09-17)

Other Changes

  • Removed remaining jackson-databind usages and dependency from the project.

Dependency Updates

  • Upgraded azure-core from 1.51.0 to version 1.52.0.
  • Upgraded azure-core-http-netty from 1.15.3 to version 1.15.4.
  • Upgraded azure-communication-common from 1.3.6 to version 1.3.7.