File tree 5 files changed +20
-4
lines changed 5 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "providers/flagd" : " 0.10.2 " ,
2
+ "providers/flagd" : " 0.10.3 " ,
3
3
"hooks/open-telemetry" : " 3.2.0" ,
4
4
"providers/go-feature-flag" : " 0.4.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.3] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.10.2...dev.openfeature.contrib.providers.flagd-v0.10.3 ) (2024-12-13)
4
+
5
+
6
+ ### 🐛 Bug Fixes
7
+
8
+ * ** deps:** update dependency com.fasterxml.jackson.core: jackson-databind to v2.18.2 ([ #1089 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1089 ) ) ([ 9b40e22] ( https://github.com/open-feature/java-sdk-contrib/commit/9b40e22e57739c7da417f834dd4f6822e6657ca8 ) )
9
+ * ** deps:** update dependency com.networknt: json-schema-validator to v1.5.4 ([ #1082 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1082 ) ) ([ 57b6c9a] ( https://github.com/open-feature/java-sdk-contrib/commit/57b6c9a84328891618d069e72bb16b7d0d36eb23 ) )
10
+ * ** deps:** update grpc-java monorepo to v1.68.2 ([ #1084 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1084 ) ) ([ 3edf48b] ( https://github.com/open-feature/java-sdk-contrib/commit/3edf48b1930c4ddd0ef25803ff4f4054f6a8ab02 ) )
11
+ * ** deps:** update grpc-java monorepo to v1.69.0 ([ #1101 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1101 ) ) ([ 2fc6af0] ( https://github.com/open-feature/java-sdk-contrib/commit/2fc6af0994e6643b704e0f1cd7aba8fa5af688f6 ) )
12
+ * ** deps:** update opentelemetry-java monorepo to v1.45.0 ([ #1096 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1096 ) ) ([ b8a79e7] ( https://github.com/open-feature/java-sdk-contrib/commit/b8a79e75850567a512849f2bc70aad2c88443445 ) )
13
+
14
+
15
+ ### 🧹 Chore
16
+
17
+ * ** deps:** update testcontainers-java monorepo to v1.20.4 ([ #1076 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1076 ) ) ([ 0bf3b83] ( https://github.com/open-feature/java-sdk-contrib/commit/0bf3b83a0d4966ae0ab8cf308d16934487c2cce1 ) )
18
+
3
19
## [ 0.10.2] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.10.1...dev.openfeature.contrib.providers.flagd-v0.10.2 ) (2024-11-20)
4
20
5
21
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.2 </version >
11
+ <version >0.10.3 </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.2 </version > <!-- x-release-please-version -->
13
+ <version >0.10.3 </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.2
1
+ 0.10.3
You can’t perform that action at this time.
0 commit comments