Skip to content

Releases: CAFDataProcessing/worker-languagedetection

v3.3.0

21 Aug 09:57

Choose a tag to compare

Version Number

3.3.0-732

New Features

  • SCMOD-9780: Updated image to use Java 11

Known Issues

  • None

v3.2.0

23 Mar 17:42

Choose a tag to compare

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

28 Oct 11:28

Choose a tag to compare

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

24 Apr 10:35

Choose a tag to compare

Version Number

3.1.1-382

New Features

  • None

Patch Updates

Inherited from base image
  • OS package updates only

Known Issues

  • None

v3.1.0

11 Dec 17:40

Choose a tag to compare

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

05 Jul 10:33

Choose a tag to compare

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

29 Nov 18:04

Choose a tag to compare

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 original COMPLEX output 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 passing resultFormat as COMPLEX_SPLIT.

Known Issues

v2.4.0

27 Nov 22:13

Choose a tag to compare

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

22 Aug 11:51

Choose a tag to compare

Version Number

2.3.1-60

New Features

Bug Fixes

  • CAF-3434: Add priority queue support for job service
    The latest release of the Document Worker Framework has been adopted, which includes a Worker Framework correction to handle null priority values in forwarded messages.

Known Issues

v2.3.0

21 Aug 10:50

Choose a tag to compare

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.

Known Issues