Skip to content

Commit d7820c0

Browse files
chore(main): release dev.openfeature.contrib.providers.flagsmith 0.0.9 (#504)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a7e1f7b commit d7820c0

File tree

5 files changed

+31
-4
lines changed

5 files changed

+31
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"providers/flagd": "0.8.8",
33
"hooks/open-telemetry": "3.1.2",
44
"providers/go-feature-flag": "0.2.23",
5-
"providers/flagsmith": "0.0.8",
5+
"providers/flagsmith": "0.0.9",
66
"providers/env-var": "0.0.6",
77
"providers/jsonlogic-eval-provider": "1.1.0",
88
"providers/unleash": "0.0.4-alpha",

providers/flagsmith/CHANGELOG.md

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

3+
## [0.0.9](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagsmith-v0.0.8...dev.openfeature.contrib.providers.flagsmith-v0.0.9) (2024-09-13)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **deps:** update dependency com.flagsmith:flagsmith-java-client to v7.1.1 ([#575](https://github.com/open-feature/java-sdk-contrib/issues/575)) ([7fea4ec](https://github.com/open-feature/java-sdk-contrib/commit/7fea4ec2818a34c3e3ad9da277e73d95391129d9))
9+
* **deps:** update dependency com.flagsmith:flagsmith-java-client to v7.2.0 ([#648](https://github.com/open-feature/java-sdk-contrib/issues/648)) ([5ab214b](https://github.com/open-feature/java-sdk-contrib/commit/5ab214b692571dcd0e480e48f9a0700595b58edb))
10+
* **deps:** update dependency com.flagsmith:flagsmith-java-client to v7.3.0 ([#734](https://github.com/open-feature/java-sdk-contrib/issues/734)) ([d0f5e60](https://github.com/open-feature/java-sdk-contrib/commit/d0f5e60e9a3a52b55c7124f936e6abba2e33f50a))
11+
* **deps:** update dependency com.flagsmith:flagsmith-java-client to v7.4.1 ([#922](https://github.com/open-feature/java-sdk-contrib/issues/922)) ([a878923](https://github.com/open-feature/java-sdk-contrib/commit/a878923a4fd36f73bb0c1cb33afe87906ab08c5c))
12+
* **deps:** update dependency com.flagsmith:flagsmith-java-client to v7.4.2 ([#951](https://github.com/open-feature/java-sdk-contrib/issues/951)) ([a1991bd](https://github.com/open-feature/java-sdk-contrib/commit/a1991bd203044cbb28af5fedd353b5354831bd47))
13+
* **deps:** update dependency com.squareup.okhttp3:okhttp to v4.12.0 ([#503](https://github.com/open-feature/java-sdk-contrib/issues/503)) ([a82668c](https://github.com/open-feature/java-sdk-contrib/commit/a82668cd6ad4a4026626c67d69ea84c89f617e3b))
14+
15+
16+
### ✨ New Features
17+
18+
* Add support for http protocols option with flagsmith client ([#950](https://github.com/open-feature/java-sdk-contrib/issues/950)) ([a7e1f7b](https://github.com/open-feature/java-sdk-contrib/commit/a7e1f7bbafc3fc24d36691dc7bf94c7c97251b75))
19+
20+
21+
### 🧹 Chore
22+
23+
* **deps:** update dependency com.squareup.okhttp3:mockwebserver to v4.12.0 ([#502](https://github.com/open-feature/java-sdk-contrib/issues/502)) ([4e0b6ff](https://github.com/open-feature/java-sdk-contrib/commit/4e0b6fffdfdae425be5015440ba0434879db2554))
24+
25+
26+
### 📚 Documentation
27+
28+
* **flagsmith:** Improve README ([#872](https://github.com/open-feature/java-sdk-contrib/issues/872)) ([1ce5ea5](https://github.com/open-feature/java-sdk-contrib/commit/1ce5ea5112078cc1686565034b7de4da77cb9f19))
29+
330
## [0.0.8](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagsmith-v0.0.7...dev.openfeature.contrib.providers.flagsmith-v0.0.8) (2023-08-15)
431

532

providers/flagsmith/README.md

Lines changed: 1 addition & 1 deletion
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.8</version>
15+
<version>0.0.9</version>
1616
</dependency>
1717
```
1818

providers/flagsmith/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>flagsmith</artifactId>
13-
<version>0.0.8</version> <!--x-release-please-version -->
13+
<version>0.0.9</version> <!--x-release-please-version -->
1414

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

providers/flagsmith/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.8
1+
0.0.9

0 commit comments

Comments
 (0)