Skip to content

Commit 12933ef

Browse files
chore(main): release dev.openfeature.contrib.tools.flagdapitestkit 0.3.0
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
1 parent 322836e commit 12933ef

4 files changed

Lines changed: 19 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"tools/junit-openfeature": "0.2.1",
1616
"tools/flagd-http-connector": "0.0.4",
1717
"tools/flagd-api": "1.0.0",
18-
"tools/flagd-api-testkit": "0.2.1",
18+
"tools/flagd-api-testkit": "0.3.0",
1919
"tools/flagd-core": "2.0.0",
2020
".": "1.0.0"
2121
}

tools/flagd-api-testkit/CHANGELOG.md

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

3+
## [0.3.0](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.tools.flagdapitestkit-v0.2.1...dev.openfeature.contrib.tools.flagdapitestkit-v0.3.0) (2026-06-05)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* DISABLED is a successful evaluation (still defaults) ([#1800](https://github.com/open-feature/java-sdk-contrib/issues/1800))
9+
10+
### 🐛 Bug Fixes
11+
12+
* 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))
13+
14+
15+
### ✨ New Features
16+
17+
* DISABLED is a successful evaluation (still defaults) ([#1800](https://github.com/open-feature/java-sdk-contrib/issues/1800)) ([d732c35](https://github.com/open-feature/java-sdk-contrib/commit/d732c355597f85cbd914107f4ff63e9ef73d677d))
18+
319
## [0.2.1](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.tools.flagdapitestkit-v0.2.0...dev.openfeature.contrib.tools.flagdapitestkit-v0.2.1) (2026-04-01)
420

521

tools/flagd-api-testkit/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.tools</groupId>
1212
<artifactId>flagd-api-testkit</artifactId>
13-
<version>0.2.1</version> <!--x-release-please-version -->
13+
<version>0.3.0</version> <!--x-release-please-version -->
1414

1515
<properties>
1616
<module-name>${groupId}.flagdapitestkit</module-name>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.1
1+
0.3.0

0 commit comments

Comments
 (0)