Skip to content

Releases: merative/acd-java-sdk

2.0.4

22 Jun 21:29
Compare
Choose a tag to compare

2.0.4 (2023-06-22)

Bug Fixes

2.0.3

20 Apr 17:27
Compare
Choose a tag to compare

2.0.3 (2023-04-20)

Bug Fixes

2.0.2

08 Apr 12:16
Compare
Choose a tag to compare

2.0.2 (2023-04-08)

Bug Fixes

  • File required for publish (23e0805)

2.0.1

25 Mar 17:47
Compare
Choose a tag to compare

2.0.1 (2023-03-25)

Bug Fixes

2.0.0

24 Mar 03:26
Compare
Choose a tag to compare

2.0.0 (2023-03-24)

Features

BREAKING CHANGES

  • Packaging name change to Merative. All com.ibm.watson.health.acd.v1 has been changed to com.merative.acd.v1. Refer to README for instructions to migrate from version 1.x.x.
  • Support for the deprecated synchronous cartridge deployment has been removed. This includes classes: DeployCartridgeOptions, DeployCartridgeOptionsTest and TestDeployCartridge. This includes methods: deployCartridge(DeployCartridgeOptions) and deployCartridge(). To deploy a cartridge, use the asynchronous cartridge deployment cartridgesPostMultipart method instead.
  • Support for the deprecated run_pipeline and run_pipeline_with_flow has been removed. This includes classes: RunPipelineOptions, RunPipelineWithFlowOptions, RunPipelineOptionsTest and RunPipelineWithFlowOptionsTest. This includes methods: runPipeline(), runPipeline(RunPipelineOptions) and runPipelineWithFlow(RunPipelineWithFlowOptions). To analyze your unstructured text, use analyze or analyzeWithFlow method instead.
  • Deprecated classes AnalyticFlowBeanInput and AnalyticFlowBeanInputTest have been removed.
  • The method getAnnotatorsById(GetAnnotatorsByIdOptions) has been changed to now return ServiceCall<ServiceApiBean>. This aligns more closely to the getAnnotators method.

1.5.13

16 Feb 13:17
Compare
Choose a tag to compare

1.5.13 (2023-02-16)

Bug Fixes

  • bump core and okhttp3 to avoid CVE (4f4ad40)

1.5.12

14 Feb 18:26
Compare
Choose a tag to compare

1.5.12 (2023-02-14)

Bug Fixes

1.5.11

29 Jul 15:39
Compare
Choose a tag to compare

1.5.11 (2022-07-29)

Bug Fixes

  • fix javadoc version label (1663282)

1.5.10

29 Jul 14:52
Compare
Choose a tag to compare

1.5.10 (2022-07-29)

Bug Fixes

1.5.9

29 Jul 12:45
Compare
Choose a tag to compare

1.5.9 (2022-07-29)

Bug Fixes