ruby-sdk
ruby-sdk copied to clipboard
Ruby implementation of the OpenFeature SDK
The Ruby SDK does currently not support eventing. This should change.
https://github.com/open-feature/openfeature-ruby/issues/7#tasklist-block-f1d814c4-40b3-4844-8737-35cd0b2ed007
# What? https://docs.github.com/en/actions/using-workflows/reusing-workflows
Spec for reference: https://openfeature.dev/specification/sections/evaluation-context#33-context-propagation
There is no spec version here, but we should look to provide guidance and basic logging support for something like the `Rails.logger`.
## This PR - adds this new feature ### Related Issues Fixes #1234523 ### Notes ### Follow-up Tasks ### How to test
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.6 to 3.3.6. Release notes Sourced from rexml's releases. REXML 3.3.6 - 2024-08-22 Improvements Removed duplicated entity expansions for performance. GH-194 Patch by Viktor Ivarsson. Improved namespace...
Hello guys! In the latest version (0.4.0), the `fetch_{result_type}_{suffix}` evaluation methods are not functioning as expected. This issue appears to stem from a call to an undefined method `evaluation_context` in...
## Description Add a telemetry utility function to the SDK that can be used within the [finally stage](https://openfeature.dev/specification/sections/hooks/#requirement-442) of a hook to create OpenTelemetry-compatible telemetry signals. It must comply with...