Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"providers/openfeature-flagd-provider": "0.1.6",
"providers/openfeature-meta_provider": "0.0.7",
"providers/openfeature-meta_provider": "0.0.8",
"providers/openfeature-flipt-provider": "0.0.4",
"providers/openfeature-go-feature-flag-provider": "0.1.12",
"providers/openfeature-flagsmith-provider": "0.1.2",
Expand Down
12 changes: 12 additions & 0 deletions providers/openfeature-meta_provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.0.8](https://github.com/open-feature/ruby-sdk-contrib/compare/openfeature-meta_provider/v0.0.7...openfeature-meta_provider/v0.0.8) (2026-03-18)


### ✨ New Features

* **meta_provider:** add multi-provider evaluation strategies ([#102](https://github.com/open-feature/ruby-sdk-contrib/issues/102)) ([9cce3f4](https://github.com/open-feature/ruby-sdk-contrib/commit/9cce3f4a0b075e853ce2c1f9a07f3ddc4c58044f))


### 🧹 Chore

* **deps:** update dependency ruby to v3.4.9 ([#107](https://github.com/open-feature/ruby-sdk-contrib/issues/107)) ([e0d4314](https://github.com/open-feature/ruby-sdk-contrib/commit/e0d4314f1183cc80e84ba04980fe2d01584bec9c))

## [0.0.7](https://github.com/open-feature/ruby-sdk-contrib/compare/openfeature-meta_provider/v0.0.6...openfeature-meta_provider/v0.0.7) (2026-03-09)


Expand Down
2 changes: 1 addition & 1 deletion providers/openfeature-meta_provider/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
openfeature-meta_provider (0.1.0)
openfeature-meta_provider (0.0.8)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

The version of openfeature-meta_provider is being downgraded from 0.1.0 to 0.0.8 in the lock file. This reflects the problematic version downgrade in meta_provider_version.rb. This version inconsistency needs to be resolved before releasing.

openfeature-sdk (>= 0.4.0, < 1.0)

GEM
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module OpenFeature
class MetaProvider
VERSION = "0.1.0"
VERSION = "0.0.8"
end
end
Loading