Skip to content

chore(main): release dev.openfeature.contrib.providers.go-feature-flag 1.0.0 #1352

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
@@ -1,7 +1,7 @@
{
"providers/flagd": "0.11.10",
"hooks/open-telemetry": "3.2.1",
"providers/go-feature-flag": "0.4.3",
"providers/go-feature-flag": "1.0.0",
"providers/flagsmith": "0.0.10",
"providers/env-var": "0.0.10",
"providers/jsonlogic-eval-provider": "1.1.1",
Expand Down
33 changes: 33 additions & 0 deletions providers/go-feature-flag/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# Changelog

## [1.0.0](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.go-feature-flag-v0.4.3...dev.openfeature.contrib.providers.go-feature-flag-v1.0.0) (2025-06-19)


### ⚠ BREAKING CHANGES

* **go-feature-flag:** Introduce in-process evaluation + tracking ([#1384](https://github.com/open-feature/java-sdk-contrib/issues/1384))

### πŸ› Bug Fixes

* **deps:** update dependency com.dylibso.chicory:runtime to v1.4.1 ([#1408](https://github.com/open-feature/java-sdk-contrib/issues/1408)) ([352ddd8](https://github.com/open-feature/java-sdk-contrib/commit/352ddd861694459c155b21a60e2938d6a2bc97bc))
* **deps:** update dependency com.dylibso.chicory:wasi to v1.4.1 ([#1409](https://github.com/open-feature/java-sdk-contrib/issues/1409)) ([2bc16a8](https://github.com/open-feature/java-sdk-contrib/commit/2bc16a86b54dd8a43c1af1d4e8884d9716282f8f))
* **deps:** update dependency com.fasterxml.jackson.datatype:jackson-datatype-jsr310 to v2.19.0 ([#1366](https://github.com/open-feature/java-sdk-contrib/issues/1366)) ([8896f50](https://github.com/open-feature/java-sdk-contrib/commit/8896f505b7e682c5954de465383b5e871cb1a8d0))
* **deps:** update dependency com.fasterxml.jackson.datatype:jackson-datatype-jsr310 to v2.19.1 ([#1415](https://github.com/open-feature/java-sdk-contrib/issues/1415)) ([c038b8e](https://github.com/open-feature/java-sdk-contrib/commit/c038b8e8f897cb3524aa9053c9167368175c6680))
* **deps:** update jackson monorepo to v2.19.0 ([#1346](https://github.com/open-feature/java-sdk-contrib/issues/1346)) ([d4af23b](https://github.com/open-feature/java-sdk-contrib/commit/d4af23b9f2700233ea22f9132df00637820da10c))
* **deps:** update jackson monorepo to v2.19.1 ([#1416](https://github.com/open-feature/java-sdk-contrib/issues/1416)) ([43630e5](https://github.com/open-feature/java-sdk-contrib/commit/43630e5da8fd1f7f8b8ccfcb2aa77cab51949be7))
* **goff:** Bump version of chicory to fix flaky tests ([#1423](https://github.com/open-feature/java-sdk-contrib/issues/1423)) ([f6996dc](https://github.com/open-feature/java-sdk-contrib/commit/f6996dcf18acb367f935569f28fc59adcb650b6f))
* **goff:** remove flacky test ([#1427](https://github.com/open-feature/java-sdk-contrib/issues/1427)) ([e455cc3](https://github.com/open-feature/java-sdk-contrib/commit/e455cc3f022223a0a09d4b9afece65bf55bdfa5f))


### ✨ New Features

* **go-feature-flag:** Introduce in-process evaluation + tracking ([#1384](https://github.com/open-feature/java-sdk-contrib/issues/1384)) ([2ea5e68](https://github.com/open-feature/java-sdk-contrib/commit/2ea5e68e79c6c703c55cc815d223bbe66a60ea6d))
* migrate to Java 11 ([#1336](https://github.com/open-feature/java-sdk-contrib/issues/1336)) ([a4be1ff](https://github.com/open-feature/java-sdk-contrib/commit/a4be1ff66870a72189873171e83c5b65dbb9991c))


### 🧹 Chore

* added upper bound to parent pom range ([#1421](https://github.com/open-feature/java-sdk-contrib/issues/1421)) ([5701dc5](https://github.com/open-feature/java-sdk-contrib/commit/5701dc5b1b89ee0f245df9ea6284b5d327f40992))
* **deps:** update dependency com.squareup.okio:okio-jvm to v3.13.0 ([#1414](https://github.com/open-feature/java-sdk-contrib/issues/1414)) ([3bab9bc](https://github.com/open-feature/java-sdk-contrib/commit/3bab9bcf2e3401bf6e424060711b0e9ac12e3fc1))
* **deps:** update dependency org.apache.logging.log4j:log4j-slf4j2-impl to v2.25.0 ([#1418](https://github.com/open-feature/java-sdk-contrib/issues/1418)) ([77fcbcb](https://github.com/open-feature/java-sdk-contrib/commit/77fcbcbbf2551653ac5c196a960ceb91f3b533ec))
* loosen parent version req ([#1341](https://github.com/open-feature/java-sdk-contrib/issues/1341)) ([4c7b584](https://github.com/open-feature/java-sdk-contrib/commit/4c7b58413b47db5c8c52b906ec2cbbc846779199))
* update component owners and flagd readme ([#1372](https://github.com/open-feature/java-sdk-contrib/issues/1372)) ([2dea3b2](https://github.com/open-feature/java-sdk-contrib/commit/2dea3b296d7eb63c14f612949e6c533629b8eb42))

## [0.4.3](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.go-feature-flag-v0.4.2...dev.openfeature.contrib.providers.go-feature-flag-v0.4.3) (2025-03-17)


Expand Down
2 changes: 1 addition & 1 deletion providers/go-feature-flag/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ For documentation related to flags management in GO Feature Flag, refer to the [
<dependency>
<groupId>dev.openfeature.contrib.providers</groupId>
<artifactId>go-feature-flag</artifactId>
<version>0.4.3</version>
<version>1.0.0</version>
</dependency>
```
<!-- x-release-please-end-version -->
Expand Down
2 changes: 1 addition & 1 deletion providers/go-feature-flag/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>dev.openfeature.contrib.providers</groupId>
<artifactId>go-feature-flag</artifactId>
<version>0.4.3</version> <!--x-release-please-version -->
<version>1.0.0</version> <!--x-release-please-version -->

<name>go-feature-flag</name>
<description>GO Feature Flag provider for Java</description>
Expand Down
2 changes: 1 addition & 1 deletion providers/go-feature-flag/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.3
1.0.0