File tree Expand file tree Collapse file tree 5 files changed +27
-4
lines changed Expand file tree Collapse file tree 5 files changed +27
-4
lines changed Original file line number Diff line number Diff line change 11{
2- "providers/flagd" : " 0.10.2 " ,
2+ "providers/flagd" : " 0.10.3 " ,
33 "hooks/open-telemetry" : " 3.2.0" ,
44 "providers/go-feature-flag" : " 0.4.0" ,
55 "providers/flagsmith" : " 0.0.9" ,
Original file line number Diff line number Diff line change 11# Changelog
22
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-18)
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 dependency io.netty: netty-transport-native-epoll to v4.1.116.final ([ #1108 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1108 ) ) ([ 4cd4542] ( https://github.com/open-feature/java-sdk-contrib/commit/4cd4542fa0109b688116456b8fb0f2fdd5d2b391 ) )
11+ * ** 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 ) )
12+ * ** 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 ) )
13+ * ** deps:** update junit5 monorepo ([ #1106 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1106 ) ) ([ a7a6d3f] ( https://github.com/open-feature/java-sdk-contrib/commit/a7a6d3f7ab0cc3d24a10d3cecd483a9d0d9340e5 ) )
14+ * ** 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 ) )
15+
16+
17+ ### ✨ New Features
18+
19+ * ** flagd:** Improve e2e coverage ([ #1092 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1092 ) ) ([ d5110e3] ( https://github.com/open-feature/java-sdk-contrib/commit/d5110e3511eabdf9113e9bdb76a865e4036b624c ) )
20+
21+
22+ ### 🧹 Chore
23+
24+ * ** 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 ) )
25+
326## [ 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)
427
528
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
88<dependency >
99 <groupId >dev.openfeature.contrib.providers</groupId >
1010 <artifactId >flagd</artifactId >
11- <version >0.10.2 </version >
11+ <version >0.10.3 </version >
1212</dependency >
1313```
1414<!-- x-release-please-end-version -->
Original file line number Diff line number Diff line change 1010 </parent >
1111 <groupId >dev.openfeature.contrib.providers</groupId >
1212 <artifactId >flagd</artifactId >
13- <version >0.10.2 </version > <!-- x-release-please-version -->
13+ <version >0.10.3 </version > <!-- x-release-please-version -->
1414
1515 <properties >
1616 <!-- 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