v5.3.0
Version Number
5.3.0-1100
New Features
-
359648: Added support for a new leaner message format
The Worker Framework previously defined the task-specific part of its message (which is the vast majority of the message) as a byte array. As messages are normally passed in JSON, this was serialized as a base64 encoded string, which added~33% to the size of the task data. Given that the task-specific part of the message is itself normally JSON, the Worker Framework has now been updated to embed this directly and avoid the overhead. This significantly reduces the message size. -
397426: Format of logging has been changed to include the UTC Date alongside UTC Time
Known Issues
- None
Release Artifacts
Maven
com.github.cafdataprocessing:worker-workflow-container:5.3.0-1100
(pom.md5,pom.sha1,pom)com.github.cafdataprocessing:worker-workflow-aggregator:5.3.0-1100
(pom.md5,pom.sha1,pom)com.github.cafdataprocessing:worker-workflow:5.3.0-1100
(jar.md5,jar.sha1,jar,javadoc.jar.md5,javadoc.jar.sha1,javadoc.jar,pom.md5,pom.sha1,pom,sources.jar.md5,sources.jar.sha1,sources.jar)com.github.cafdataprocessing:worker-workflow-testing:5.3.0-1100
(jar.md5,jar.sha1,jar,javadoc.jar.md5,javadoc.jar.sha1,javadoc.jar,pom.md5,pom.sha1,pom,sources.jar.md5,sources.jar.sha1,sources.jar)
Docker
cafdataprocessing/worker-workflow:5.3.0
(Static Tag)cafdataprocessing/worker-workflow:5.3
(Dynamic Tag)cafdataprocessing/worker-workflow:5
(Dynamic Tag)cafdataprocessing/worker-workflow:latest
(Dynamic Tag)