File tree Expand file tree Collapse file tree 5 files changed +21
-4
lines changed Expand file tree Collapse file tree 5 files changed +21
-4
lines changed Original file line number Diff line number Diff line change 8
8
"providers/unleash" : " 0.0.4-alpha" ,
9
9
"providers/flipt" : " 0.0.2" ,
10
10
"providers/configcat" : " 0.0.3" ,
11
- "providers/statsig" : " 0.0.3 "
11
+ "providers/statsig" : " 0.0.4 "
12
12
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.0.4] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.statsig-v0.0.3...dev.openfeature.contrib.providers.statsig-v0.0.4 ) (2024-02-27)
4
+
5
+
6
+ ### 🐛 Bug Fixes
7
+
8
+ * ** deps:** update dependency com.statsig: serversdk to v1.12.1 ([ #687 ] ( https://github.com/open-feature/java-sdk-contrib/issues/687 ) ) ([ 91da6fe] ( https://github.com/open-feature/java-sdk-contrib/commit/91da6fee020bdf60d51e1a6849e94201a2b04dec ) )
9
+
10
+
11
+ ### ✨ New Features
12
+
13
+ * Statsig provider evaluate boolean updates ([ #691 ] ( https://github.com/open-feature/java-sdk-contrib/issues/691 ) ) ([ 04df666] ( https://github.com/open-feature/java-sdk-contrib/commit/04df6669264227e3c3c6165ea0d876e5d8aa8766 ) )
14
+
15
+
16
+ ### 🧹 Chore
17
+
18
+ * ** deps:** update dependency org.apache.logging.log4j: log4j-slf4j2-impl to v2.23.0 ([ #689 ] ( https://github.com/open-feature/java-sdk-contrib/issues/689 ) ) ([ 6589871] ( https://github.com/open-feature/java-sdk-contrib/commit/65898713166b5d02f246302c54fd7400ee4238d5 ) )
19
+
3
20
## [ 0.0.3] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.statsig-v0.0.2...dev.openfeature.contrib.providers.statsig-v0.0.3 ) (2024-02-14)
4
21
5
22
Original file line number Diff line number Diff line change 11
11
<dependency >
12
12
<groupId >dev.openfeature.contrib.providers</groupId >
13
13
<artifactId >statsig</artifactId >
14
- <version >0.0.3 </version >
14
+ <version >0.0.4 </version >
15
15
</dependency >
16
16
```
17
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 >statsig</artifactId >
13
- <version >0.0.3 </version > <!-- x-release-please-version -->
13
+ <version >0.0.4 </version > <!-- x-release-please-version -->
14
14
15
15
<name >statsig</name >
16
16
<description >Statsig provider for Java</description >
Original file line number Diff line number Diff line change 1
- 0.0.3
1
+ 0.0.4
You can’t perform that action at this time.
0 commit comments