Skip to content

Commit 4b8aa85

Browse files
chore(main): release dev.openfeature.contrib.providers.flagd 0.10.0 (#1035)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 521f776 commit 4b8aa85

File tree

5 files changed

+23
-4
lines changed

5 files changed

+23
-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.9.3",
2+
"providers/flagd": "0.10.0",
33
"hooks/open-telemetry": "3.2.0",
44
"providers/go-feature-flag": "0.3.0",
55
"providers/flagsmith": "0.0.9",

providers/flagd/CHANGELOG.md

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

3+
## [0.10.0](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.9.3...dev.openfeature.contrib.providers.flagd-v0.10.0) (2024-10-29)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* change FLAGD_GRPC_TARGET env to FLAGD_TARGET_URI ([#1050](https://github.com/open-feature/java-sdk-contrib/issues/1050))
9+
10+
### 🐛 Bug Fixes
11+
12+
* change FLAGD_GRPC_TARGET env to FLAGD_TARGET_URI ([#1050](https://github.com/open-feature/java-sdk-contrib/issues/1050)) ([521f776](https://github.com/open-feature/java-sdk-contrib/commit/521f776ad1abbc6de1ee94f056e84659e8665243))
13+
* **deps:** update dependency com.fasterxml.jackson.core:jackson-databind to v2.18.1 ([#1047](https://github.com/open-feature/java-sdk-contrib/issues/1047)) ([a2ee3e6](https://github.com/open-feature/java-sdk-contrib/commit/a2ee3e6ed0c15c3ebaf55adc10198760f51a4a30))
14+
* **deps:** update grpc-java monorepo to v1.68.1 ([#1049](https://github.com/open-feature/java-sdk-contrib/issues/1049)) ([da41a95](https://github.com/open-feature/java-sdk-contrib/commit/da41a950c291ace0b9fbc82a3ae1867ce2fe4e82))
15+
16+
17+
### 🧹 Chore
18+
19+
* **deps:** update dependency org.codehaus.mojo:exec-maven-plugin to v3.5.0 ([#1034](https://github.com/open-feature/java-sdk-contrib/issues/1034)) ([e377b74](https://github.com/open-feature/java-sdk-contrib/commit/e377b749f41e30975d0dcf3030a72fe0c8598382))
20+
* **deps:** update testcontainers-java monorepo to v1.20.3 ([#1037](https://github.com/open-feature/java-sdk-contrib/issues/1037)) ([373381d](https://github.com/open-feature/java-sdk-contrib/commit/373381d74d38d15d49c56d9395945a30750cd746))
21+
322
## [0.9.3](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.9.2...dev.openfeature.contrib.providers.flagd-v0.9.3) (2024-10-21)
423

524

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.9.3</version>
11+
<version>0.10.0</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
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>dev.openfeature.contrib.providers</groupId>
1212
<artifactId>flagd</artifactId>
13-
<version>0.9.3</version> <!--x-release-please-version -->
13+
<version>0.10.0</version> <!--x-release-please-version -->
1414

1515
<properties>
1616
<!-- 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.9.3
1+
0.10.0

0 commit comments

Comments
 (0)