Skip to content

Commit 3a50fc7

Browse files
chore(main): release dev.openfeature.contrib.providers.flagd 0.6.10
1 parent 6f55ce3 commit 3a50fc7

File tree

5 files changed

+31
-4
lines changed

5 files changed

+31
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"providers/flagd": "0.6.9",
2+
"providers/flagd": "0.6.10",
33
"hooks/open-telemetry": "3.1.1",
44
"providers/go-feature-flag": "0.2.18",
55
"providers/flagsmith": "0.0.8",

providers/flagd/CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
## [0.6.10](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.6.9...dev.openfeature.contrib.providers.flagd-v0.6.10) (2024-02-09)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **deps:** update dependency com.networknt:json-schema-validator to v1.2.0 ([#643](https://github.com/open-feature/java-sdk-contrib/issues/643)) ([858d1f6](https://github.com/open-feature/java-sdk-contrib/commit/858d1f660b13b1997ceca54f653923aaa11ea961))
9+
* **deps:** update dependency com.networknt:json-schema-validator to v1.3.0 ([#652](https://github.com/open-feature/java-sdk-contrib/issues/652)) ([4a2cca0](https://github.com/open-feature/java-sdk-contrib/commit/4a2cca07fc64d26c3ad199c96fea2a7806db7069))
10+
* **deps:** update dependency com.networknt:json-schema-validator to v1.3.1 ([#654](https://github.com/open-feature/java-sdk-contrib/issues/654)) ([df469c9](https://github.com/open-feature/java-sdk-contrib/commit/df469c951f8c1d8e8c2d85a9f243cfdca5e0bf76))
11+
* **deps:** update dependency com.networknt:json-schema-validator to v1.3.2 ([#667](https://github.com/open-feature/java-sdk-contrib/issues/667)) ([73d22c6](https://github.com/open-feature/java-sdk-contrib/commit/73d22c6eb7f1f94b6f39a71434045a2dccb5a6f5))
12+
* **deps:** update dependency commons-codec:commons-codec to v1.16.1 ([#670](https://github.com/open-feature/java-sdk-contrib/issues/670)) ([6f55ce3](https://github.com/open-feature/java-sdk-contrib/commit/6f55ce383b7542961b5807899813b680d07097f7))
13+
* **deps:** update dependency io.netty:netty-transport-native-epoll to v4.1.105.final ([#634](https://github.com/open-feature/java-sdk-contrib/issues/634)) ([4f6c150](https://github.com/open-feature/java-sdk-contrib/commit/4f6c15025e2b7fffbcf0a63f81d43f20628f0b4d))
14+
* **deps:** update dependency io.netty:netty-transport-native-epoll to v4.1.106.final ([#642](https://github.com/open-feature/java-sdk-contrib/issues/642)) ([2755b68](https://github.com/open-feature/java-sdk-contrib/commit/2755b68d2cfd39110ae32bcc41be1d700dbdb85e))
15+
* **deps:** update dependency io.opentelemetry:opentelemetry-api to v1.34.1 ([#626](https://github.com/open-feature/java-sdk-contrib/issues/626)) ([220be29](https://github.com/open-feature/java-sdk-contrib/commit/220be295ad32f89a8da241bfca71efcef876350f))
16+
* **deps:** update grpc-java monorepo to v1.61.1 ([#656](https://github.com/open-feature/java-sdk-contrib/issues/656)) ([c4ed3b0](https://github.com/open-feature/java-sdk-contrib/commit/c4ed3b008a927504d9bc3e1613a897b5ba41beab))
17+
* **deps:** update io.grpc.version to v1.61.0 ([#628](https://github.com/open-feature/java-sdk-contrib/issues/628)) ([29c9854](https://github.com/open-feature/java-sdk-contrib/commit/29c9854d5ae58883cd2d169b01fc99f80dd30694))
18+
19+
20+
### ✨ New Features
21+
22+
* flagd add scope to in-process evaluations ([#637](https://github.com/open-feature/java-sdk-contrib/issues/637)) ([b3873ae](https://github.com/open-feature/java-sdk-contrib/commit/b3873aea1588be8a54ba94ccd9a1232645cb541d))
23+
* synchronize initialization and shutdown ([#635](https://github.com/open-feature/java-sdk-contrib/issues/635)) ([2d98cb8](https://github.com/open-feature/java-sdk-contrib/commit/2d98cb8367eabde9f4c8fab1cc06db10a2bda903))
24+
25+
26+
### 🧹 Chore
27+
28+
* flagd add offline flag source path support through env variables ([#647](https://github.com/open-feature/java-sdk-contrib/issues/647)) ([cd0e110](https://github.com/open-feature/java-sdk-contrib/commit/cd0e1103114e4cd7c3b79d39a590ec7313f1a566))
29+
330
## [0.6.9](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.6.8...dev.openfeature.contrib.providers.flagd-v0.6.9) (2024-01-09)
431

532

providers/flagd/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.6.9</version>
11+
<version>0.6.10</version>
1212
</dependency>
1313
```
1414
<!-- x-release-please-end-version -->

providers/flagd/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>dev.openfeature.contrib.providers</groupId>
1212
<artifactId>flagd</artifactId>
13-
<version>0.6.9</version> <!--x-release-please-version -->
13+
<version>0.6.10</version> <!--x-release-please-version -->
1414

1515
<properties>
1616
<!-- exclusion expression for e2e tests -->

providers/flagd/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.9
1+
0.6.10

0 commit comments

Comments
 (0)