Skip to content

Commit 917b922

Browse files
chore(main): release dev.openfeature.contrib.providers.flagd 0.6.2 (#408)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Todd Baert <[email protected]>
1 parent 4a633c8 commit 917b922

File tree

5 files changed

+24
-4
lines changed

5 files changed

+24
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"providers/flagd": "0.6.1",
2+
"providers/flagd": "0.6.2",
33
"hooks/open-telemetry": "2.1.0",
44
"providers/go-feature-flag": "0.2.12",
55
"providers/flagsmith": "0.0.8",

providers/flagd/CHANGELOG.md

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

3+
## [0.6.2](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.6.1...dev.openfeature.contrib.providers.flagd-v0.6.2) (2023-09-19)
4+
5+
6+
### Features
7+
8+
* flagd in-process provider ([#412](https://github.com/open-feature/java-sdk-contrib/issues/412)) ([7accd1e](https://github.com/open-feature/java-sdk-contrib/commit/7accd1e8b68a06714d7e2accb8d226eb364db49a))
9+
* json logic operators for flagd in-process provider ([#434](https://github.com/open-feature/java-sdk-contrib/issues/434)) ([485c8a3](https://github.com/open-feature/java-sdk-contrib/commit/485c8a38e9055bcc1ebadad77a09b514d002525a))
10+
11+
12+
### Bug Fixes
13+
14+
* blocking in-process init, e2e tests ([#436](https://github.com/open-feature/java-sdk-contrib/issues/436)) ([0326095](https://github.com/open-feature/java-sdk-contrib/commit/032609572da04b347d5d0b1e5ae1542e43ada1c1))
15+
* **deps:** update dependency com.networknt:json-schema-validator to v1.0.87 ([#426](https://github.com/open-feature/java-sdk-contrib/issues/426)) ([77ec448](https://github.com/open-feature/java-sdk-contrib/commit/77ec4484763eb8883d9dc4ecdbfb8d7162f03c70))
16+
* **deps:** update dependency io.grpc:grpc-netty to v1.58.0 ([#421](https://github.com/open-feature/java-sdk-contrib/issues/421)) ([496bdec](https://github.com/open-feature/java-sdk-contrib/commit/496bdec854bf300c2db4c30800dd5518b836436f))
17+
* **deps:** update dependency io.grpc:grpc-protobuf to v1.58.0 ([#422](https://github.com/open-feature/java-sdk-contrib/issues/422)) ([54f24dd](https://github.com/open-feature/java-sdk-contrib/commit/54f24ddf68c6abdb037432427f7028ecfe182072))
18+
* **deps:** update dependency io.grpc:grpc-stub to v1.58.0 ([#423](https://github.com/open-feature/java-sdk-contrib/issues/423)) ([ea4268d](https://github.com/open-feature/java-sdk-contrib/commit/ea4268d48420a76c5b0414c3b05b8e73dfe990a2))
19+
* **deps:** update dependency io.netty:netty-transport-native-epoll to v4.1.97.final ([#406](https://github.com/open-feature/java-sdk-contrib/issues/406)) ([ed25450](https://github.com/open-feature/java-sdk-contrib/commit/ed254508929a2b84b04735dad1dccbc1fdc7f173))
20+
* **deps:** update dependency io.opentelemetry:opentelemetry-api to v1.30.0 ([#427](https://github.com/open-feature/java-sdk-contrib/issues/427)) ([3667e45](https://github.com/open-feature/java-sdk-contrib/commit/3667e45ba840f2e086dc530917b1672247376cec))
21+
* **deps:** update dependency io.opentelemetry:opentelemetry-api to v1.30.1 ([#432](https://github.com/open-feature/java-sdk-contrib/issues/432)) ([3954230](https://github.com/open-feature/java-sdk-contrib/commit/395423076a92ff3408189742ae9d9e9e87ae8f39))
22+
323
## [0.6.1](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.6.0...dev.openfeature.contrib.providers.flagd-v0.6.1) (2023-08-21)
424

525

providers/flagd/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A feature flag daemon with a Unix philosophy.
1010
<dependency>
1111
<groupId>dev.openfeature.contrib.providers</groupId>
1212
<artifactId>flagd</artifactId>
13-
<version>0.6.1</version>
13+
<version>0.6.2</version>
1414
</dependency>
1515
```
1616
<!-- x-release-please-end-version -->

providers/flagd/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>flagd</artifactId>
13-
<version>0.6.1</version> <!--x-release-please-version -->
13+
<version>0.6.2</version> <!--x-release-please-version -->
1414

1515
<properties>
1616
<!-- exclusion expression for e2e tests -->

providers/flagd/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.1
1+
0.6.2

0 commit comments

Comments
 (0)