Skip to content
This repository was archived by the owner on Feb 2, 2022. It is now read-only.

Releases: caf-archive/boilerplate-service

v2.3.0

01 Dec 14:53

Choose a tag to compare

Version Number

2.3.0-92

New Features

  • CAF-3746: Logging to standard output streams
    The Tomcat configuration has been updated so that all logs are sent to the standard output streams. The access logs are prefixed with access_log> so that they can be easily filtered.

  • CAF-2349: Docker Health Checks
    Docker health checks have now been added to the worker to allow the workers to recover when running in swarm mode.

Known Issues

v2.2.0

22 Aug 15:33

Choose a tag to compare

Version Number

2.2.0-72

New Features

  • CAF-3295: Add ability to remove existing expressions/tags that match input data during creation of boilerplate expressions and tags.
  • The boilerplate creation utility has also been updated to use slf4j log library.
  • Containers updated to support auto-release.

Known Issues

v2.1.0

15 Jun 16:48

Choose a tag to compare

Version Number

2.1.0-48

New Features

  • CAF-2952: Added support for priority queues.

Bug Fixes

  • CAF-2942: CAF_LOG_LEVEL environment variable is not used by workers.

Notes

  • boilerplate-api and worker-boilerplate moved to DockerHub.
  • Updated to version 42.1.1 of PostgreSQL JDBC Driver.

v2.0.1

15 May 12:37

Choose a tag to compare

Version Number

2.0.1-7

New Features

  • Fixed github links within the README files

Known Issues

v2.0.0

15 May 10:39

Choose a tag to compare

Version Number

2.0.0-5

New Features

  • Boilerplate-service has now been open-sourced to github.com/CAFDataProcessing