File tree Expand file tree Collapse file tree 5 files changed +18
-4
lines changed
tools/flagd-http-connector Expand file tree Collapse file tree 5 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 1111 "providers/statsig" : " 0.1.0" ,
1212 "providers/multiprovider" : " 0.0.1" ,
1313 "tools/junit-openfeature" : " 0.1.2" ,
14- "tools/flagd-http-connector" : " 0.0.1 " ,
14+ "tools/flagd-http-connector" : " 0.0.2 " ,
1515 "." : " 0.2.2"
1616}
Original file line number Diff line number Diff line change 11# Changelog
2+
3+ ## [ 0.0.2] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.tools.flagdhttpconnector-v0.0.1...dev.openfeature.contrib.tools.flagdhttpconnector-v0.0.2 ) (2025-05-16)
4+
5+
6+ ### ✨ New Features
7+
8+ * ** flagd:** add http connector for In-process resolver ([ #1299 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1299 ) ) ([ 7688523] ( https://github.com/open-feature/java-sdk-contrib/commit/7688523669dd6f63cccf85a80bd1330a0c5d501f ) )
9+
10+
11+ ### 🧹 Chore
12+
13+ * ** deps:** update dependency com.google.code.findbugs: annotations to v3.0.1u2 ([ #1369 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1369 ) ) ([ 0f4aa19] ( https://github.com/open-feature/java-sdk-contrib/commit/0f4aa19ae359029e27b1ec0a9468bbfa347b0d78 ) )
14+
15+ ## Changelog
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ sequenceDiagram
103103<dependency >
104104 <groupId >dev.openfeature.contrib.tools</groupId >
105105 <artifactId >flagd-http-connector</artifactId >
106- <version >0.0.1 </version >
106+ <version >0.0.2 </version >
107107</dependency >
108108```
109109<!-- x-release-please-end-version -->
Original file line number Diff line number Diff line change 1010 </parent >
1111 <groupId >dev.openfeature.contrib.tools</groupId >
1212 <artifactId >flagdhttpconnector</artifactId >
13- <version >0.0.1 </version > <!-- x-release-please-version -->
13+ <version >0.0.2 </version > <!-- x-release-please-version -->
1414
1515 <name >flagd-http-connector</name >
1616 <description >Flagd Http Connector</description >
Original file line number Diff line number Diff line change 1- 0.0.1
1+ 0.0.2
You can’t perform that action at this time.
0 commit comments