Skip to content

2.0.0

Compare
Choose a tag to compare
@dlangst dlangst released this 24 Mar 03:26
· 17 commits to master since this release

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.