Skip to content

Commit e21e482

Browse files
chore(main): release dev.openfeature.contrib.providers.flagsmith 0.0.11
1 parent 3084907 commit e21e482

File tree

5 files changed

+31
-4
lines changed

5 files changed

+31
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"providers/flagd": "0.11.8",
33
"hooks/open-telemetry": "3.2.1",
44
"providers/go-feature-flag": "0.4.3",
5-
"providers/flagsmith": "0.0.10",
5+
"providers/flagsmith": "0.0.11",
66
"providers/env-var": "0.0.7",
77
"providers/jsonlogic-eval-provider": "1.1.1",
88
"providers/unleash": "0.1.0-alpha",

providers/flagsmith/CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
## [0.0.11](https://github.com/jarebudev/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagsmith-v0.0.10...dev.openfeature.contrib.providers.flagsmith-v0.0.11) (2025-04-22)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **deps:** update dependency com.flagsmith:flagsmith-java-client to v7.3.0 ([#734](https://github.com/jarebudev/java-sdk-contrib/issues/734)) ([d0f5e60](https://github.com/jarebudev/java-sdk-contrib/commit/d0f5e60e9a3a52b55c7124f936e6abba2e33f50a))
9+
* **deps:** update dependency com.flagsmith:flagsmith-java-client to v7.4.1 ([#922](https://github.com/jarebudev/java-sdk-contrib/issues/922)) ([a878923](https://github.com/jarebudev/java-sdk-contrib/commit/a878923a4fd36f73bb0c1cb33afe87906ab08c5c))
10+
* **deps:** update dependency com.flagsmith:flagsmith-java-client to v7.4.2 ([#951](https://github.com/jarebudev/java-sdk-contrib/issues/951)) ([a1991bd](https://github.com/jarebudev/java-sdk-contrib/commit/a1991bd203044cbb28af5fedd353b5354831bd47))
11+
* **deps:** update dependency com.flagsmith:flagsmith-java-client to v7.4.3 ([#1098](https://github.com/jarebudev/java-sdk-contrib/issues/1098)) ([a4b7809](https://github.com/jarebudev/java-sdk-contrib/commit/a4b7809b03ae5384cc150c74fc7f7fb8068537d8))
12+
* graceful flagsmith provider shutdown ([#1305](https://github.com/jarebudev/java-sdk-contrib/issues/1305)) ([36d1001](https://github.com/jarebudev/java-sdk-contrib/commit/36d1001b0d3c20a65cfd582936b82635cda83b8a))
13+
14+
15+
### ✨ New Features
16+
17+
* Add support for http protocols option with flagsmith client ([#950](https://github.com/jarebudev/java-sdk-contrib/issues/950)) ([a7e1f7b](https://github.com/jarebudev/java-sdk-contrib/commit/a7e1f7bbafc3fc24d36691dc7bf94c7c97251b75))
18+
19+
20+
### 🧹 Chore
21+
22+
* **main:** release dev.openfeature.contrib.providers.flagsmith 0.0.10 ([#1099](https://github.com/jarebudev/java-sdk-contrib/issues/1099)) ([0ba5758](https://github.com/jarebudev/java-sdk-contrib/commit/0ba5758b8d07fb6279e1d687f8be0645f08abeca))
23+
* **main:** release dev.openfeature.contrib.providers.flagsmith 0.0.9 ([#504](https://github.com/jarebudev/java-sdk-contrib/issues/504)) ([d7820c0](https://github.com/jarebudev/java-sdk-contrib/commit/d7820c09d050fed0a00637b89ec37338e8db2f4e))
24+
25+
26+
### 📚 Documentation
27+
28+
* **flagsmith:** Improve README ([#872](https://github.com/jarebudev/java-sdk-contrib/issues/872)) ([1ce5ea5](https://github.com/jarebudev/java-sdk-contrib/commit/1ce5ea5112078cc1686565034b7de4da77cb9f19))
29+
330
## [0.0.10](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagsmith-v0.0.9...dev.openfeature.contrib.providers.flagsmith-v0.0.10) (2025-04-14)
431

532

providers/flagsmith/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Flagsmith provides an all-in-one platform for developing, implementing, and mana
1212
<dependency>
1313
<groupId>dev.openfeature.contrib.providers</groupId>
1414
<artifactId>flagsmith</artifactId>
15-
<version>0.0.10</version>
15+
<version>0.0.11</version>
1616
</dependency>
1717
```
1818

providers/flagsmith/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>dev.openfeature.contrib.providers</groupId>
1212
<artifactId>flagsmith</artifactId>
13-
<version>0.0.10</version> <!--x-release-please-version -->
13+
<version>0.0.11</version> <!--x-release-please-version -->
1414

1515
<name>flagsmith</name>
1616
<description>Flagsmith provider for Java</description>

providers/flagsmith/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.10
1+
0.0.11

0 commit comments

Comments
 (0)