Skip to content

Commit

Permalink
chore(main): release dev.openfeature.contrib.providers.go-feature-fla…
Browse files Browse the repository at this point in the history
…g 0.4.0 (#972)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 21, 2024
1 parent 0bf3b83 commit 879422f
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 3 deletions.
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.10.2",
"hooks/open-telemetry": "3.2.0",
"providers/go-feature-flag": "0.3.0",
"providers/go-feature-flag": "0.4.0",
"providers/flagsmith": "0.0.9",
"providers/env-var": "0.0.7",
"providers/jsonlogic-eval-provider": "1.1.1",
Expand Down
25 changes: 25 additions & 0 deletions providers/go-feature-flag/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## [0.4.0](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.go-feature-flag-v0.3.0...dev.openfeature.contrib.providers.go-feature-flag-v0.4.0) (2024-11-21)


### ⚠ BREAKING CHANGES

* changing cache provider to caffeine over guava ([#1065](https://github.com/open-feature/java-sdk-contrib/issues/1065))

### 🐛 Bug Fixes

* **deps:** update dependency com.fasterxml.jackson.core:jackson-databind to v2.18.0 ([#979](https://github.com/open-feature/java-sdk-contrib/issues/979)) ([7e1a13e](https://github.com/open-feature/java-sdk-contrib/commit/7e1a13ec79b82f8fa49703af58087fea1874cea5))
* **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))
* **deps:** update dependency com.fasterxml.jackson.datatype:jackson-datatype-jsr310 to v2.18.0 ([#980](https://github.com/open-feature/java-sdk-contrib/issues/980)) ([4d7f548](https://github.com/open-feature/java-sdk-contrib/commit/4d7f5489f64098b72024cd7e7a69409f3258517d))
* **deps:** update dependency com.fasterxml.jackson.datatype:jackson-datatype-jsr310 to v2.18.1 ([#1048](https://github.com/open-feature/java-sdk-contrib/issues/1048)) ([ac1a952](https://github.com/open-feature/java-sdk-contrib/commit/ac1a95239229def83a253515b4c88ee8b9186cf1))
* **deps:** update dependency com.google.guava:guava to v33.3.1-jre ([#965](https://github.com/open-feature/java-sdk-contrib/issues/965)) ([4288ca3](https://github.com/open-feature/java-sdk-contrib/commit/4288ca3901e811edbe2527ebedfcc7b1db95db02))


### ✨ New Features

* changing cache provider to caffeine over guava ([#1065](https://github.com/open-feature/java-sdk-contrib/issues/1065)) ([7083586](https://github.com/open-feature/java-sdk-contrib/commit/70835860090175209b6cec1cab6443d0bc4784fa))


### 🧹 Chore

* **deps:** update dependency org.apache.logging.log4j:log4j-slf4j2-impl to v2.24.1 ([#986](https://github.com/open-feature/java-sdk-contrib/issues/986)) ([1e53431](https://github.com/open-feature/java-sdk-contrib/commit/1e53431353c1de0856db6bdb815d2218d9ac94a2))

## [0.3.0](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.go-feature-flag-v0.2.23...dev.openfeature.contrib.providers.go-feature-flag-v0.3.0) (2024-09-25)


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.3.0</version> <!--x-release-please-version -->
<version>0.4.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.3.0
0.4.0

0 comments on commit 879422f

Please sign in to comment.