File tree 5 files changed +30
-4
lines changed
5 files changed +30
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "providers/flagd" : " 0.8.9 " ,
2
+ "providers/flagd" : " 0.9.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.9.0] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.8.9...dev.openfeature.contrib.providers.flagd-v0.9.0 ) (2024-10-02)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * use sdk-maintained state, require 1.12 ([ #964 ] ( https://github.com/open-feature/java-sdk-contrib/issues/964 ) )
9
+
10
+ ### 🐛 Bug Fixes
11
+
12
+ * ** deps:** update dependency com.fasterxml.jackson.core: jackson-databind to v2.18.0 ([ #979 ] ( https://github.com/open-feature/java-sdk-contrib/issues/979 ) ) ([ 7e1a13e] ( https://github.com/open-feature/java-sdk-contrib/commit/7e1a13ec79b82f8fa49703af58087fea1874cea5 ) )
13
+ * ** deps:** update dependency com.networknt: json-schema-validator to v1.5.2 ([ #958 ] ( https://github.com/open-feature/java-sdk-contrib/issues/958 ) ) ([ da10fe8] ( https://github.com/open-feature/java-sdk-contrib/commit/da10fe856b53ac3bdf284a194e011895f397bec3 ) )
14
+ * ** deps:** update dependency io.netty: netty-transport-native-epoll to v4.1.114.final ([ #994 ] ( https://github.com/open-feature/java-sdk-contrib/issues/994 ) ) ([ 3e9b967] ( https://github.com/open-feature/java-sdk-contrib/commit/3e9b967525a0bddb76f5ebb5b2c70ae92b038a42 ) )
15
+ * ** deps:** update grpc-java monorepo to v1.68.0 ([ #962 ] ( https://github.com/open-feature/java-sdk-contrib/issues/962 ) ) ([ 96a78bd] ( https://github.com/open-feature/java-sdk-contrib/commit/96a78bdf3a01445eb41d4496f51660666281668a ) )
16
+
17
+
18
+ ### ✨ New Features
19
+
20
+ * expose sync-metadata, call RPC with (re)connect ([ #967 ] ( https://github.com/open-feature/java-sdk-contrib/issues/967 ) ) ([ 61bb726] ( https://github.com/open-feature/java-sdk-contrib/commit/61bb7263a8b4ad2b15560b1306b04cd28986a95f ) )
21
+ * use sdk-maintained state, require 1.12 ([ #964 ] ( https://github.com/open-feature/java-sdk-contrib/issues/964 ) ) ([ 4a041b0] ( https://github.com/open-feature/java-sdk-contrib/commit/4a041b0dda9c4e460f4c2199f3bc680df0dda621 ) )
22
+
23
+
24
+ ### 🧹 Chore
25
+
26
+ * ** deps:** update junit5 monorepo ([ #970 ] ( https://github.com/open-feature/java-sdk-contrib/issues/970 ) ) ([ df66295] ( https://github.com/open-feature/java-sdk-contrib/commit/df662955809698650428303d811c2b3a4b135463 ) )
27
+ * ** deps:** update testcontainers-java monorepo to v1.20.2 ([ #992 ] ( https://github.com/open-feature/java-sdk-contrib/issues/992 ) ) ([ aba1ae3] ( https://github.com/open-feature/java-sdk-contrib/commit/aba1ae31ebe26137904218c6737ebe625d267f4e ) )
28
+
3
29
## [ 0.8.9] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.8.8...dev.openfeature.contrib.providers.flagd-v0.8.9 ) (2024-09-17)
4
30
5
31
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.8.9 </version >
11
+ <version >0.9.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.8.9 </version > <!-- x-release-please-version -->
13
+ <version >0.9.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.8.9
1
+ 0.9.0
You can’t perform that action at this time.
0 commit comments