File tree Expand file tree Collapse file tree 5 files changed +18
-4
lines changed Expand file tree Collapse file tree 5 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "providers/flagd" : " 0.8.5 " ,
2
+ "providers/flagd" : " 0.8.6 " ,
3
3
"hooks/open-telemetry" : " 3.1.2" ,
4
4
"providers/go-feature-flag" : " 0.2.23" ,
5
5
"providers/flagsmith" : " 0.0.8" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.8.6] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.8.5...dev.openfeature.contrib.providers.flagd-v0.8.6 ) (2024-08-13)
4
+
5
+
6
+ ### 🐛 Bug Fixes
7
+
8
+ * ** deps:** update grpc-java monorepo to v1.66.0 ([ #909 ] ( https://github.com/open-feature/java-sdk-contrib/issues/909 ) ) ([ a1bd2db] ( https://github.com/open-feature/java-sdk-contrib/commit/a1bd2db5e91242b9ef23651c8a874ce6ef7a4782 ) )
9
+ * ** deps:** update opentelemetry-java monorepo to v1.41.0 ([ #911 ] ( https://github.com/open-feature/java-sdk-contrib/issues/911 ) ) ([ 157705a] ( https://github.com/open-feature/java-sdk-contrib/commit/157705a44e55f5b5a545f9126b64df00b1f8cdf9 ) )
10
+
11
+
12
+ ### 🧹 Chore
13
+
14
+ * ** deps:** update dependency org.codehaus.mojo: exec-maven-plugin to v3.4.0 ([ #905 ] ( https://github.com/open-feature/java-sdk-contrib/issues/905 ) ) ([ fe213ee] ( https://github.com/open-feature/java-sdk-contrib/commit/fe213ee895140952057746b909115c7110811ef8 ) )
15
+ * ** deps:** update dependency org.codehaus.mojo: exec-maven-plugin to v3.4.1 ([ #914 ] ( https://github.com/open-feature/java-sdk-contrib/issues/914 ) ) ([ c68d0c5] ( https://github.com/open-feature/java-sdk-contrib/commit/c68d0c5cca31582a6952cb0054acec8ca195a716 ) )
16
+
3
17
## [ 0.8.5] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.8.4...dev.openfeature.contrib.providers.flagd-v0.8.5 ) (2024-08-06)
4
18
5
19
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.5 </version >
11
+ <version >0.8.6 </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.5 </version > <!-- x-release-please-version -->
13
+ <version >0.8.6 </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.5
1
+ 0.8.6
You can’t perform that action at this time.
0 commit comments