Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"hooks/open-telemetry": "3.3.1",
"providers/flagd": "0.11.18",
"providers/flagd": "0.11.19",
"providers/go-feature-flag": "1.1.0",
"providers/flagsmith": "0.0.12",
"providers/env-var": "0.0.12",
Expand Down
10 changes: 10 additions & 0 deletions providers/flagd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.11.19](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.11.18...dev.openfeature.contrib.providers.flagd-v0.11.19) (2025-12-18)


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

To improve readability and adhere to common Markdown styling conventions, this extra blank line should be removed. Multiple consecutive blank lines are generally discouraged.

### ✨ New Features

* Add FLAGD_SYNC_PORT support for in-process providers with backwards compatibility ([#1651](https://github.com/open-feature/java-sdk-contrib/issues/1651)) ([4f91f74](https://github.com/open-feature/java-sdk-contrib/commit/4f91f74f8f7125299ac2c5dd835a048507e359ef))
* add option to rebuild gRPC connection on error ([#1668](https://github.com/open-feature/java-sdk-contrib/issues/1668)) ([9444297](https://github.com/open-feature/java-sdk-contrib/commit/9444297f511ce584799e804f960b7d486c80570d))
* flagd provider creates named daemon threads for error executor ([#1625](https://github.com/open-feature/java-sdk-contrib/issues/1625)) ([ba277bf](https://github.com/open-feature/java-sdk-contrib/commit/ba277bf21dc3f4476bae2846a821b4655ede899f))
* Improve flaky tests and add error messages ([#1653](https://github.com/open-feature/java-sdk-contrib/issues/1653)) ([48df358](https://github.com/open-feature/java-sdk-contrib/commit/48df358267d617c48ed5cefdaf6a0f680f3cfa1c))

## [0.11.18](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.11.17...dev.openfeature.contrib.providers.flagd-v0.11.18) (2025-11-17)


Expand Down
2 changes: 1 addition & 1 deletion providers/flagd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This provider is designed to use flagd's [evaluation protocol](https://github.co
<dependency>
<groupId>dev.openfeature.contrib.providers</groupId>
<artifactId>flagd</artifactId>
<version>0.11.18</version>
<version>0.11.19</version>
</dependency>
```
<!-- x-release-please-end-version -->
Expand Down
2 changes: 1 addition & 1 deletion providers/flagd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>
<groupId>dev.openfeature.contrib.providers</groupId>
<artifactId>flagd</artifactId>
<version>0.11.18</version> <!--x-release-please-version -->
<version>0.11.19</version> <!--x-release-please-version -->

<properties>
<!-- exclusion expression for e2e tests -->
Expand Down
2 changes: 1 addition & 1 deletion providers/flagd/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.18
0.11.19