Skip to content

Releases: CAFDataProcessing/worker-languagedetection

v6.0.0

28 Nov 15:38
029f88d
Compare
Choose a tag to compare

Version Number

6.0.0-1506

Breaking changes

  • US975260: Refactor to remove HPE references in package names

New Features

  • US969005: Add support for getting secrets from configurable sources.
    • Secrets can be retrieved from the following sources:
      • Environment variables (direct value) - enabled via CAF_ENABLE_ENV_SECRETS (defaults to true)
      • File content (path specified by environment variable with _FILE suffix) - enabled via CAF_ENABLE_FILE_SECRETS (defaults to false)

Known Issues

  • None

Release Artifacts

Maven
Docker
  • docker.io/cafdataprocessing/worker-languagedetection:6.0.0 (Static Tag)
  • docker.io/cafdataprocessing/worker-languagedetection:6.0 (Dynamic Tag)
  • docker.io/cafdataprocessing/worker-languagedetection:6 (Dynamic Tag)
  • docker.io/cafdataprocessing/worker-languagedetection:latest (Dynamic Tag)

v5.2.0

25 Sep 11:07
4fbdbe9
Compare
Choose a tag to compare

Version Number

5.2.0-1483

New Features

  • US929026: Updated to run on Java 21.
  • US952036: Image is now built on Oracle Linux.
  • I948127: JVM arguments introduced for diagnosing OutOfMemoryError.

Known Issues

  • None

Release Artifacts

Maven
Docker
  • docker.io/cafdataprocessing/worker-languagedetection:5.2.0 (Static Tag)
  • docker.io/cafdataprocessing/worker-languagedetection:5.2 (Dynamic Tag)
  • docker.io/cafdataprocessing/worker-languagedetection:5 (Dynamic Tag)
  • docker.io/cafdataprocessing/worker-languagedetection:latest (Dynamic Tag)

v5.1.0

13 Jun 12:44
2dcc628
Compare
Choose a tag to compare

Version Number

5.1.0-1419

New Features

  • US914108: Version Currency: JUnit 5 migration
  • US915147: New liveness and readiness endpoints added.
    • A new /health-check?name=all&type=ALIVE endpoint has been added on the default REST port (8080) to check if a worker is alive.
    • A new /health-check?name=all&type=READY endpoint has been added on the default REST port (8080) to check if a worker is ready.
    • See the Worker Framework Documentation
      for more details.

Known Issues

  • None

Bug fixes

  • I898110: Remove worker-message-prioritization-rerouting dependencies.

Release Artifacts

Maven
Docker
  • docker.io/cafdataprocessing/worker-languagedetection:5.1.0 (Static Tag)
  • docker.io/cafdataprocessing/worker-languagedetection:5.1 (Dynamic Tag)
  • docker.io/cafdataprocessing/worker-languagedetection:5 (Dynamic Tag)
  • docker.io/cafdataprocessing/worker-languagedetection:latest (Dynamic Tag)

v5.0.1

05 Apr 09:24
dfdd9b0
Compare
Choose a tag to compare

Version Number

5.0.1-1381

New Features

  • None

Patch Fixes Included

  • This release includes dependency updates only.

Known Issues

  • None

Release Artifacts

Maven
Docker
  • docker.io/cafdataprocessing/worker-languagedetection:5.0.1 (Static Tag)
  • docker.io/cafdataprocessing/worker-languagedetection:5.0 (Dynamic Tag)
  • docker.io/cafdataprocessing/worker-languagedetection:5 (Dynamic Tag)
  • docker.io/cafdataprocessing/worker-languagedetection:latest (Dynamic Tag)

v5.0.0

12 Feb 11:05
2b28ae0
Compare
Choose a tag to compare

Version Number

5.0.0-1351

New Features

  • None

Breaking Changes

  • D854021: Worker Framework V4 Format message support dropped
    The worker has been updated to use a new version of the worker framework which no longer supports the V4 format message.

Known Issues

  • None

Release Artifacts

