Skip to content

v1.10.2

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jan 13:07
7e6a23c

Changes

Tracing

Ability to override object mapper used for serializing method response as trace metadata when enabled. This provides users ability to customize how and what you want to capture as metadata from method response object. You might
want to supply custom object mapper in order to control how serialization is done, for example, when you want to serialize only
specific fields from received response due to security.

image

  • feat(tracing): ability to override object mapper (#698) by @pankajagrawal16
  • chore(docs): Add FAQs section to docs with information about Lombok support. (#680) by @kozub

This release was made possible by the following contributors:

@kozub and @pankajagrawal16