Skip to content

2.3.0

Choose a tag to compare

@dansanduleac dansanduleac released this 12 Mar 17:38
· 1214 commits to develop since this release
  • [fix][break] fix #148: ServiceException.getMessage includes unsafe args (#158)

    This change provides parity with safe-logging Safe*Exception types, see palantir/safe-logging#76

    By providing all argument data in the exception message we provide full context to logging systems which do not understand safe-logging types.