Skip to content

Commit 0b1d603

Browse files
chore(main): release dev.openfeature.contrib.providers.flagd 0.11.8 (#1275)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fde9e39 commit 0b1d603

File tree

5 files changed

+25
-4
lines changed

5 files changed

+25
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"providers/flagd": "0.11.7",
2+
"providers/flagd": "0.11.8",
33
"hooks/open-telemetry": "3.2.1",
44
"providers/go-feature-flag": "0.4.3",
55
"providers/flagsmith": "0.0.9",

providers/flagd/CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [0.11.8](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.11.7...dev.openfeature.contrib.providers.flagd-v0.11.8) (2025-03-18)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **deps:** update dependency io.github.jamsesso:json-logic-java to v1.0.9 ([#1282](https://github.com/open-feature/java-sdk-contrib/issues/1282)) ([1ddc63c](https://github.com/open-feature/java-sdk-contrib/commit/1ddc63c3a5e894d42bd6097f9936fb0e9431d296))
9+
* **deps:** update junit5 monorepo to v5.12.1 ([#1279](https://github.com/open-feature/java-sdk-contrib/issues/1279)) ([63062c2](https://github.com/open-feature/java-sdk-contrib/commit/63062c2fcca49721792753143190ed0c26785f1d))
10+
11+
12+
### ✨ New Features
13+
14+
* **flagd:** pin protobuf min version and remove it from renovate ([#1286](https://github.com/open-feature/java-sdk-contrib/issues/1286)) ([2d87b9c](https://github.com/open-feature/java-sdk-contrib/commit/2d87b9ca1eaa499329a9b482c9780164f68b33a6))
15+
16+
17+
### 🧹 Chore
18+
19+
* **deps:** update dependency com.github.spotbugs:spotbugs-maven-plugin to v4.9.3.0 ([#1283](https://github.com/open-feature/java-sdk-contrib/issues/1283)) ([6af5e6d](https://github.com/open-feature/java-sdk-contrib/commit/6af5e6d5fa3076899c09be1cc585ffa3e063df74))
20+
* **deps:** update providers/flagd/schemas digest to e840a03 ([#1272](https://github.com/open-feature/java-sdk-contrib/issues/1272)) ([0a2133c](https://github.com/open-feature/java-sdk-contrib/commit/0a2133c4fb43a428c6995fc0c5fa1f3bdbdc4c9c))
21+
* **deps:** update providers/flagd/spec digest to aad6193 ([#1278](https://github.com/open-feature/java-sdk-contrib/issues/1278)) ([01b61fd](https://github.com/open-feature/java-sdk-contrib/commit/01b61fd4a76b861b1ab10dc342c30fe188b08dbc))
22+
* log tweaks, retry cancels, add options.toBuidler ([#1276](https://github.com/open-feature/java-sdk-contrib/issues/1276)) ([fde9e39](https://github.com/open-feature/java-sdk-contrib/commit/fde9e3959b3870b87ef917049837e2062527c998))
23+
324
## [0.11.7](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.11.6...dev.openfeature.contrib.providers.flagd-v0.11.7) (2025-03-12)
425

526

providers/flagd/README.md

+1-1
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.7</version>
11+
<version>0.11.8</version>
1212
</dependency>
1313
```
1414
<!-- x-release-please-end-version -->

providers/flagd/pom.xml

+1-1
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.7</version> <!--x-release-please-version -->
14+
<version>0.11.8</version> <!--x-release-please-version -->
1515

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

providers/flagd/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.11.7
1+
0.11.8

0 commit comments

Comments
 (0)