Skip to content

Commit e274c52

Browse files
chore(main): release dev.openfeature.contrib.providers.flagd 0.13.1 (#1757)
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
1 parent 5f57482 commit e274c52

5 files changed

Lines changed: 17 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"hooks/open-telemetry": "3.3.1",
3-
"providers/flagd": "0.13.0",
3+
"providers/flagd": "0.13.1",
44
"providers/go-feature-flag": "1.1.2",
55
"providers/flagsmith": "0.0.13",
66
"providers/env-var": "0.0.12",

providers/flagd/CHANGELOG.md

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

3+
## [0.13.1](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.13.0...dev.openfeature.contrib.providers.flagd-v0.13.1) (2026-04-30)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* ignore redundant interrupted exceptions ([#1777](https://github.com/open-feature/java-sdk-contrib/issues/1777)) ([c51861e](https://github.com/open-feature/java-sdk-contrib/commit/c51861eb88ddc2d26feddcd1af77584380ce9a40))
9+
* various custom operator conformance fixes ([#1778](https://github.com/open-feature/java-sdk-contrib/issues/1778)) ([cced215](https://github.com/open-feature/java-sdk-contrib/commit/cced215af4ecbff010ae7bb4af82072224bc6eb0))
10+
11+
12+
### ✨ New Features
13+
14+
* 1.0 flagd core transitive deps ([#1755](https://github.com/open-feature/java-sdk-contrib/issues/1755)) ([fec3753](https://github.com/open-feature/java-sdk-contrib/commit/fec3753c34785c4dc911441def6686ff666bcc08))
15+
316
## [0.13.0](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.12.0...dev.openfeature.contrib.providers.flagd-v0.13.0) (2026-04-01)
417

518

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.13.0</version>
11+
<version>0.13.1</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.13.0</version> <!--x-release-please-version -->
14+
<version>0.13.1</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.13.0
1+
0.13.1

0 commit comments

Comments
 (0)