Skip to content

Commit ecf8e5b

Browse files
chore(main): release dev.openfeature.contrib.providers.go-feature-flag 0.5.0
Signed-off-by: OpenFeature Bot <[email protected]>
1 parent c038b8e commit ecf8e5b

File tree

5 files changed

+29
-4
lines changed

5 files changed

+29
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"providers/flagd": "0.11.9",
33
"hooks/open-telemetry": "3.2.1",
4-
"providers/go-feature-flag": "0.4.3",
4+
"providers/go-feature-flag": "0.5.0",
55
"providers/flagsmith": "0.0.10",
66
"providers/env-var": "0.0.10",
77
"providers/jsonlogic-eval-provider": "1.1.1",

providers/go-feature-flag/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## [0.5.0](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.go-feature-flag-v0.4.3...dev.openfeature.contrib.providers.go-feature-flag-v0.5.0) (2025-06-14)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **go-feature-flag:** Introduce in-process evaluation + tracking ([#1384](https://github.com/open-feature/java-sdk-contrib/issues/1384))
9+
10+
### 🐛 Bug Fixes
11+
12+
* **deps:** update dependency com.fasterxml.jackson.datatype:jackson-datatype-jsr310 to v2.19.0 ([#1366](https://github.com/open-feature/java-sdk-contrib/issues/1366)) ([8896f50](https://github.com/open-feature/java-sdk-contrib/commit/8896f505b7e682c5954de465383b5e871cb1a8d0))
13+
* **deps:** update dependency com.fasterxml.jackson.datatype:jackson-datatype-jsr310 to v2.19.1 ([#1415](https://github.com/open-feature/java-sdk-contrib/issues/1415)) ([c038b8e](https://github.com/open-feature/java-sdk-contrib/commit/c038b8e8f897cb3524aa9053c9167368175c6680))
14+
* **deps:** update jackson monorepo to v2.19.0 ([#1346](https://github.com/open-feature/java-sdk-contrib/issues/1346)) ([d4af23b](https://github.com/open-feature/java-sdk-contrib/commit/d4af23b9f2700233ea22f9132df00637820da10c))
15+
16+
17+
### ✨ New Features
18+
19+
* **go-feature-flag:** Introduce in-process evaluation + tracking ([#1384](https://github.com/open-feature/java-sdk-contrib/issues/1384)) ([2ea5e68](https://github.com/open-feature/java-sdk-contrib/commit/2ea5e68e79c6c703c55cc815d223bbe66a60ea6d))
20+
* migrate to Java 11 ([#1336](https://github.com/open-feature/java-sdk-contrib/issues/1336)) ([a4be1ff](https://github.com/open-feature/java-sdk-contrib/commit/a4be1ff66870a72189873171e83c5b65dbb9991c))
21+
22+
23+
### 🧹 Chore
24+
25+
* loosen parent version req ([#1341](https://github.com/open-feature/java-sdk-contrib/issues/1341)) ([4c7b584](https://github.com/open-feature/java-sdk-contrib/commit/4c7b58413b47db5c8c52b906ec2cbbc846779199))
26+
* update component owners and flagd readme ([#1372](https://github.com/open-feature/java-sdk-contrib/issues/1372)) ([2dea3b2](https://github.com/open-feature/java-sdk-contrib/commit/2dea3b296d7eb63c14f612949e6c533629b8eb42))
27+
328
## [0.4.3](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.go-feature-flag-v0.4.2...dev.openfeature.contrib.providers.go-feature-flag-v0.4.3) (2025-03-17)
429

530

providers/go-feature-flag/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ For documentation related to flags management in GO Feature Flag, refer to the [
2828
<dependency>
2929
<groupId>dev.openfeature.contrib.providers</groupId>
3030
<artifactId>go-feature-flag</artifactId>
31-
<version>0.4.3</version>
31+
<version>0.5.0</version>
3232
</dependency>
3333
```
3434
<!-- x-release-please-end-version -->

providers/go-feature-flag/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>dev.openfeature.contrib.providers</groupId>
1212
<artifactId>go-feature-flag</artifactId>
13-
<version>0.4.3</version> <!--x-release-please-version -->
13+
<version>0.5.0</version> <!--x-release-please-version -->
1414

1515
<name>go-feature-flag</name>
1616
<description>GO Feature Flag provider for Java</description>

providers/go-feature-flag/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.3
1+
0.5.0

0 commit comments

Comments
 (0)