Releases: CAFDataProcessing/worker-languagedetection
Releases · CAFDataProcessing/worker-languagedetection
v3.3.0
Version Number
3.3.0-732
New Features
- SCMOD-9780: Updated image to use Java 11
Known Issues
- None
v3.2.0
Version Number
3.2.0-608
New Features
- SCMOD-8003 - Update to use standard logging format mentioned in caf-logging
- SCMOD-8520 - Update to use security hardened base image
Known Issues
- None
v3.1.2
Version Number
3.1.2-489
New Features
- None
Bug Fixes
- Minor updates only in this release; updating copyright notices, adding missing license file, and updating dependencies.
Known Issues
- None
v3.1.1
Version Number
3.1.1-382
New Features
- None
Patch Updates
- SCMOD-6265, SCMOD-5834, SCMOD-5071: Resolve Fortify version mismatches
Inherited from base image
- OS package updates only
Known Issues
- None
v3.1.0
Version Number
3.1.0-349
New Features
- SCMOD-4898: Discard superfluous tracking messages.
The CAF_WORKER_DISABLE_ZERO_PROGRESS_REPORTING environment variable can be set to true to cause zero-progress tracking messages not to be sent.
Known Issues
- None
v3.0.0
Version Number
3.0.0-254
New Features
- CAF-3518: Use latest worker-document framework.
Uses the latest worker-document framework which includes support for executing a post processing script against the received document.
Known Issues
Breaking Changes
- SCMOD-3023: Values modified by the worker are set and not added.
v2.5.0
Version Number
2.5.0-85
New Features
- CAF-3859: New complex output format variation.
A new variation for the complex output format has been added where instead of a single field added to a document containing a JSON encoded array of the matches (the originalCOMPLEXoutput format) each match will instead be output as a separate field with a value set to the JSON encoded object containing the match properties. This new format can be activated by passingresultFormatasCOMPLEX_SPLIT.
Known Issues
v2.4.0
Version Number
2.4.0-82
New Features
- CAF-3567: New output mode added.
A new output mode has been added for detected languages which outputs the language codes as a serialized object.
e.g.
"LANGUAGE_CODES": "[
{ \"CODE\":\"fr\", \"CONFIDENCE\":\"60\" },
{ \"CODE\":\"en\", \"CONFIDENCE\":\"20\" },
{ \"CODE\":\"tib\", \"CONFIDENCE\":\"10\" }
]"
Detail on enabling this 'COMPLEX' mode can be found under 'Per Tenant Settings' in the worker documentation.
Known Issues
- None
v2.3.1
v2.3.0
Version Number
2.3.0-58
New Features
- CAF-1389: Support language detection on multiple fields in Workflow
The Worker now supports multi-field processing, allowing multiple field names to be specified for language detection. The response will indicate the languages that were detected in each field. - CAF-3113: Updated to consume latest worker-document-framework which includes change to how Composite Document Workers handle failures.
Now if the Worker encounters a task failure e.g. due to a message being marked as poison, the response task will include the document sent on the task with the failure added as a field.