v1.10.2
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.
- 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