Skip to content

Commit 40466be

Browse files
chore(main): release dev.openfeature.contrib.providers.flagd 0.11.4
1 parent 66c6a7f commit 40466be

File tree

5 files changed

+25
-4
lines changed

5 files changed

+25
-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.11.3",
2+
"providers/flagd": "0.11.4",
33
"hooks/open-telemetry": "3.2.1",
44
"providers/go-feature-flag": "0.4.2",
55
"providers/flagsmith": "0.0.9",

providers/flagd/CHANGELOG.md

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

3+
## [0.11.4](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.11.3...dev.openfeature.contrib.providers.flagd-v0.11.4) (2025-02-25)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **deps:** update dependency com.google.protobuf:protobuf-java to v4 ([#1176](https://github.com/open-feature/java-sdk-contrib/issues/1176)) ([945f914](https://github.com/open-feature/java-sdk-contrib/commit/945f914531436195c8a5882507436e7a848e587c))
9+
* **deps:** update dependency com.networknt:json-schema-validator to v1.5.6 ([#1238](https://github.com/open-feature/java-sdk-contrib/issues/1238)) ([3a37dfc](https://github.com/open-feature/java-sdk-contrib/commit/3a37dfc26b8a232d6f34e886f5ffe3599340e806))
10+
* **deps:** update slf4j monorepo to v2.0.17 ([#1243](https://github.com/open-feature/java-sdk-contrib/issues/1243)) ([66c6a7f](https://github.com/open-feature/java-sdk-contrib/commit/66c6a7fc1bdc3e907793d2fc1eb0d412693a4aee))
11+
* RPC mode does not honor timeout ([#1230](https://github.com/open-feature/java-sdk-contrib/issues/1230)) ([5b509d0](https://github.com/open-feature/java-sdk-contrib/commit/5b509d01f08daed55b776960f1089023e25b30d3))
12+
13+
14+
### 🧹 Chore
15+
16+
* **deps:** update dependency io.rest-assured:rest-assured to v5.5.1 ([#1224](https://github.com/open-feature/java-sdk-contrib/issues/1224)) ([1b8fa75](https://github.com/open-feature/java-sdk-contrib/commit/1b8fa75178baf7f0b87703efeadcaac208f26f01))
17+
* **deps:** update providers/flagd/schemas digest to bb76343 ([#1204](https://github.com/open-feature/java-sdk-contrib/issues/1204)) ([69ccfef](https://github.com/open-feature/java-sdk-contrib/commit/69ccfef67f502a2d16ef0a383809f3589a2e4151))
18+
* **deps:** update providers/flagd/spec digest to 0cd553d ([#1240](https://github.com/open-feature/java-sdk-contrib/issues/1240)) ([7419c69](https://github.com/open-feature/java-sdk-contrib/commit/7419c692e066c436f588d787beee7a2a0d0348a7))
19+
* **deps:** update providers/flagd/spec digest to a69f748 ([#1229](https://github.com/open-feature/java-sdk-contrib/issues/1229)) ([1a884d5](https://github.com/open-feature/java-sdk-contrib/commit/1a884d50686156a3e93592683bf2bdbcb5db0ade))
20+
* **deps:** update providers/flagd/spec digest to a69f748 ([#1235](https://github.com/open-feature/java-sdk-contrib/issues/1235)) ([1e72537](https://github.com/open-feature/java-sdk-contrib/commit/1e72537e046f2dbeff50d9967053c9fbe6d3b439))
21+
* **deps:** update providers/flagd/test-harness digest to f5afee5 ([#1232](https://github.com/open-feature/java-sdk-contrib/issues/1232)) ([dad7648](https://github.com/open-feature/java-sdk-contrib/commit/dad7648a33c79362936ace209c9b061ba370998d))
22+
* **deps:** update testcontainers-java monorepo to v1.20.5 ([#1237](https://github.com/open-feature/java-sdk-contrib/issues/1237)) ([99366df](https://github.com/open-feature/java-sdk-contrib/commit/99366df2c06117fc43a754758bcba71d1cebafb9))
23+
324
## [0.11.3](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.11.2...dev.openfeature.contrib.providers.flagd-v0.11.3) (2025-02-18)
425

526

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.11.3</version>
11+
<version>0.11.4</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
@@ -11,7 +11,7 @@
1111
</parent>
1212
<groupId>dev.openfeature.contrib.providers</groupId>
1313
<artifactId>flagd</artifactId>
14-
<version>0.11.3</version> <!--x-release-please-version -->
14+
<version>0.11.4</version> <!--x-release-please-version -->
1515

1616
<properties>
1717
<!-- 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.11.3
1+
0.11.4

0 commit comments

Comments
 (0)