Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

4.11.0

Compare
Choose a tag to compare
@eli-darkly eli-darkly released this 16 Jan 21:04

[4.11.0] - 2020-01-16

Added:

  • When an EvaluationReason indicates that flag evaluation failed due to an unexpected exception (getKind() is ERROR, and EvaluationReason.Error.getErrorKind() is EXCEPTION), you can now examine the underlying exception via EvaluationReason.Error.getException(). (#180)