Skip to content
Open
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,7 +1,7 @@
{
"hooks/open-telemetry": "3.3.1",
"providers/flagd": "0.11.16",
"providers/go-feature-flag": "1.0.1",
"providers/go-feature-flag": "1.0.2",
"providers/flagsmith": "0.0.12",
"providers/env-var": "0.0.12",
"providers/jsonlogic-eval-provider": "1.2.1",
Expand Down
7 changes: 7 additions & 0 deletions providers/go-feature-flag/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.2](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.go-feature-flag-v1.0.1...dev.openfeature.contrib.providers.go-feature-flag-v1.0.2) (2025-10-15)


### 🐛 Bug Fixes

* **flagd:** fix wrong environment variable and test execution ([#1589](https://github.com/open-feature/java-sdk-contrib/issues/1589)) ([e1d8e54](https://github.com/open-feature/java-sdk-contrib/commit/e1d8e54cb15f7e9f27626c60cebded3690a84698))

Choose a reason for hiding this comment

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

medium

The bug fix mentioned here has a scope of flagd, but this is the changelog for the go-feature-flag provider. This is misleading for users of this provider, as the change appears unrelated to go-feature-flag. The changelog should only contain entries relevant to the go-feature-flag provider. This might indicate a misconfiguration in the release process.


## [1.0.1](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.go-feature-flag-v1.0.0...dev.openfeature.contrib.providers.go-feature-flag-v1.0.1) (2025-09-19)


Expand Down
2 changes: 1 addition & 1 deletion providers/go-feature-flag/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ For documentation related to flags management in GO Feature Flag, refer to the [
<dependency>
<groupId>dev.openfeature.contrib.providers</groupId>
<artifactId>go-feature-flag</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
```
<!-- x-release-please-end-version -->
Expand Down
2 changes: 1 addition & 1 deletion providers/go-feature-flag/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>dev.openfeature.contrib.providers</groupId>
<artifactId>go-feature-flag</artifactId>
<version>1.0.1</version> <!--x-release-please-version -->
<version>1.0.2</version> <!--x-release-please-version -->

<name>go-feature-flag</name>
<description>GO Feature Flag provider for Java</description>
Expand Down
2 changes: 1 addition & 1 deletion providers/go-feature-flag/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1
1.0.2