Skip to content

Commit 93fbd51

Browse files
authored
Merge branch 'main' into release-please--branches--main--components--dev.openfeature.contrib.providers.go-feature-flag
Signed-off-by: Todd Baert <[email protected]>
2 parents 74dafce + d8bfa3e commit 93fbd51

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+191
-40
lines changed

.release-please-manifest.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"providers/flagd": "0.11.11",
3-
"hooks/open-telemetry": "3.2.1",
2+
"hooks/open-telemetry": "3.3.0",
3+
"providers/flagd": "0.11.12",
44
"providers/go-feature-flag": "1.0.0",
5-
"providers/flagsmith": "0.0.10",
5+
"providers/flagsmith": "0.0.11",
66
"providers/env-var": "0.0.10",
7-
"providers/jsonlogic-eval-provider": "1.1.1",
8-
"providers/unleash": "0.1.0-alpha",
9-
"providers/flipt": "0.1.1",
10-
"providers/configcat": "0.1.1",
11-
"providers/statsig": "0.1.1",
12-
"providers/multiprovider": "0.0.1",
7+
"providers/jsonlogic-eval-provider": "1.2.0",
8+
"providers/unleash": "0.1.1-alpha",
9+
"providers/flipt": "0.1.2",
10+
"providers/configcat": "0.2.0",
11+
"providers/statsig": "0.2.0",
12+
"providers/multiprovider": "0.0.2",
1313
"tools/junit-openfeature": "0.2.0",
14-
"tools/flagd-http-connector": "0.0.2",
14+
"tools/flagd-http-connector": "0.0.3",
1515
".": "0.2.2"
1616
}

hooks/open-telemetry/CHANGELOG.md

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