Maven
Docker
  • docker.io/cafdataprocessing/worker-languagedetection:5.0.0 (Static Tag)
  • docker.io/cafdataprocessing/worker-languagedetection:5.0 (Dynamic Tag)
  • docker.io/cafdataprocessing/worker-languagedetection:5 (Dynamic Tag)
  • docker.io/cafdataprocessing/worker-languagedetection:latest (Dynamic Tag)

v4.1.2

24 Nov 16:31
e0e21ad
Compare
Choose a tag to compare

Version Number

4.1.2-1299

New Features

  • None

Patch Fixes Included

  • This release includes OS package updates only.

Known Issues

  • None

Release Artifacts

Maven
Docker
  • docker.io/cafdataprocessing/worker-languagedetection:4.1.2 (Static Tag)
  • docker.io/cafdataprocessing/worker-languagedetection:4.1 (Dynamic Tag)
  • docker.io/cafdataprocessing/worker-languagedetection:4 (Dynamic Tag)
  • docker.io/cafdataprocessing/worker-languagedetection:latest (Dynamic Tag)

v4.1.1

24 Aug 09:32
c5620c7
Compare
Choose a tag to compare

Version Number

4.1.1-1238

New Features

  • None

Patch Fixes Included

  • This release includes OS package updates only.

Known Issues

  • None

Release Artifacts

Maven
Docker
  • docker.io/cafdataprocessing/worker-languagedetection:4.1.1 (Static Tag)
  • docker.io/cafdataprocessing/worker-languagedetection:4.1 (Dynamic Tag)
  • docker.io/cafdataprocessing/worker-languagedetection:4 (Dynamic Tag)
  • docker.io/cafdataprocessing/worker-languagedetection:latest (Dynamic Tag)

v4.1.0

25 Apr 15:20
14b1c65
Compare
Choose a tag to compare

Version Number

4.1.0-1206

New Features

  • US616155: This worker now supports message prioritization.

    Messages intended for this worker can be redirected to one or more staging queues instead of the worker's target queue. This feature can be enabled by setting the CAF_WORKER_ENABLE_DIVERTED_TASK_CHECKING environment variable to false on this worker, and setting the CAF_WMP_ENABLED environment variable to true on the component that routes messages to this worker.

  • US632159: This worker's healthcheck will now check the status of the Rabbit MQ Management API whenever the CAF_WMP_ENABLED
    environment variable is true.

Known Issues

  • None

Release Artifacts

Maven
Docker
  • cafdataprocessing/worker-languagedetection:4.1.0 (Static Tag)
  • cafdataprocessing/worker-languagedetection:4.1 (Dynamic Tag)
  • cafdataprocessing/worker-languagedetection:4 (Dynamic Tag)
  • cafdataprocessing/worker-languagedetection:latest (Dynamic Tag)

v4.0.0

20 Dec 09:58
Compare
Choose a tag to compare

Version Number

4.0.0-1132

Breaking Changes

  • US593021: Nashorn script engine is no longer supported.

New Features

  • US593021: Updated to run on Java 17.

Patch Fixes Included

Known Issues

  • None

Release Artifacts

Maven
Docker
  • cafdataprocessing/worker-languagedetection:4.0.0 (Static Tag)
  • cafdataprocessing/worker-languagedetection:4.0 (Dynamic Tag)
  • cafdataprocessing/worker-languagedetection:4 (Dynamic Tag)
  • cafdataprocessing/worker-languagedetection:latest (Dynamic Tag)

v3.5.3

07 Sep 09:59
Compare
Choose a tag to compare

Version Number

3.5.3-1104

New Features

  • None

Patch Fixes Included

  • This release includes OS package updates only.

Known Issues

  • None

Release Artifacts

Maven
Docker
  • cafdataprocessing/worker-languagedetection:3.5.3 (Static Tag)
  • cafdataprocessing/worker-languagedetection:3.5 (Dynamic Tag)
  • cafdataprocessing/worker-languagedetection:3 (Dynamic Tag)
  • cafdataprocessing/worker-languagedetection:latest (Dynamic Tag)