Skip to content

Releases: CAFDataProcessing/worker-languagedetection

v2.5.0

29 Nov 18:04
Compare
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
Compare
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
Compare
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
Compare
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

v2.2.0

19 Jul 23:35
Compare
Choose a tag to compare

2.2.0-38

New Features

  • Updated to use v3.0.0 of the Document Worker Framework, which supports processing composite documents.

Known Issues

  • None

v2.1.0

16 Jun 08:00
Compare
Choose a tag to compare

Version Number

2.1.0-27

New Features

Known Issues

Notes

  • Updated to latest released worker framework version to avail of new features:

    • Configurable logging via enviornment variable.

    • Priority RabbitMQ queue's

v2.0.0

27 Apr 14:10
Compare
Choose a tag to compare

Version Number

2.0.0-6

New Features

  • Worker-LanguageDetection has been open-sourced to github.com - V2.0.0