Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"tools/flagd-api": "1.0.0",
"tools/flagd-api-testkit": "0.2.1",
"tools/flagd-core": "2.0.0",
".": "1.0.0",
".": "2.0.0",
"providers/optimizely": "1.0.0"
}
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Changelog

## [2.0.0](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.parent-v1.0.0...dev.openfeature.contrib.parent-v2.0.0) (2026-06-24)


### ⚠ BREAKING CHANGES

* graceful fallback to code default when no default variant resolved ([#1707](https://github.com/open-feature/java-sdk-contrib/issues/1707))

### πŸ› Bug Fixes

* **flagd-api-testkit:** fix release-please version ([#1751](https://github.com/open-feature/java-sdk-contrib/issues/1751)) ([8f6b6c2](https://github.com/open-feature/java-sdk-contrib/commit/8f6b6c25f7f0a1f3b85023abc85db58577fd8a9b))
* **flagd:** fix wrong environment variable and test execution ([#1589](https://github.com/open-feature/java-sdk-contrib/issues/1589)) ([e1d8e54](https://github.com/open-feature/java-sdk-contrib/commit/e1d8e54cb15f7e9f27626c60cebded3690a84698))
* **go-feature-flag:** Fix javadoc generation blocking release please ([#1592](https://github.com/open-feature/java-sdk-contrib/issues/1592)) ([7a3a8f4](https://github.com/open-feature/java-sdk-contrib/commit/7a3a8f4f11b1750c02e72d5f1b2fd616823f3d94))
* keep distributionManagement in flattened pom ([#1807](https://github.com/open-feature/java-sdk-contrib/issues/1807)) ([b20829c](https://github.com/open-feature/java-sdk-contrib/commit/b20829cb210a28e215d12fd73a5d468fa69f3009))
* **security:** update dependency org.assertj:assertj-core to v3.27.7 [security] ([#1690](https://github.com/open-feature/java-sdk-contrib/issues/1690)) ([257083e](https://github.com/open-feature/java-sdk-contrib/commit/257083e83a94f82a77173e801c53f1523216f102))
* testkit dep hierarchy ([df3aa5b](https://github.com/open-feature/java-sdk-contrib/commit/df3aa5b61dbac91e9d8932a6ff25071500c5dd57))
* 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))


### ✨ New Features

* 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))
* 1.0 flagd core transitive deps ([#1758](https://github.com/open-feature/java-sdk-contrib/issues/1758)) ([f81f2a9](https://github.com/open-feature/java-sdk-contrib/commit/f81f2a9ec8cd5e52fe7a2efd8b86466f2fc2c99b))
Comment on lines +23 to +24

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸ“ Maintainability & Code Quality | 🟑 Minor | ⚑ Quick win

Clarify duplicate feature bullets in the 2.0.0 notes.

Lines 23–24 repeat the same feature text, which is confusing in user-facing release notes; please disambiguate or merge them.

πŸ€– Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@CHANGELOG.md` around lines 23 - 24, The 2.0.0 release notes contain two
identical feature bullets, so update the changelog entries to remove the
ambiguity by either merging them into a single bullet or rewriting one of the
items to clearly distinguish its issue/commit context; make the change in the
duplicate β€œ1.0 flagd core transitive deps” entries so the release notes read
cleanly and uniquely.

* add flagd-api-testkit module ([#1742](https://github.com/open-feature/java-sdk-contrib/issues/1742)) ([20e7181](https://github.com/open-feature/java-sdk-contrib/commit/20e71814c5d007a25ffe0fc2cf3f8ebe442e1eb1))
* add GCP Secret Manager OpenFeature provider ([#1772](https://github.com/open-feature/java-sdk-contrib/issues/1772)) ([17de2b7](https://github.com/open-feature/java-sdk-contrib/commit/17de2b76ecb864e93dc42b53e1d72dd08f4a5bc3))
* Add Optimizely provider ([#1510](https://github.com/open-feature/java-sdk-contrib/issues/1510)) ([482daea](https://github.com/open-feature/java-sdk-contrib/commit/482daea27e123c768ee7ef093b11836a608291cf))
* compile go-feature-flag to Java bytecode ([#1628](https://github.com/open-feature/java-sdk-contrib/issues/1628)) ([129c9bd](https://github.com/open-feature/java-sdk-contrib/commit/129c9bdd130b3a193cf641c7ab02b43b2567b9df))
* extract core flagd evaluation and API modules ([#1696](https://github.com/open-feature/java-sdk-contrib/issues/1696)) ([fe98d88](https://github.com/open-feature/java-sdk-contrib/commit/fe98d88361a5c42ea6753e0828b66e0c6356c81a))
* **gcp:** add parameter manager support ([#1808](https://github.com/open-feature/java-sdk-contrib/issues/1808)) ([f3df150](https://github.com/open-feature/java-sdk-contrib/commit/f3df150387036572740d2fd3fa22d3069a1b730e))
* graceful fallback to code default when no default variant resolved ([#1707](https://github.com/open-feature/java-sdk-contrib/issues/1707)) ([71fd7d0](https://github.com/open-feature/java-sdk-contrib/commit/71fd7d052c87da24a657cc39bd91ae9be64245b9))
* ofrep provider ([#1429](https://github.com/open-feature/java-sdk-contrib/issues/1429)) ([a33ef58](https://github.com/open-feature/java-sdk-contrib/commit/a33ef5838ac0876bdbd158e08be775a8bacdda6f))

## [1.0.0](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.parent-v0.2.2...dev.openfeature.contrib.parent-v1.0.0) (2025-07-09)


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>dev.openfeature.contrib</groupId>
<artifactId>parent</artifactId>
<version>1.0.0</version> <!--x-release-please-version -->
<version>2.0.0</version> <!--x-release-please-version -->
<packaging>pom</packaging>

<name>java-sdk-contrib</name>
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
2.0.0
Loading