Skip to content

Commit 2bc73fc

Browse files
chore(main): release dev.openfeature.contrib.providers.flagd 0.11.10
Signed-off-by: OpenFeature Bot <[email protected]>
1 parent 5701dc5 commit 2bc73fc

File tree

5 files changed

+24
-4
lines changed

5 files changed

+24
-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.9",
2+
"providers/flagd": "0.11.10",
33
"hooks/open-telemetry": "3.2.1",
44
"providers/go-feature-flag": "0.4.3",
55
"providers/flagsmith": "0.0.10",

providers/flagd/CHANGELOG.md

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

3+
## [0.11.10](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.11.9...dev.openfeature.contrib.providers.flagd-v0.11.10) (2025-06-18)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **deps:** update dependency io.netty:netty-transport-native-epoll to v4.2.2.final ([#1321](https://github.com/open-feature/java-sdk-contrib/issues/1321)) ([82abc12](https://github.com/open-feature/java-sdk-contrib/commit/82abc12e137f1a4bc8ac2fc78fc58b5d5c1586ca))
9+
* **deps:** update dependency org.semver4j:semver4j to v5.7.1 ([#1404](https://github.com/open-feature/java-sdk-contrib/issues/1404)) ([dc02601](https://github.com/open-feature/java-sdk-contrib/commit/dc0260146c6b0ea0b0f3dbaa2dac5d30077153c1))
10+
* **deps:** update jackson monorepo to v2.19.1 ([#1416](https://github.com/open-feature/java-sdk-contrib/issues/1416)) ([43630e5](https://github.com/open-feature/java-sdk-contrib/commit/43630e5da8fd1f7f8b8ccfcb2aa77cab51949be7))
11+
* **deps:** update junit5 monorepo to v5.13.1 ([#1406](https://github.com/open-feature/java-sdk-contrib/issues/1406)) ([749d241](https://github.com/open-feature/java-sdk-contrib/commit/749d2418837a188e4ae58f852146fafa52693363))
12+
* **deps:** update opentelemetry-java monorepo to v1.51.0 ([#1405](https://github.com/open-feature/java-sdk-contrib/issues/1405)) ([0eea5da](https://github.com/open-feature/java-sdk-contrib/commit/0eea5daa0115aecd66d5c2b946f48504e282afc5))
13+
* Fix flaky SyncStreamQueueSourceTest test ([#1419](https://github.com/open-feature/java-sdk-contrib/issues/1419)) ([4d3d868](https://github.com/open-feature/java-sdk-contrib/commit/4d3d868cfeecfd35cfd7d53d703da645198f643b))
14+
* stateBlockingQueue size increase to fix missed/delayed messages ([#1422](https://github.com/open-feature/java-sdk-contrib/issues/1422)) ([a3578cc](https://github.com/open-feature/java-sdk-contrib/commit/a3578ccf6acab740e632757638325a7c5247f338))
15+
16+
17+
### 🧹 Chore
18+
19+
* added upper bound to parent pom range ([#1421](https://github.com/open-feature/java-sdk-contrib/issues/1421)) ([5701dc5](https://github.com/open-feature/java-sdk-contrib/commit/5701dc5b1b89ee0f245df9ea6284b5d327f40992))
20+
* **deps:** update providers/flagd/spec digest to 42340bb ([#1407](https://github.com/open-feature/java-sdk-contrib/issues/1407)) ([eb0484c](https://github.com/open-feature/java-sdk-contrib/commit/eb0484c92ef954741b0c81d5ab22255242833fc3))
21+
* **deps:** update providers/flagd/spec digest to bb2dc2c ([#1401](https://github.com/open-feature/java-sdk-contrib/issues/1401)) ([96848a0](https://github.com/open-feature/java-sdk-contrib/commit/96848a0f0363ef8cba618bc8916ad8128923f0d8))
22+
323
## [0.11.9](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.11.8...dev.openfeature.contrib.providers.flagd-v0.11.9) (2025-06-04)
424

525

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.9</version>
11+
<version>0.11.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
@@ -11,7 +11,7 @@
1111
</parent>
1212
<groupId>dev.openfeature.contrib.providers</groupId>
1313
<artifactId>flagd</artifactId>
14-
<version>0.11.9</version> <!--x-release-please-version -->
14+
<version>0.11.10</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.9
1+
0.11.10

0 commit comments

Comments
 (0)