Skip to content

Releases: Azure/azure-sdk-for-java

azure-resourcemanager-datafactory_1.0.0

17 Dec 03:27
7846b1d
Compare
Choose a tag to compare

1.0.0 (2024-12-16)

  • Azure Resource Manager DataFactory client library for Java. This package contains Microsoft Azure SDK for DataFactory Management SDK. The Azure Data Factory V2 management API provides a RESTful set of web services that interact with Azure Data Factory V2 services. Package tag package-2018-06. For documentation on how to use this package, please see Azure Management Libraries for Java.

Breaking Changes

models.Expression was modified

  • withType(java.lang.String) was removed

models.TumblingWindowTrigger was modified

  • runtimeState() was removed

models.DatasetReference was modified

  • withType(java.lang.String) was removed

models.CustomEventsTrigger was modified

  • runtimeState() was removed

models.IntegrationRuntimeReference was modified

  • withType(java.lang.String) was removed

models.MultiplePipelineTrigger was modified

  • runtimeState() was removed

models.RerunTumblingWindowTrigger was modified

  • runtimeState() was removed

models.ScheduleTrigger was modified

  • runtimeState() was removed

models.LinkedServiceReference was modified

  • withType(java.lang.String) was removed

models.PipelineReference was modified

  • withType(java.lang.String) was removed

models.BlobEventsTrigger was modified

  • runtimeState() was removed

models.BlobTrigger was modified

  • runtimeState() was removed

models.SelfHostedIntegrationRuntimeStatus was modified

  • dataFactoryName() was removed
  • state() was removed

models.ManagedIntegrationRuntimeStatus was modified

  • dataFactoryName() was removed
  • state() was removed

models.ChainingTrigger was modified

  • runtimeState() was removed

Features Added

  • models.IcebergSink was added

  • models.IcebergDataset was added

  • models.IcebergWriteSettings was added

models.ScriptActivity was modified

  • returnMultistatementResult() was added
  • withReturnMultistatementResult(java.lang.Object) was added

models.SalesforceV2Source was modified

  • pageSize() was added
  • withPageSize(java.lang.Object) was added

models.MariaDBLinkedService was modified

  • withUseSystemTrustStore(java.lang.Object) was added
  • withSslMode(java.lang.Object) was added
  • useSystemTrustStore() was added
  • sslMode() was added

models.ServiceNowV2Source was modified

  • pageSize() was added
  • withPageSize(java.lang.Object) was added

models.SnowflakeV2LinkedService was modified

  • withHost(java.lang.Object) was added
  • host() was added

models.AzurePostgreSqlLinkedService was modified

  • withEncoding(java.lang.Object) was added
  • withPort(java.lang.Object) was added
  • timeout() was added
  • server() was added
  • sslMode() was added
  • encoding() was added
  • withCommandTimeout(java.lang.Object) was added
  • withTimezone(java.lang.Object) was added
  • withTrustServerCertificate(java.lang.Object) was added
  • trustServerCertificate() was added
  • withServer(java.lang.Object) was added
  • timezone() was added
  • username() was added
  • commandTimeout() was added
  • withDatabase(java.lang.Object) was added
  • withSslMode(java.lang.Object) was added
  • withTimeout(java.lang.Object) was added
  • database() was added
  • readBufferSize() was added
  • port() was added
  • withReadBufferSize(java.lang.Object) was added
  • withUsername(java.lang.Object) was added

models.PostgreSqlV2LinkedService was modified

  • withAuthenticationType(java.lang.Object) was added
  • authenticationType() was added

models.MySqlLinkedService was modified

  • connectionTimeout() was added
  • withSslKey(java.lang.Object) was added
  • treatTinyAsBoolean() was added
  • sslCert() was added
  • withSslCert(java.lang.Object) was added
  • withTreatTinyAsBoolean(java.lang.Object) was added
  • convertZeroDateTime() was added
  • withGuidFormat(java.lang.Object) was added
  • allowZeroDateTime() was added
  • sslKey() was added
  • guidFormat() was added
  • withAllowZeroDateTime(java.lang.Object) was added
  • withConnectionTimeout(java.lang.Object) was added
  • withConvertZeroDateTime(java.lang.Object) was added

azure-ai-documentintelligence_1.0.0

17 Dec 03:35
5c7b26b
Compare
Choose a tag to compare

1.0.0 (2024-12-16)

