File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
providers/go-feature-flag Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"providers/flagd" : " 0.8.3" ,
3
3
"hooks/open-telemetry" : " 3.1.2" ,
4
- "providers/go-feature-flag" : " 0.2.21 " ,
4
+ "providers/go-feature-flag" : " 0.2.22 " ,
5
5
"providers/flagsmith" : " 0.0.8" ,
6
6
"providers/env-var" : " 0.0.6" ,
7
7
"providers/jsonlogic-eval-provider" : " 1.1.0" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.2.22] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.go-feature-flag-v0.2.21...dev.openfeature.contrib.providers.go-feature-flag-v0.2.22 ) (2024-06-20)
4
+
5
+
6
+ ### 🐛 Bug Fixes
7
+
8
+ * ** gofeatureflag:** fix java.lang.NoClassDefFoundError ([ #839 ] ( https://github.com/open-feature/java-sdk-contrib/issues/839 ) ) ([ 6859fa6] ( https://github.com/open-feature/java-sdk-contrib/commit/6859fa62ecb6dcf01f3927b72e2d964b5871b45a ) )
9
+
3
10
## [ 0.2.21] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.go-feature-flag-v0.2.20...dev.openfeature.contrib.providers.go-feature-flag-v0.2.21 ) (2024-06-19)
4
11
5
12
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.2.21 </version > <!-- x-release-please-version -->
13
+ <version >0.2.22 </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.2.21
1
+ 0.2.22
You can’t perform that action at this time.
0 commit comments