Skip to content

Commit 2ad6005

Browse files
chore(main): release dev.openfeature.contrib.providers.flagd 0.6.0 (#327)
Signed-off-by: Todd Baert <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Todd Baert <[email protected]>
1 parent 258ca10 commit 2ad6005

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
@@ -1,5 +1,5 @@
11
{
2-
"providers/flagd": "0.5.10",
2+
"providers/flagd": "0.6.0",
33
"hooks/open-telemetry": "2.0.0",
44
"providers/go-feature-flag": "0.2.9",
55
"providers/flagsmith": "0.0.7",

providers/flagd/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.6.0](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.5.10...dev.openfeature.contrib.providers.flagd-v0.6.0) (2023-07-27)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* add events support ([#361](https://github.com/open-feature/java-sdk-contrib/issues/361))
9+
* require newer SDK version
10+
11+
### Features
12+
13+
* add events support ([#361](https://github.com/open-feature/java-sdk-contrib/issues/361)) ([258ca10](https://github.com/open-feature/java-sdk-contrib/commit/258ca10c815e61f782442fb3b8c87cd1dd79fe75))
14+
15+
16+
### Bug Fixes
17+
18+
* **deps:** update dependency io.grpc:grpc-netty to v1.56.0 ([#340](https://github.com/open-feature/java-sdk-contrib/issues/340)) ([641f26b](https://github.com/open-feature/java-sdk-contrib/commit/641f26bb31d84724f9cdd50b92757fc4c0c9adcc))
19+
* **deps:** update dependency io.grpc:grpc-netty to v1.56.1 ([#349](https://github.com/open-feature/java-sdk-contrib/issues/349)) ([716cdfa](https://github.com/open-feature/java-sdk-contrib/commit/716cdfaff3ef88302300d2089103d167d9a38033))
20+
* **deps:** update dependency io.grpc:grpc-protobuf to v1.56.0 ([#341](https://github.com/open-feature/java-sdk-contrib/issues/341)) ([d57285d](https://github.com/open-feature/java-sdk-contrib/commit/d57285db67b795b185940d12e883a8c2fa8bd6f5))
21+
* **deps:** update dependency io.grpc:grpc-protobuf to v1.56.1 ([#350](https://github.com/open-feature/java-sdk-contrib/issues/350)) ([55e9f06](https://github.com/open-feature/java-sdk-contrib/commit/55e9f061a9ac5fe847029fd56461219572b77643))
22+
* **deps:** update dependency io.grpc:grpc-stub to v1.56.0 ([#342](https://github.com/open-feature/java-sdk-contrib/issues/342)) ([141baad](https://github.com/open-feature/java-sdk-contrib/commit/141baad57f966d3a3e90084613efbf6acbadd7ed))
23+
* **deps:** update dependency io.grpc:grpc-stub to v1.56.1 ([#351](https://github.com/open-feature/java-sdk-contrib/issues/351)) ([dbead5b](https://github.com/open-feature/java-sdk-contrib/commit/dbead5bd31e6368dcb4681476abec3deab28966a))
24+
* **deps:** update dependency io.netty:netty-transport-native-epoll to v4.1.93.final ([#326](https://github.com/open-feature/java-sdk-contrib/issues/326)) ([142d516](https://github.com/open-feature/java-sdk-contrib/commit/142d5164c17d9cfdc63c1853d181fd5f2e1dbcbe))
25+
* **deps:** update dependency io.netty:netty-transport-native-epoll to v4.1.94.final ([#346](https://github.com/open-feature/java-sdk-contrib/issues/346)) ([8e8cc05](https://github.com/open-feature/java-sdk-contrib/commit/8e8cc051df3fe7795162db3971c39d5152a3efc7))
26+
* **deps:** update dependency io.netty:netty-transport-native-epoll to v4.1.95.final ([#362](https://github.com/open-feature/java-sdk-contrib/issues/362)) ([147453e](https://github.com/open-feature/java-sdk-contrib/commit/147453ed4e0a8c2591686fe623de69fb5def3fa2))
27+
* **deps:** update dependency io.opentelemetry:opentelemetry-api to v1.27.0 ([#338](https://github.com/open-feature/java-sdk-contrib/issues/338)) ([a0d2753](https://github.com/open-feature/java-sdk-contrib/commit/a0d2753c1b80c5ce67025a4e31698bb67cc8dfc0))
28+
* **deps:** update dependency io.opentelemetry:opentelemetry-api to v1.28.0 ([#354](https://github.com/open-feature/java-sdk-contrib/issues/354)) ([220b01a](https://github.com/open-feature/java-sdk-contrib/commit/220b01a173f2c1067fce92e0ff39e2a17e5000ec))
29+
330
## [0.5.10](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.5.9...dev.openfeature.contrib.providers.flagd-v0.5.10) (2023-05-09)
431

532

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.5.10</version>
13+
<version>0.6.0</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.5.10</version> <!--x-release-please-version -->
13+
<version>0.6.0</version> <!--x-release-please-version -->
1414

1515
<name>flagd</name>
1616
<description>FlagD provider for Java</description>

providers/flagd/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.10
1+
0.6.0

0 commit comments

Comments
 (0)