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,5 +2,5 @@
"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.6"
"providers/openfeature-go-feature-flag-provider": "0.1.7"
}
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.7](https://github.com/open-feature/ruby-sdk-contrib/compare/openfeature-go-feature-flag-provider/v0.1.6...openfeature-go-feature-flag-provider/v0.1.7) (2025-11-19)


### ✨ New Features

* **GoFeatureFlag:** unix client ([#66](https://github.com/open-feature/ruby-sdk-contrib/issues/66)) ([3f68ce8](https://github.com/open-feature/ruby-sdk-contrib/commit/3f68ce8691646779755affb2c86edf51ae21b40b))
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

For consistency within this changelog, it's better to use a uniform scope for commit messages. Looking at the history, scopes like openfeature-go-feature-flag-provider, goff, and go-feature-flag have been used. To improve clarity and consistency, I suggest using openfeature-go-feature-flag-provider as it is the most descriptive and was used in the previous version's bug fix entry.

Suggested change
* **GoFeatureFlag:** unix client ([#66](https://github.com/open-feature/ruby-sdk-contrib/issues/66)) ([3f68ce8](https://github.com/open-feature/ruby-sdk-contrib/commit/3f68ce8691646779755affb2c86edf51ae21b40b))
* **openfeature-go-feature-flag-provider:** unix client ([#66](https://github.com/open-feature/ruby-sdk-contrib/issues/66)) ([3f68ce8](https://github.com/open-feature/ruby-sdk-contrib/commit/3f68ce8691646779755affb2c86edf51ae21b40b))


## [0.1.6](https://github.com/open-feature/ruby-sdk-contrib/compare/openfeature-go-feature-flag-provider/v0.1.5...openfeature-go-feature-flag-provider/v0.1.6) (2025-11-11)


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