Skip to content

v1.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jul 12:09
aad936f

Changes

Logging

  • You can now inject correlation IDs coming from any Event Source using Json Pointer expressions, or by manually injecting a string with setCorrelationId() in LoggingUtils.

image

  • As we initialize Logger in the global scope, logging state can persist across invocations. It is a good practice to always append new keys and use default values, so Logger can update and remove keys on a per invocation basis. However, sometimes you might add keys conditionally depending on the incoming event. For these type of use cases, you can now use clearState attribute on @Logging annotation.

image

This release was made possible by the following contributors:

@pankajagrawal16