Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 03 Oct 12:29
0da0749

0.5.0 (2022-09-30)

⚠ BREAKING CHANGES

  • changed client details signatures to return new type (#84)
  • spec v0.5.0 compliance (#82)
  • defined type for provider interface evaluation context (#74)
  • replaced EvaluationOptions with variadic option setter in client functions (#77)
  • introduced context.Context to client and provider api (#75)

Features

  • changed client details signatures to return new type (#84) (25ecdac)
  • introduced context.Context to client and provider api (#75) (d850c88)
  • replaced EvaluationOptions with variadic option setter in client functions (#77) (fc4b871)
  • spec v0.5.0 compliance (#82) (69b8f8e)

Bug Fixes

  • add reason indicating pseudorandom split (#76) (e843f5d)

Code Refactoring

  • defined type for provider interface evaluation context (#74) (69988c0)