v0.5.0
0.5.0 (2022-10-03)
This release makes some change to errors
and reasons
. Errors are now an enumeration, and reasons are a free-form string. The EvaluationDetails
and ResolutionDetails
structures also now include an optional errorMessage
which, in the case of abnormal execution, corresponds to the message
property of an underlying error that might have occurred during flag evaluation.
This release also included experimental web support and experimental transaction context propagation.
⚠ BREAKING CHANGES
- errorCode as enum, reason as string (#244)