File tree 5 files changed +17
-4
lines changed 5 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "providers/flagd" : " 0.8.8 " ,
2
+ "providers/flagd" : " 0.8.9 " ,
3
3
"hooks/open-telemetry" : " 3.1.2" ,
4
4
"providers/go-feature-flag" : " 0.2.23" ,
5
5
"providers/flagsmith" : " 0.0.9" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.8.9] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.8.8...dev.openfeature.contrib.providers.flagd-v0.8.9 ) (2024-09-16)
4
+
5
+
6
+ ### 🐛 Bug Fixes
7
+
8
+ * ** deps:** update dependency org.semver4j: semver4j to v5.4.0 ([ #952 ] ( https://github.com/open-feature/java-sdk-contrib/issues/952 ) ) ([ 61c4f2a] ( https://github.com/open-feature/java-sdk-contrib/commit/61c4f2a8aa66b00435e34c2c97f0855edee654f2 ) )
9
+ * ** deps:** update opentelemetry-java monorepo to v1.42.1 ([ #946 ] ( https://github.com/open-feature/java-sdk-contrib/issues/946 ) ) ([ 0ca3da6] ( https://github.com/open-feature/java-sdk-contrib/commit/0ca3da649cbeb03039f7ea79134475093b739143 ) )
10
+
11
+
12
+ ### ✨ New Features
13
+
14
+ * emit changed flags in configuration change event ([ #925 ] ( https://github.com/open-feature/java-sdk-contrib/issues/925 ) ) ([ d3de874] ( https://github.com/open-feature/java-sdk-contrib/commit/d3de8746941ff74e51e0a21675aded2bf799dc4e ) )
15
+
3
16
## [ 0.8.8] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.8.7...dev.openfeature.contrib.providers.flagd-v0.8.8 ) (2024-09-10)
4
17
5
18
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ This provider is designed to use flagd's [evaluation protocol](https://github.co
8
8
<dependency >
9
9
<groupId >dev.openfeature.contrib.providers</groupId >
10
10
<artifactId >flagd</artifactId >
11
- <version >0.8.8 </version >
11
+ <version >0.8.9 </version >
12
12
</dependency >
13
13
```
14
14
<!-- x-release-please-end-version -->
Original file line number Diff line number Diff line change 10
10
</parent >
11
11
<groupId >dev.openfeature.contrib.providers</groupId >
12
12
<artifactId >flagd</artifactId >
13
- <version >0.8.8 </version > <!-- x-release-please-version -->
13
+ <version >0.8.9 </version > <!-- x-release-please-version -->
14
14
15
15
<properties >
16
16
<!-- exclusion expression for e2e tests -->
Original file line number Diff line number Diff line change 1
- 0.8.8
1
+ 0.8.9
You can’t perform that action at this time.
0 commit comments