Skip to content

Commit cf77d56

Browse files
chore(main): release dev.openfeature.contrib.providers.go-feature-flag 0.2.21 (open-feature#805)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 536de91 commit cf77d56

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"providers/flagd": "0.8.2",
33
"hooks/open-telemetry": "3.1.2",
4-
"providers/go-feature-flag": "0.2.20",
4+
"providers/go-feature-flag": "0.2.21",
55
"providers/flagsmith": "0.0.8",
66
"providers/env-var": "0.0.6",
77
"providers/jsonlogic-eval-provider": "1.1.0",

providers/go-feature-flag/CHANGELOG.md

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

3+
## [0.2.21](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.go-feature-flag-v0.2.20...dev.openfeature.contrib.providers.go-feature-flag-v0.2.21) (2024-06-19)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **deps:** update dependency com.google.guava:guava to v33.2.1-jre ([#803](https://github.com/open-feature/java-sdk-contrib/issues/803)) ([4181807](https://github.com/open-feature/java-sdk-contrib/commit/418180789db84fb7cff160ef3af2cac773274aaa))
9+
10+
11+
### ✨ New Features
12+
13+
* **gofeatureflag:** Add support of flag change cache removal ([#821](https://github.com/open-feature/java-sdk-contrib/issues/821)) ([536de91](https://github.com/open-feature/java-sdk-contrib/commit/536de91d64ff37330245070b55db42d0d308f02c))
14+
15+
16+
### 📚 Documentation
17+
18+
* **GOFF:** Fix issues in readme ([#814](https://github.com/open-feature/java-sdk-contrib/issues/814)) ([5d60be7](https://github.com/open-feature/java-sdk-contrib/commit/5d60be72a4e583829438db7776826d21bf87bb82))
19+
320
## [0.2.20](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.go-feature-flag-v0.2.19...dev.openfeature.contrib.providers.go-feature-flag-v0.2.20) (2024-05-06)
421

522

providers/go-feature-flag/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>go-feature-flag</artifactId>
13-
<version>0.2.20</version> <!--x-release-please-version -->
13+
<version>0.2.21</version> <!--x-release-please-version -->
1414

1515
<name>go-feature-flag</name>
1616
<description>GO Feature Flag provider for Java</description>

providers/go-feature-flag/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.20
1+
0.2.21

0 commit comments

Comments
 (0)