Skip to content

Commit b4e02c0

Browse files
chore(main): release dev.openfeature.contrib.providers.flagd 0.8.4
1 parent 4cf8d47 commit b4e02c0

File tree

5 files changed

+31
-4
lines changed

5 files changed

+31
-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.8.3",
2+
"providers/flagd": "0.8.4",
33
"hooks/open-telemetry": "3.1.2",
44
"providers/go-feature-flag": "0.2.23",
55
"providers/flagsmith": "0.0.8",

providers/flagd/CHANGELOG.md

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

3+
## [0.8.4](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.8.3...dev.openfeature.contrib.providers.flagd-v0.8.4) (2024-07-03)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **deps:** update dependency com.networknt:json-schema-validator to v1.4.2 ([#842](https://github.com/open-feature/java-sdk-contrib/issues/842)) ([d39dd8b](https://github.com/open-feature/java-sdk-contrib/commit/d39dd8b084cd2f360eafa726e5828a755d12874c))
9+
* **deps:** update dependency com.networknt:json-schema-validator to v1.4.3 ([#845](https://github.com/open-feature/java-sdk-contrib/issues/845)) ([301f852](https://github.com/open-feature/java-sdk-contrib/commit/301f85230aa50eef1b35f039fac862d86eb72453))
10+
* **deps:** update grpc-java monorepo to v1.65.0 ([#849](https://github.com/open-feature/java-sdk-contrib/issues/849)) ([50ff3b8](https://github.com/open-feature/java-sdk-contrib/commit/50ff3b8f8a0557f37d8c2d619ea31cf642e9dd7e))
11+
12+
13+
### ✨ New Features
14+
15+
* Change fractional custom op from percentage-based to relative weighting. [#828](https://github.com/open-feature/java-sdk-contrib/issues/828) ([#833](https://github.com/open-feature/java-sdk-contrib/issues/833)) ([2e5c146](https://github.com/open-feature/java-sdk-contrib/commit/2e5c1468b6fb76391d59cb64bd3b8ced48a60977))
16+
* **flagd:** testcontainers instead of docker compose ([#860](https://github.com/open-feature/java-sdk-contrib/issues/860)) ([5086f18](https://github.com/open-feature/java-sdk-contrib/commit/5086f18ca943f790fcd84cf65059c2ae56ebbd12))
17+
* Reset the state on shutting down the flagd resolver ([#410](https://github.com/open-feature/java-sdk-contrib/issues/410)) ([#832](https://github.com/open-feature/java-sdk-contrib/issues/832)) ([05ea93d](https://github.com/open-feature/java-sdk-contrib/commit/05ea93d713d2b8c85d2f1e08f598fe18554789a5))
18+
* use namespaced schemas for flagd json schemas ([#843](https://github.com/open-feature/java-sdk-contrib/issues/843)) ([#850](https://github.com/open-feature/java-sdk-contrib/issues/850)) ([efc3a9e](https://github.com/open-feature/java-sdk-contrib/commit/efc3a9eb88a5e02d181bf3dd38331648122af56b))
19+
20+
21+
### 🧹 Chore
22+
23+
* **deps:** update dependency org.junit.jupiter:junit-jupiter to v5.10.3 ([#861](https://github.com/open-feature/java-sdk-contrib/issues/861)) ([4cf8d47](https://github.com/open-feature/java-sdk-contrib/commit/4cf8d47b60b7d233d42dd550d52290fc909b9830))
24+
* **deps:** update ghcr.io/open-feature/flagd-testbed docker tag to v0.5.5 ([#851](https://github.com/open-feature/java-sdk-contrib/issues/851)) ([07841e8](https://github.com/open-feature/java-sdk-contrib/commit/07841e8fb42dff15d9fe7dc53e08b51cbc11aff3))
25+
* **deps:** update ghcr.io/open-feature/flagd-testbed-unstable docker tag to v0.5.5 ([#852](https://github.com/open-feature/java-sdk-contrib/issues/852)) ([021ddb6](https://github.com/open-feature/java-sdk-contrib/commit/021ddb67ec8122a3609f10c6664e3920f00277cb))
26+
* **deps:** update ghcr.io/open-feature/sync-testbed docker tag to v0.5.5 ([#853](https://github.com/open-feature/java-sdk-contrib/issues/853)) ([4f12954](https://github.com/open-feature/java-sdk-contrib/commit/4f129545654368e64e884bd0e4ef48bba6d01e2f))
27+
* **deps:** update ghcr.io/open-feature/sync-testbed-unstable docker tag to v0.5.5 ([#854](https://github.com/open-feature/java-sdk-contrib/issues/854)) ([ba4f7f7](https://github.com/open-feature/java-sdk-contrib/commit/ba4f7f7c5de0285c6255e3c265ed325365e98575))
28+
* fix pmd violations ([#856](https://github.com/open-feature/java-sdk-contrib/issues/856)) ([f10d872](https://github.com/open-feature/java-sdk-contrib/commit/f10d87205dd6a21222de362694d208fd293d9200))
29+
330
## [0.8.3](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.8.2...dev.openfeature.contrib.providers.flagd-v0.8.3) (2024-06-19)
431

532

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.8.3</version>
11+
<version>0.8.4</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.8.3</version> <!--x-release-please-version -->
13+
<version>0.8.4</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.8.3
1+
0.8.4

0 commit comments

Comments
 (0)