Skip to content

openfeature-provider-flagd: v0.1.4

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Mar 10:41
6ac5db3

0.1.4 (2024-03-26)

🐛 Bug Fixes

  • include targetingKey in flagd serialized evaluation context (#58) (ddd79a4)
  • respect timeout setting in grpc method calls (#60) (0149cf7)
  • return proper metadata object in FlagdProvider (#59) (6508234)

✨ New Features

  • implement environment-variable based config (#62) (a8b78b2)
  • replace schema with tls argument in FlagdProvider constructor (#61) (7a7210f)

🧹 Chore

  • exclude generated protobuf files from coverage report (#51) (660a0cb)

🔄 Refactoring