Skip to content

v1.0.5

Compare
Choose a tag to compare
@vladimanaev vladimanaev released this 07 Feb 23:11
· 8 commits to main since this release
702c683

General

  • Add ability to intercept request/response via implementing and passing to main builder CommunicationInterceptor
  • Added SerializationConfig.setShouldUseSnakeCase to allow higher Jackson version due to PropertyNamingStrategy.CAMEL_CASE_TO_LOWER_CASE_WITH_UNDERSCORES removal from most up to date versions