Skip to content

v0.0.7

Choose a tag to compare

@jdwyah jdwyah released this 14 May 20:51
· 5 commits to main since this release
  • Forward variant, flagMetadata, and errorMessage from the native SDK's EvaluationDetails through to the OpenFeature ResolutionDetails on every resolution reason (STATIC / TARGETING_MATCH / SPLIT / DEFAULT / ERROR). Note that the OpenFeature server-sdk strips variant on the error path, so it is only visible to direct provider callers there (qfg-9dbl).
  • Bump @quonfig/node to 0.0.28. Both the peer floor (>=0.0.26 -> >=0.0.28) and the dev pin (^0.0.26 -> ^0.0.28) are bumped because npm interprets ^0.0.x as >=0.0.x <0.0.(x+1) on 0.0.x semver.
  • CI: pass secrets: inherit to the reusable ci.yml workflow call from the release pipeline, matching the fix applied across the other Quonfig SDK repos.