3+
## [3.3.0](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.hooks.otel-v3.2.1...dev.openfeature.contrib.hooks.otel-v3.3.0) (2025-07-08)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **deps:** update opentelemetry-java monorepo to v1.47.0 ([#1206](https://github.com/open-feature/java-sdk-contrib/issues/1206)) ([34cd441](https://github.com/open-feature/java-sdk-contrib/commit/34cd4411ba768a602e399f7f23a7b1b8fbdfd77b))
9+
* **deps:** update opentelemetry-java monorepo to v1.48.0 ([#1269](https://github.com/open-feature/java-sdk-contrib/issues/1269)) ([9958432](https://github.com/open-feature/java-sdk-contrib/commit/9958432fdef18a889b69b74a3ea4fcf550fa073d))
10+
* **deps:** update opentelemetry-java monorepo to v1.49.0 ([#1344](https://github.com/open-feature/java-sdk-contrib/issues/1344)) ([045a12c](https://github.com/open-feature/java-sdk-contrib/commit/045a12c6a66869a359c86cde6bc9f5217a89bc87))
11+
* **deps:** update opentelemetry-java monorepo to v1.50.0 ([#1375](https://github.com/open-feature/java-sdk-contrib/issues/1375)) ([748c139](https://github.com/open-feature/java-sdk-contrib/commit/748c139a9497f9a49e29e68318b674b56b61e24d))
12+
* **deps:** update opentelemetry-java monorepo to v1.51.0 ([#1405](https://github.com/open-feature/java-sdk-contrib/issues/1405)) ([0eea5da](https://github.com/open-feature/java-sdk-contrib/commit/0eea5daa0115aecd66d5c2b946f48504e282afc5))
13+
14+
15+
### ✨ New Features
16+
17+
* migrate to Java 11 ([#1336](https://github.com/open-feature/java-sdk-contrib/issues/1336)) ([a4be1ff](https://github.com/open-feature/java-sdk-contrib/commit/a4be1ff66870a72189873171e83c5b65dbb9991c))
18+
319
## [3.2.1](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.hooks.otel-v3.2.0...dev.openfeature.contrib.hooks.otel-v3.2.1) (2025-01-13)
420

521

hooks/open-telemetry/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ These hooks can be used to determine the impact a feature has on a request, enab
1212
<dependency>
1313
<groupId>dev.openfeature.contrib.hooks</groupId>
1414
<artifactId>otel</artifactId>
15-
<version>3.2.1</version>
15+
<version>3.3.0</version>
1616
</dependency>
1717
```
1818

hooks/open-telemetry/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.hooks</groupId>
1212
<artifactId>otel</artifactId>
13-
<version>3.2.1</version> <!--x-release-please-version -->
13+
<version>3.3.0</version> <!--x-release-please-version -->
1414

1515
<name>open-telemetry-hook</name>
1616
<description>Open Telemetry Hook</description>

hooks/open-telemetry/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.1
1+
3.3.0

providers/configcat/CHANGELOG.md

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

3+
## [0.2.0](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.configcat-v0.1.1...dev.openfeature.contrib.providers.configcat-v0.2.0) (2025-07-08)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* use sdk-maintained state, require 1.12 ([#964](https://github.com/open-feature/java-sdk-contrib/issues/964))
9+
10+
### 🐛 Bug Fixes
11+
12+
* **deps:** update dependency com.configcat:configcat-java-client to v9.4.1 ([#903](https://github.com/open-feature/java-sdk-contrib/issues/903)) ([1cbc60c](https://github.com/open-feature/java-sdk-contrib/commit/1cbc60c5a25642ec2ca028817b8f843832f8dae9))
13+
* **deps:** update dependency com.configcat:configcat-java-client to v9.4.2 ([#1109](https://github.com/open-feature/java-sdk-contrib/issues/1109)) ([1d85362](https://github.com/open-feature/java-sdk-contrib/commit/1d8536230316242652f9d71c180ef01c525d4c8a))
14+
* **deps:** update dependency com.configcat:configcat-java-client to v9.4.3 ([#1380](https://github.com/open-feature/java-sdk-contrib/issues/1380)) ([2e2dcf2](https://github.com/open-feature/java-sdk-contrib/commit/2e2dcf2992c4cf508aa9db0390fb6367b9c7f6c1))
15+
* **deps:** update dependency com.dylibso.chicory:wasi to v1.5.0 ([#1473](https://github.com/open-feature/java-sdk-contrib/issues/1473)) ([0030528](https://github.com/open-feature/java-sdk-contrib/commit/00305287986248262036dcb7cd4f4c384fe50052))
16+
* **deps:** update dependency org.slf4j:slf4j-api to v2.0.14 ([#904](https://github.com/open-feature/java-sdk-contrib/issues/904)) ([028b332](https://github.com/open-feature/java-sdk-contrib/commit/028b332dc8ac3b134e5453d5449a4c11b4ef250a))
17+
* **deps:** update dependency org.slf4j:slf4j-api to v2.0.15 ([#910](https://github.com/open-feature/java-sdk-contrib/issues/910)) ([2f58638](https://github.com/open-feature/java-sdk-contrib/commit/2f58638eb4907c948325d1e61853e1b6eabfa4c1))
18+
* **deps:** update dependency org.slf4j:slf4j-api to v2.0.16 ([#912](https://github.com/open-feature/java-sdk-contrib/issues/912)) ([52571d8](https://github.com/open-feature/java-sdk-contrib/commit/52571d806e7c547006db836245b4895fe9bc4660))
19+
* **deps:** update slf4j monorepo to v2.0.17 ([#1243](https://github.com/open-feature/java-sdk-contrib/issues/1243)) ([66c6a7f](https://github.com/open-feature/java-sdk-contrib/commit/66c6a7fc1bdc3e907793d2fc1eb0d412693a4aee))
20+
21+
22+
### ✨ New Features
23+
24+
* migrate to Java 11 ([#1336](https://github.com/open-feature/java-sdk-contrib/issues/1336)) ([a4be1ff](https://github.com/open-feature/java-sdk-contrib/commit/a4be1ff66870a72189873171e83c5b65dbb9991c))
25+
* use sdk-maintained state, require 1.12 ([#964](https://github.com/open-feature/java-sdk-contrib/issues/964)) ([4a041b0](https://github.com/open-feature/java-sdk-contrib/commit/4a041b0dda9c4e460f4c2199f3bc680df0dda621))
26+
327
## [0.1.1](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.configcat-v0.1.0...dev.openfeature.contrib.providers.configcat-v0.1.1) (2025-07-04)
428

529

providers/configcat/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<dependency>
1111
<groupId>dev.openfeature.contrib.providers</groupId>
1212
<artifactId>configcat</artifactId>
13-
<version>0.1.1</version>
13+
<version>0.2.0</version>
1414
</dependency>
1515
```
1616

providers/configcat/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>configcat</artifactId>
13-
<version>0.1.1</version> <!--x-release-please-version -->
13+
<version>0.2.0</version> <!--x-release-please-version -->
1414

1515
<name>configcat</name>
1616
<description>configcat provider for Java</description>

providers/configcat/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.1
1+
0.2.0

providers/flagd/CHANGELOG.md

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

3+
## [0.11.12](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.11.11...dev.openfeature.contrib.providers.flagd-v0.11.12) (2025-07-08)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **deps:** update dependency com.networknt:json-schema-validator to v1.5.8 ([#1447](https://github.com/open-feature/java-sdk-contrib/issues/1447)) ([1fd425b](https://github.com/open-feature/java-sdk-contrib/commit/1fd425bba5eef44c4bde2e8546a2c0c094960dd3))
9+
* **deps:** update junit-framework monorepo to v5.13.3 ([#1461](https://github.com/open-feature/java-sdk-contrib/issues/1461)) ([1aae615](https://github.com/open-feature/java-sdk-contrib/commit/1aae615131dc41106e75a915e3f2e8e2d31a96c4))
10+
311
## [0.11.11](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.11.10...dev.openfeature.contrib.providers.flagd-v0.11.11) (2025-06-25)
412

513

0 commit comments

Comments
 (0)