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,6 +2,6 @@
"providers/openfeature-flagd-provider": "0.1.2",
"providers/openfeature-flipt-provider": "0.0.2",
"providers/openfeature-meta_provider": "0.0.5",
"providers/openfeature-go-feature-flag-provider": "0.1.8",
"providers/openfeature-go-feature-flag-provider": "0.1.9",
"providers/openfeature-flagsmith-provider": "0.1.1"
}
7 changes: 7 additions & 0 deletions providers/openfeature-go-feature-flag-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.9](https://github.com/open-feature/ruby-sdk-contrib/compare/openfeature-go-feature-flag-provider/v0.1.8...openfeature-go-feature-flag-provider/v0.1.9) (2026-01-28)


Copy link
Contributor

Choose a reason for hiding this comment

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

medium

This extra blank line can be removed to make the changelog more compact.

### ✨ New Features

* Timeout option for http client ([#76](https://github.com/open-feature/ruby-sdk-contrib/issues/76)) ([11e0de2](https://github.com/open-feature/ruby-sdk-contrib/commit/11e0de297527e90ee3dfcabf9d6bc35ff3149b9b))

Copy link
Contributor

Choose a reason for hiding this comment

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

medium

This extra blank line can be removed to make the changelog more compact.

## [0.1.8](https://github.com/open-feature/ruby-sdk-contrib/compare/openfeature-go-feature-flag-provider/v0.1.7...openfeature-go-feature-flag-provider/v0.1.8) (2026-01-13)


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.8)
openfeature-go-feature-flag-provider (0.1.9)
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
GO_FEATURE_FLAG_PROVIDER_VERSION = "0.1.8"
GO_FEATURE_FLAG_PROVIDER_VERSION = "0.1.9"
end
end