Skip to content

Commit 02b0864

Browse files
chore(main): release dev.openfeature.contrib.providers.go-feature-flag 1.1.2
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
1 parent d5fa576 commit 02b0864

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
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
"hooks/open-telemetry": "3.3.1",
33
"providers/flagd": "0.12.0",
4-
"providers/go-feature-flag": "1.1.1",
4+
"providers/go-feature-flag": "1.1.2",
55
"providers/flagsmith": "0.0.13",
66
"providers/env-var": "0.0.12",
77
"providers/jsonlogic-eval-provider": "1.2.1",

providers/go-feature-flag/CHANGELOG.md

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

3+
## [1.1.2](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.go-feature-flag-v1.1.1...dev.openfeature.contrib.providers.go-feature-flag-v1.1.2) (2026-03-13)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **gofeatureflag:** Added Locale.ENGLISH to SimpleDateFormat for parsing the Last-Modified HTTP header ([#1626](https://github.com/open-feature/java-sdk-contrib/issues/1626)) ([ca71995](https://github.com/open-feature/java-sdk-contrib/commit/ca719956f0c6980162bd5ebb0cc78255cd6768f8))
9+
* **security:** update dependency com.fasterxml.jackson.core:jackson-core to v2.21.1 [security] ([#1705](https://github.com/open-feature/java-sdk-contrib/issues/1705)) ([7760d09](https://github.com/open-feature/java-sdk-contrib/commit/7760d098b6c965c5a299e274ddf790e10b967738))
10+
311
## [1.1.1](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.go-feature-flag-v1.1.0...dev.openfeature.contrib.providers.go-feature-flag-v1.1.1) (2026-01-15)
412

513

providers/go-feature-flag/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ For documentation related to flags management in GO Feature Flag, refer to the [
2828
<dependency>
2929
<groupId>dev.openfeature.contrib.providers</groupId>
3030
<artifactId>go-feature-flag</artifactId>
31-
<version>1.1.1</version>
31+
<version>1.1.2</version>
3232
</dependency>
3333
```
3434
<!-- x-release-please-end-version -->

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>1.1.1</version> <!--x-release-please-version -->
13+
<version>1.1.2</version> <!--x-release-please-version -->
1414

1515
<name>go-feature-flag</name>
1616
<description>GO Feature Flag provider for Java</description>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.1
1+
1.1.2

0 commit comments

Comments
 (0)