Skip to content

Releases: open-feature/python-sdk-contrib

openfeature-hooks-opentelemetry: v0.2.0

22 Feb 13:38
b0dac08
Compare
Choose a tag to compare

0.2.0 (2025-02-21)

⚠ BREAKING CHANGES

  • drop Python 3.8 support (#187)

🐛 Bug Fixes

  • fix types for hints in OTel TracingHook (#73) (24260fb)
  • remove modifications to license files (#81) (a23f61e)

🧹 Chore

🔄 Refactoring

openfeature-provider-flagd: v0.2.0

18 Feb 17:14
a8990b8
Compare
Choose a tag to compare

0.2.0 (2025-02-18)

⚠ BREAKING CHANGES

  • drop Python 3.8 support (#187)
  • flagd-rpc: add events for rpc mode, some breaking config fixes (#108)

🐛 Bug Fixes

  • flagd: fix semver version parsing to allow "v" prefix(#106) (#107) (93fee85)
  • flagd: improve targeting and fix fractional issue(#92) (#105) (eb31b83)
  • object resolution for RPC and Object types, add test-harness (ca76802)
  • object resolution for RPC and Object types, add test-harness. (#103) (ca76802)
  • remove modifications to license files (#81) (a23f61e)

✨ New Features

  • attempts with connection improvements (#118) (8e23a70)
  • Change fractional custom op from percentage-based to relative weighting. (#91) (7b34822)
  • flagd-rpc: add caching (#110) (16179e3)
  • flagd-rpc: add events for rpc mode, some breaking config fixes (#108) (b62d3d1)
  • flagd-rpc: adding grace attempts (#117) (41d0ad8)
  • flagd: add custom cert path (#131) (f50351a)
  • flagd: Add in-process evaluator (#104) (01285e7)
  • flagd: add ssl cert path option (f50351a)
  • flagd: migrate to new provider mode file and update e2e tests (#121) (eed1ee0)
  • flagd: use test-harness version number for integration tests (#120) (3c3e9c8)

🧹 Chore

  • deps: update dependency grpcio-health-checking to v1.68.1 (#125) (4e75a36)
  • deps: update dependency grpcio-health-checking to v1.69.0 (#147) (905b42b)
  • deps: update dependency grpcio-health-checking to v1.70.0 (#168) (06a9b58)
  • deps: update dependency providers/openfeature-provider-flagd/openfeature/test-harness to v0.5.21 (#145) (1495263)
  • deps: update dependency providers/openfeature-provider-flagd/openfeature/test-harness to v2 (#178) (ce16a54)
  • deps: update dependency providers/openfeature-provider-flagd/openfeature/test-harness to v2.2.0 (#190) (9db9ad6)
  • deps: update pre-commit hook astral-sh/ruff-pre-commit to v0.9.0 (#149) (24b11e1)
  • deps: update providers/openfeature-provider-flagd/openfeature/schemas digest to 76d611f (#138) (853ece7)
  • deps: update providers/openfeature-provider-flagd/openfeature/schemas digest to b81a56e (#134) (a2a0ba0)
  • deps: update providers/openfeature-provider-flagd/openfeature/spec digest to 54952f3 (#188) (d88b29a)
  • deps: update providers/openfeature-provider-flagd/openfeature/spec digest to 5b07065 (#171) (6f45c15)
  • deps: update providers/openfeature-provider-flagd/openfeature/spec digest to 6c673d7 (#151) (1c2c650)
  • deps: update providers/openfeature-provider-flagd/openfeature/spec digest to 8d6eeb3 (#177) (02dcfc0)
  • deps: update providers/openfeature-provider-flagd/openfeature/spec digest to 95fe981 (#184) (f1fb247)
  • deps: update providers/openfeature-provider-flagd/openfeature/spec digest to a69f748 (#193) (4251f36)
  • deps: update providers/openfeature-provider-flagd/openfeature/spec digest to be56f22 (#186) (a15d5a2)
  • deps: update providers/openfeature-provider-flagd/openfeature/spec digest to d261f68 (#140) (6801522)
  • deps: update providers/openfeature-provider-flagd/openfeature/spec digest to ed0f9ef (#135) (bee9205)
  • drop Python 3.8 support (#187) (b55cc1e)

🔄 Refactoring

  • replace typing_extensions import (#98) (adb8a69)

openfeature-provider-ofrep: v0.1.1

21 Jan 21:39
0f50bd5
Compare
Choose a tag to compare

0.1.1 (2025-01-21)

🐛 Bug Fixes

  • Allow configuring ofrep provider requests to api at base … (#142) (09402df)
  • Pin the ofrep provider's requests dep >=2.27.0 because of… (#161) (9ffc7ec)

openfeature-provider-flipt: v0.1.3

21 Jan 21:03
ed121bd
Compare
Choose a tag to compare

0.1.3 (2025-01-21)

🧹 Chore

openfeature-provider-flipt: v0.1.2

21 Jan 19:46
e774ebb
Compare
Choose a tag to compare

0.1.2 (2025-01-21)

🧹 Chore

openfeature-provider-flipt: v0.1.1

21 Jan 19:04
cee10e3
Compare
Choose a tag to compare

0.1.1 (2025-01-21)

✨ New Features

openfeature-provider-ofrep: v0.1.0

02 Oct 21:02
af174ca
Compare
Choose a tag to compare

0.1.0 (2024-10-02)

✨ New Features

  • add initial skeleton for OFREP provider (#86) (00a5a18)
  • implement basic functionality of OFREP provider (#88) (cb42cc0)

openfeature-provider-flagd: v0.1.5

11 Apr 19:43
5bcaaa2
Compare
Choose a tag to compare

0.1.5 (2024-04-11)

✨ New Features

  • in-process offline flagd resolver (#74) (8cea506)

openfeature-provider-flagd: v0.1.4

26 Mar 10:41
6ac5db3
Compare
Choose a tag to compare

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

openfeature-hooks-opentelemetry: v0.1.3

17 Mar 21:54
46ca726
Compare
Choose a tag to compare

0.1.3 (2024-03-17)

📚 Documentation

  • fix add_hooks call in otel hooks README (#68) (8f26275)