Skip to content
Merged
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
Expand Up @@ -2,7 +2,7 @@
"providers/openfeature-flagd-provider": "0.1.4",
"providers/openfeature-flipt-provider": "0.0.3",
"providers/openfeature-meta_provider": "0.0.6",
"providers/openfeature-go-feature-flag-provider": "0.1.11",
"providers/openfeature-go-feature-flag-provider": "0.1.12",
"providers/openfeature-flagsmith-provider": "0.1.1",
"providers/openfeature-ofrep-provider": "0.1.0",
"hooks/openfeature-otel-hook": "0.1.1"
Expand Down
12 changes: 12 additions & 0 deletions providers/openfeature-go-feature-flag-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.1.12](https://github.com/open-feature/ruby-sdk-contrib/compare/openfeature-go-feature-flag-provider/v0.1.11...openfeature-go-feature-flag-provider/v0.1.12) (2026-03-09)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

The date for this release is listed as (2026-03-09). Looking at the history in this file, other recent releases also have dates in 2025 and 2026. This pattern suggests a potential misconfiguration in the automated release process that is generating these dates.



### πŸ› Bug Fixes

* resolve flaky rate-limit date test and correct flipt version-file path ([f9fecc4](https://github.com/open-feature/ruby-sdk-contrib/commit/f9fecc4f303b9eee0b58216ca50073611af8e9ad))
Comment thread
josecolella marked this conversation as resolved.


### ✨ New Features

* add OFREP provider ([#80](https://github.com/open-feature/ruby-sdk-contrib/issues/80)) ([e33e0ab](https://github.com/open-feature/ruby-sdk-contrib/commit/e33e0ab340193eee4434df65bb33e1002a69eaad))

## [0.1.11](https://github.com/open-feature/ruby-sdk-contrib/compare/openfeature-go-feature-flag-provider/v0.1.10...openfeature-go-feature-flag-provider/v0.1.11) (2026-03-09)


Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
openfeature-go-feature-flag-provider (0.1.11)
openfeature-go-feature-flag-provider (0.1.12)
faraday-net_http_persistent (~> 2.3)
openfeature-sdk (~> 0.3.1)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module OpenFeature
module GoFeatureFlag
VERSION = "0.1.11"
VERSION = "0.1.12"
end
end