Skip to content

v10.4.3

Latest

Choose a tag to compare

@novalisdenahi novalisdenahi released this 31 Jul 14:29
· 5 commits to master since this release
2251180

Changed

  • Only consider the HTTP status code 200 as an indication of success. We won't try to process the HTTP response body otherwise.
  • ConfigCatLogger.error(int eventId, Object message, Throwable exception) method extends the formatted message with the exception.getMessage value.

Added

  • Check for empty/invalid HTTP response body to report meaningful errors instead of null pointer exceptions during deserialization.