Features Added

  • Added methods getAnalyzeBatchResult, listAnalyzeBatchResults, deleteAnalyzeBatchResult, and deleteAnalyzeResult to DocumentIntelligenceClient and DocumentIntelligenceAsyncClient.
  • Added class AnalyzeBatchOperation as output model for getAnalyzeBatchResult and listAnalyzeBatchResults methods.
  • Added constructor overloads for the AnalyzeBatchDocumentsOptions model that take required parameters.
  • Added constructor overloads for the AnalyzeDocumentsOptions model that take required parameters and BinaryData.
  • Added constructor overloads for the ClassifyDocumentOptions model that take required parameters and BinaryData.
  • Added property modifiedOn to DocumentModelDetails and to DocumentClassifierDetails.
  • Added enum value SKIPPED to DocumentIntelligenceOperationStatus (former OperationStatus).

Breaking Changes

  • Replaced the following Request classes with new corresponding Options classes:
    • AnalyzeBatchDocumentsRequest to AnalyzeBatchDocumentsOptions.
    • AnalyzeDocumentRequest to AnalyzeDocumentOptions.
    • AuthorizeClassifierCopyRequest to AuthorizeClassifierCopyOptions.
    • AuthorizeCopyRequest to AuthorizeModelCopyOptions.
    • BuildDocumentClassifierRequest to BuildClassifierOptions.
    • BuildDocumentModelRequest to BuildDocumentModelOptions.
    • ClassifyDocumentRequest to ClassifyDocumentOptions.
    • ComposeDocumentModelRequest to ComposeModelOptions.
    • Parameters of the AnalyzeBatchDocuments, AnalyzeDocument, and ClassifyDocument methods have been moved into their corresponding Options class.
  • Renamed all occurrences of properties docType and docTypes to documentType and documentTypes, respectively.
  • Removed enum value Generative from DocumentBuildMode.
  • Renamed enum value StyleFonts to FontStyling in DocumentAnalysisFeature.
  • Renamed class AnalyzeBatchOperationDetail to AnalyzeBatchResultDetails.
  • Renamed class AnalyzeBatchOperation to AnalyzeBatchOperationDetails.
  • Renamed class AnalyzeOperation to AnalyzeOperationDetails.
  • Renamed all occurrences of property expirationDateTime to expiresOn.
  • Renamed method getResourceInfo to getResourceDetails in DocumentIntelligenceAdministrationClient and DocumentIntelligenceAdministrationAsyncClient.
  • Renamed class ResourceDetails to DocumentIntelligenceResourceDetails.
  • Renamed type ContentFormat to DocumentContentFormat.
  • Renamed class OperationDetails to DocumentIntelligenceOperationDetails.
  • Renamed class InnerError to DocumentIntelligenceInnerError.
  • Renamed class CopyAuthorization to ModelCopyAuthorization.
  • Renamed type OperationStatus to DocumentIntelligenceOperationStatus.
  • Renamed property Innererror to innerError in DocumentIntelligenceError.
  • Renamed property InnerErrorObject to innerError in DocumentIntelligenceInnerError (former class InnerError).
  • Removed enum value COMPLETED from DocumentIntelligenceOperationStatus (former OperationStatus).

Other Changes

Dependency Updates

  • Upgraded azure-core-http-netty to version1.15.7.
  • Upgraded azure-core to version 1.54.1.

spring-messaging-azure_5.19.0

17 Dec 00:26
e1df612
Compare
Choose a tag to compare

5.19.0 (2024-12-17)

Please refer to spring/CHANGELOG.md for more details.

spring-messaging-azure-storage-queue_5.19.0

17 Dec 00:27
e1df612
Compare
Choose a tag to compare

5.19.0 (2024-12-17)

Please refer to spring/CHANGELOG.md for more details.

spring-messaging-azure-servicebus_5.19.0

17 Dec 00:27
e1df612
Compare
Choose a tag to compare

5.19.0 (2024-12-17)

Please refer to spring/CHANGELOG.md for more details.

spring-messaging-azure-eventhubs_5.19.0

17 Dec 00:26
e1df612
Compare
Choose a tag to compare

5.19.0 (2024-12-17)

Please refer to spring/CHANGELOG.md for more details.

spring-integration-azure-storage-queue_5.19.0

17 Dec 00:27
e1df612
Compare
Choose a tag to compare

5.19.0 (2024-12-17)

Please refer to spring/CHANGELOG.md for more details.

spring-integration-azure-servicebus_5.19.0

17 Dec 00:27
e1df612
Compare
Choose a tag to compare

5.19.0 (2024-12-17)

Please refer to spring/CHANGELOG.md for more details.

spring-integration-azure-eventhubs_5.19.0

17 Dec 00:27
e1df612
Compare
Choose a tag to compare

5.19.0 (2024-12-17)

Please refer to spring/CHANGELOG.md for more details.

spring-integration-azure-core_5.19.0

17 Dec 00:27
e1df612
Compare
Choose a tag to compare

5.19.0 (2024-12-17)

Please refer to spring/CHANGELOG.md for more details.