File tree Expand file tree Collapse file tree 5 files changed +23
-4
lines changed Expand file tree Collapse file tree 5 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "providers/flagd" : " 0.9.3 " ,
2
+ "providers/flagd" : " 0.10.0 " ,
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.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
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * change FLAGD_GRPC_TARGET env to FLAGD_TARGET_URI ([ #1050 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1050 ) )
9
+
10
+ ### 🐛 Bug Fixes
11
+
12
+ * change FLAGD_GRPC_TARGET env to FLAGD_TARGET_URI ([ #1050 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1050 ) ) ([ 521f776] ( https://github.com/open-feature/java-sdk-contrib/commit/521f776ad1abbc6de1ee94f056e84659e8665243 ) )
13
+ * ** deps:** update dependency com.fasterxml.jackson.core: jackson-databind to v2.18.1 ([ #1047 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1047 ) ) ([ a2ee3e6] ( https://github.com/open-feature/java-sdk-contrib/commit/a2ee3e6ed0c15c3ebaf55adc10198760f51a4a30 ) )
14
+ * ** deps:** update grpc-java monorepo to v1.68.1 ([ #1049 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1049 ) ) ([ da41a95] ( https://github.com/open-feature/java-sdk-contrib/commit/da41a950c291ace0b9fbc82a3ae1867ce2fe4e82 ) )
15
+
16
+
17
+ ### 🧹 Chore
18
+
19
+ * ** deps:** update dependency org.codehaus.mojo: exec-maven-plugin to v3.5.0 ([ #1034 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1034 ) ) ([ e377b74] ( https://github.com/open-feature/java-sdk-contrib/commit/e377b749f41e30975d0dcf3030a72fe0c8598382 ) )
20
+ * ** deps:** update testcontainers-java monorepo to v1.20.3 ([ #1037 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1037 ) ) ([ 373381d] ( https://github.com/open-feature/java-sdk-contrib/commit/373381d74d38d15d49c56d9395945a30750cd746 ) )
21
+
3
22
## [ 0.9.3] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.9.2...dev.openfeature.contrib.providers.flagd-v0.9.3 ) (2024-10-21)
4
23
5
24
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.9.3 </version >
11
+ <version >0.10.0 </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.9.3 </version > <!-- x-release-please-version -->
13
+ <version >0.10.0 </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.9.3
1
+ 0.10.0
You can’t perform that action at this time.
0 commit comments