You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release improves thread safety by adding some internal read/write locks and making the evaluation context immutable. Authors mutating evaluation context will need to make changes to the way they construct context objects.
⚠ BREAKING CHANGES
made EvaluationContext fields unexported with a constructor and setters to enforce immutability (#91)
Features
made EvaluationContext fields unexported with a constructor and setters to enforce immutability (#91) (691a1e3)
Bug Fixes
locks on singleton and client state to ensure thread safety (#93) (9dbd6b0)
resolution error only includes the code (#96) (524b054)