Skip to content

Commit f74e8b8

Browse files
chore(main): release dev.openfeature.contrib.providers.flagd 0.6.9 (#574)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5e97b12 commit f74e8b8

File tree

5 files changed

+33
-4
lines changed

5 files changed

+33
-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.8",
2+
"providers/flagd": "0.6.9",
33
"hooks/open-telemetry": "3.1.1",
44
"providers/go-feature-flag": "0.2.18",
55
"providers/flagsmith": "0.0.8",

providers/flagd/CHANGELOG.md

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

3+
## [0.6.9](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.6.8...dev.openfeature.contrib.providers.flagd-v0.6.9) (2024-01-09)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **deps:** update dependency com.fasterxml.jackson.core:jackson-databind to v2.16.1 ([#604](https://github.com/open-feature/java-sdk-contrib/issues/604)) ([165b1db](https://github.com/open-feature/java-sdk-contrib/commit/165b1db0a793b628ab6dd05b161350310505e41d))
9+
* **deps:** update dependency com.networknt:json-schema-validator to v1.0.88 ([#579](https://github.com/open-feature/java-sdk-contrib/issues/579)) ([ea9917c](https://github.com/open-feature/java-sdk-contrib/commit/ea9917c86307e4f1f734ffa32343d8ffb16d875f))
10+
* **deps:** update dependency com.networknt:json-schema-validator to v1.1.0 ([#591](https://github.com/open-feature/java-sdk-contrib/issues/591)) ([cb44eab](https://github.com/open-feature/java-sdk-contrib/commit/cb44eab1d4d054c8156fbbb0bb8bc497bcb55604))
11+
* **deps:** update dependency io.grpc:grpc-stub to v1.60.0 ([#573](https://github.com/open-feature/java-sdk-contrib/issues/573)) ([c77bd44](https://github.com/open-feature/java-sdk-contrib/commit/c77bd4428bd2ba7d2df19684678da1e3ebb9812b))
12+
* **deps:** update dependency io.netty:netty-transport-native-epoll to v4.1.103.final ([#586](https://github.com/open-feature/java-sdk-contrib/issues/586)) ([dcd058c](https://github.com/open-feature/java-sdk-contrib/commit/dcd058c7980fb51b3b11f2600ba08b00282270b1))
13+
* **deps:** update dependency io.netty:netty-transport-native-epoll to v4.1.104.final ([#588](https://github.com/open-feature/java-sdk-contrib/issues/588)) ([d2ebcc2](https://github.com/open-feature/java-sdk-contrib/commit/d2ebcc22ca7255890b8cff99e2828b41596af513))
14+
* **deps:** update dependency io.opentelemetry:opentelemetry-api to v1.33.0 ([#582](https://github.com/open-feature/java-sdk-contrib/issues/582)) ([2012a0e](https://github.com/open-feature/java-sdk-contrib/commit/2012a0e119f1abaa7a2b7add052363262d337915))
15+
* **deps:** update dependency io.opentelemetry:opentelemetry-api to v1.34.0 ([#615](https://github.com/open-feature/java-sdk-contrib/issues/615)) ([5822a0a](https://github.com/open-feature/java-sdk-contrib/commit/5822a0a120fad7771895cd5a559e33472b1892a2))
16+
* **deps:** update io.grpc.version to v1.60.1 ([#597](https://github.com/open-feature/java-sdk-contrib/issues/597)) ([b657df1](https://github.com/open-feature/java-sdk-contrib/commit/b657df1d8755d89af38edbf3ee0dd24a9ec6491b))
17+
* edge cases with flagd targeting ([#567](https://github.com/open-feature/java-sdk-contrib/issues/567)) ([7da7d2a](https://github.com/open-feature/java-sdk-contrib/commit/7da7d2a1dfab602b257e801adb689c60ced6aaf3))
18+
* flagd caching ([#581](https://github.com/open-feature/java-sdk-contrib/issues/581)) ([e953fef](https://github.com/open-feature/java-sdk-contrib/commit/e953fef23f98938b90fad33123a9289ca41a3762))
19+
20+
21+
### ✨ New Features
22+
23+
* flagd file polling for offline mode ([#614](https://github.com/open-feature/java-sdk-contrib/issues/614)) ([5e97b12](https://github.com/open-feature/java-sdk-contrib/commit/5e97b129708e864b5ae286535d5c98510ce17d07))
24+
25+
26+
### 🧹 Chore
27+
28+
* add e2e test for reconnect ([#596](https://github.com/open-feature/java-sdk-contrib/issues/596)) ([c22b90e](https://github.com/open-feature/java-sdk-contrib/commit/c22b90ef26c4c58e126eaabff4d3e1770a636347))
29+
* fix types in flagd readme ([e1ac5d5](https://github.com/open-feature/java-sdk-contrib/commit/e1ac5d50c4630b9c757f23989d8597371bbc610c))
30+
* update io.grpc, use shared version ([#580](https://github.com/open-feature/java-sdk-contrib/issues/580)) ([59cdd74](https://github.com/open-feature/java-sdk-contrib/commit/59cdd747b01d68f25c85942cce2bcb8eeae61b92))
31+
332
## [0.6.8](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.6.7...dev.openfeature.contrib.providers.flagd-v0.6.8) (2023-11-28)
433

534

providers/flagd/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This provider is designed to use flagd's [evaluation protocol](https://github.co
88
<dependency>
99
<groupId>dev.openfeature.contrib.providers</groupId>
1010
<artifactId>flagd</artifactId>
11-
<version>0.6.8</version>
11+
<version>0.6.9</version>
1212
</dependency>
1313
```
1414
<!-- 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.8</version> <!--x-release-please-version -->
13+
<version>0.6.9</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.8
1+
0.6.9

0 commit comments

Comments
 (0)