Skip to content

v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Oct 16:58
b0e4ceb

0.6.0 (2022-10-11)

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)