File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed
providers/go-feature-flag Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"providers/flagd" : " 0.11.8" ,
3
3
"hooks/open-telemetry" : " 3.2.1" ,
4
- "providers/go-feature-flag" : " 0.4.3 " ,
4
+ "providers/go-feature-flag" : " 0.4.4 " ,
5
5
"providers/flagsmith" : " 0.0.10" ,
6
6
"providers/env-var" : " 0.0.7" ,
7
7
"providers/jsonlogic-eval-provider" : " 1.1.1" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.4.4] ( 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.4.4 ) (2025-05-02)
4
+
5
+
6
+ ### ✨ New Features
7
+
8
+ * 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 ) )
9
+
10
+
11
+ ### 🧹 Chore
12
+
13
+ * 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 ) )
14
+
3
15
## [ 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)
4
16
5
17
Original file line number Diff line number Diff line change 10
10
</parent >
11
11
<groupId >dev.openfeature.contrib.providers</groupId >
12
12
<artifactId >go-feature-flag</artifactId >
13
- <version >0.4.3 </version > <!-- x-release-please-version -->
13
+ <version >0.4.4 </version > <!-- x-release-please-version -->
14
14
15
15
<name >go-feature-flag</name >
16
16
<description >GO Feature Flag provider for Java</description >
Original file line number Diff line number Diff line change 1
- 0.4.3
1
+ 0.4.4
You can’t perform that action at this time.
0 commit comments