Skip to content

Releases: WorkerFramework/worker-message-prioritization

v2.3.7

Choose a tag to compare

@buildmachine-sou-jenkins2 buildmachine-sou-jenkins2 released this 26 May 07:19
635bf4a

Version Number

2.3.7-550

New Features

  • This release includes OS package updates only.

Known Issues

  • None

Release Artifacts

Maven
Docker
  • docker.io/workerframework/worker-message-distribution:2.3.7 (Static Tag)
  • docker.io/workerframework/worker-message-distribution:2.3 (Dynamic Tag)
  • docker.io/workerframework/worker-message-distribution:2 (Dynamic Tag)
  • docker.io/workerframework/worker-message-distribution:latest (Dynamic Tag)

v2.3.6

Choose a tag to compare

@buildmachine-sou-jenkins2 buildmachine-sou-jenkins2 released this 26 Mar 10:15
be76b9a

Version Number

2.3.6-534

Patch Fixes Included

  • This release includes OS package updates only.

New Features

  • None

Known Issues

  • None

Release Artifacts

Maven
Docker
  • docker.io/workerframework/worker-message-distribution:2.3.6 (Static Tag)
  • docker.io/workerframework/worker-message-distribution:2.3 (Dynamic Tag)
  • docker.io/workerframework/worker-message-distribution:2 (Dynamic Tag)
  • docker.io/workerframework/worker-message-distribution:latest (Dynamic Tag)

v2.3.5

Choose a tag to compare

@buildmachine-sou-jenkins2 buildmachine-sou-jenkins2 released this 10 Feb 02:47
a9cd39e

Version Number

2.3.5-523

New Features

  • None

Patch Fixes Included

  • Third-party dependency updates to resolve CVEs
  • Operating System package updates to resolve CVEs

Known Issues

  • None

Release Artifacts

Maven
Docker
  • docker.io/workerframework/worker-message-distribution:2.3.5 (Static Tag)
  • docker.io/workerframework/worker-message-distribution:2.3 (Dynamic Tag)
  • docker.io/workerframework/worker-message-distribution:2 (Dynamic Tag)
  • docker.io/workerframework/worker-message-distribution:latest (Dynamic Tag)

v2.3.4

Choose a tag to compare

@buildmachine-sou-jenkins2 buildmachine-sou-jenkins2 released this 17 Nov 17:13
aa6d5b5

Version Number

2.3.4-505

New Features

  • None

Patch Fixes Included

  • This release includes OS package updates only.

Known Issues

  • None

Release Artifacts

Maven
Docker
  • docker.io/workerframework/worker-message-distribution:2.3.4 (Static Tag)
  • docker.io/workerframework/worker-message-distribution:2.3 (Dynamic Tag)
  • docker.io/workerframework/worker-message-distribution:2 (Dynamic Tag)
  • docker.io/workerframework/worker-message-distribution:latest (Dynamic Tag)

v2.3.3

Choose a tag to compare

@buildmachine-sou-jenkins2 buildmachine-sou-jenkins2 released this 23 Sep 10:05
4b1822e

Version Number

2.3.3-490

New Features

  • None

Bug Fixes

  • D1048051: Fixed issue where CAF_WORKER_JAVA_OPTS was being read at build-time instead of runtime.

Known Issues

  • None

Release Artifacts

Maven
Docker
  • docker.io/workerframework/worker-message-distribution:2.3.3 (Static Tag)
  • docker.io/workerframework/worker-message-distribution:2.3 (Dynamic Tag)
  • docker.io/workerframework/worker-message-distribution:2 (Dynamic Tag)
  • docker.io/workerframework/worker-message-distribution:latest (Dynamic Tag)

v2.3.2

Choose a tag to compare

@buildmachine-sou-jenkins2 buildmachine-sou-jenkins2 released this 23 Jul 15:44
28cfd7c

Version Number

2.3.2-445

New Features

  • None

Patch Fixes Included

  • This release includes OS package updates only.

Known Issues

  • None

Release Artifacts

Maven
Docker
  • docker.io/workerframework/worker-message-distribution:2.3.2 (Static Tag)
  • docker.io/workerframework/worker-message-distribution:2.3 (Dynamic Tag)
  • docker.io/workerframework/worker-message-distribution:2 (Dynamic Tag)
  • docker.io/workerframework/worker-message-distribution:latest (Dynamic Tag)

v2.3.1

Choose a tag to compare

@buildmachine-sou-jenkins2 buildmachine-sou-jenkins2 released this 16 Jul 13:27
11fbf7a

Version Number

2.3.1-432

New Features

  • None

Bug Fixes

  • D1035401: Don't create staging queue consumer when consumption target is 0

Known Issues

  • None

Release Artifacts

Maven
Docker
  • docker.io/workerframework/worker-message-distribution:2.3.1 (Static Tag)
  • docker.io/workerframework/worker-message-distribution:2.3 (Dynamic Tag)
  • docker.io/workerframework/worker-message-distribution:2 (Dynamic Tag)
  • docker.io/workerframework/worker-message-distribution:latest (Dynamic Tag)

v2.3.0

Choose a tag to compare

@buildmachine-sou-jenkins2 buildmachine-sou-jenkins2 released this 04 Jul 15:47
c214a59

Version Number

2.3.0-426

New Features

  • US1016047: Introduced CAF_RABBITMQ_TLS_PROTOCOL_VERSION environment variable so that when Rabbit MQ protocol is
    set to "amqps" a TLS version can be specified.
    • By default, this variable is set to "TLSv1.2".

Known Issues

  • None

Release Artifacts

Maven
Docker
  • docker.io/workerframework/worker-message-distribution:2.3.0 (Static Tag)
  • docker.io/workerframework/worker-message-distribution:2.3 (Dynamic Tag)
  • docker.io/workerframework/worker-message-distribution:2 (Dynamic Tag)
  • docker.io/workerframework/worker-message-distribution:latest (Dynamic Tag)

v2.2.1

Choose a tag to compare

@buildmachine-sou-jenkins2 buildmachine-sou-jenkins2 released this 14 Feb 10:56
436089e

Version Number

2.2.1-384

New Features

  • None

Patch Fixes Included

This release includes OS package updates only.

Known Issues

  • None

Release Artifacts

Maven
Docker
  • docker.io/workerframework/worker-message-distribution:2.2.1 (Static Tag)
  • docker.io/workerframework/worker-message-distribution:2.2 (Dynamic Tag)
  • docker.io/workerframework/worker-message-distribution:2 (Dynamic Tag)
  • docker.io/workerframework/worker-message-distribution:latest (Dynamic Tag)

v2.2.0

Choose a tag to compare

@buildmachine-sou-jenkins2 buildmachine-sou-jenkins2 released this 02 Dec 10:53
5870a77

Version Number

2.2.0-353

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)
  • US975260: Refactor to remove HPE references in package names
  • US974184: The CAF_WORKER_JAVA_OPTS environment variable is now supported.
    • This environment variable can be used to pass configuration options and parameters to the Java Virtual Machine (JVM).

Known Issues

  • None

Release Artifacts

Maven
Docker
  • docker.io/workerframework/worker-message-distribution:2.2.0 (Static Tag)
  • docker.io/workerframework/worker-message-distribution:2.2 (Dynamic Tag)
  • docker.io/workerframework/worker-message-distribution:2 (Dynamic Tag)
  • docker.io/workerframework/worker-message-distribution:latest (Dynamic Tag)