File tree Expand file tree Collapse file tree 5 files changed +14
-4
lines changed Expand file tree Collapse file tree 5 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "providers/flagd" : " 0.10.0 " ,
2
+ "providers/flagd" : " 0.10.1 " ,
3
3
"hooks/open-telemetry" : " 3.2.0" ,
4
4
"providers/go-feature-flag" : " 0.3.0" ,
5
5
"providers/flagsmith" : " 0.0.9" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.10.1] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.10.0...dev.openfeature.contrib.providers.flagd-v0.10.1 ) (2024-11-16)
4
+
5
+
6
+ ### 🐛 Bug Fixes
7
+
8
+ * ** deps:** update dependency com.networknt: json-schema-validator to v1.5.3 ([ #1052 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1052 ) ) ([ a720f41] ( https://github.com/open-feature/java-sdk-contrib/commit/a720f4105b9da8bfd58307b38144b0d6000375ad ) )
9
+ * ** deps:** update dependency io.netty: netty-transport-native-epoll to v4.1.115.final ([ #1071 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1071 ) ) ([ 6e311dc] ( https://github.com/open-feature/java-sdk-contrib/commit/6e311dc99e5cc2e51729d5086437c706de19b9a5 ) )
10
+ * ** deps:** update dependency io.opentelemetry: opentelemetry-api to v1.44.0 ([ #1069 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1069 ) ) ([ 2cd0489] ( https://github.com/open-feature/java-sdk-contrib/commit/2cd0489e61aecd7a8f87043cbd4382aaf6485f77 ) )
11
+ * ** deps:** update opentelemetry-java monorepo to v1.44.1 ([ #1070 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1070 ) ) ([ 4d5fe86] ( https://github.com/open-feature/java-sdk-contrib/commit/4d5fe86a488a8781ab7efefb4a5958c4fae01c17 ) )
12
+
3
13
## [ 0.10.0] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.9.3...dev.openfeature.contrib.providers.flagd-v0.10.0 ) (2024-10-29)
4
14
5
15
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.10.0 </version >
11
+ <version >0.10.1 </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.10.0 </version > <!-- x-release-please-version -->
13
+ <version >0.10.1 </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.10.0
1
+ 0.10.1
You can’t perform that action at this time.
0 commit comments