Skip to content

Commit 1a8c9ab

Browse files
chore(main): release dev.openfeature.contrib.providers.flagd 0.5.9 (#300)
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 8d80135 commit 1a8c9ab

File tree

5 files changed

+23
-4
lines changed

5 files changed

+23
-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.8",
2+
"providers/flagd": "0.5.9",
33
"hooks/open-telemetry": "1.0.2",
44
"providers/go-feature-flag": "0.2.5",
55
"providers/flagsmith": "0.0.4",

providers/flagd/CHANGELOG.md

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

3+
## [0.5.9](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.5.8...dev.openfeature.contrib.providers.flagd-v0.5.9) (2023-05-01)
4+
5+
### Deprecated :warning:
6+
7+
* deprecated existing constructors in favor of builder ([#294](https://github.com/open-feature/java-sdk-contrib/pull/294)) ([428b7d5](https://github.com/open-feature/java-sdk-contrib/commit/428b7d507b39e9e5a5c433160690fe52b2484aa0))
8+
9+
### Features
10+
11+
* flagd manual otel interceptor for grpc ([#286](https://github.com/open-feature/java-sdk-contrib/issues/286)) ([9168797](https://github.com/open-feature/java-sdk-contrib/commit/9168797370e565b7ceb2b25ae4cb940ad8e0dcf3))
12+
13+
14+
### Bug Fixes
15+
16+
* **deps:** update dependency io.grpc:grpc-netty to v1.54.1 ([#279](https://github.com/open-feature/java-sdk-contrib/issues/279)) ([94fbc0b](https://github.com/open-feature/java-sdk-contrib/commit/94fbc0b2bb4901b675f705be593815e4f704090f))
17+
* **deps:** update dependency io.grpc:grpc-protobuf to v1.54.1 ([#280](https://github.com/open-feature/java-sdk-contrib/issues/280)) ([d0cef25](https://github.com/open-feature/java-sdk-contrib/commit/d0cef251eda249c8398d50fef4d8819bbb8b8300))
18+
* **deps:** update dependency io.grpc:grpc-stub to v1.54.1 ([#281](https://github.com/open-feature/java-sdk-contrib/issues/281)) ([614c3df](https://github.com/open-feature/java-sdk-contrib/commit/614c3dfa0952df4762d64c56867306ecc446c9ed))
19+
* **deps:** update dependency io.netty:netty-transport-native-epoll to v4.1.91.final ([#266](https://github.com/open-feature/java-sdk-contrib/issues/266)) ([94c0146](https://github.com/open-feature/java-sdk-contrib/commit/94c014620919c3311452d2e85b7d53a84726fa4d))
20+
* **deps:** update dependency io.netty:netty-transport-native-epoll to v4.1.92.final ([#296](https://github.com/open-feature/java-sdk-contrib/issues/296)) ([d6e9131](https://github.com/open-feature/java-sdk-contrib/commit/d6e9131129977a3ce750ddc42ec956a07eb61b8c))
21+
322
## [0.5.8](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.5.7...dev.openfeature.contrib.providers.flagd-v0.5.8) (2023-03-27)
423

524

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.8</version>
13+
<version>0.5.9</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.8</version> <!--x-release-please-version -->
13+
<version>0.5.9</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.8
1+
0.5.9

0 commit comments

Comments
 (0)