Skip to content

Commit

Permalink
chore(main): release dev.openfeature.contrib.providers.flagd 0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 17, 2023
1 parent 56ebf39 commit aecafd5
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"providers/flagd": "0.6.6",
"providers/flagd": "0.6.7",
"hooks/open-telemetry": "3.1.0",
"providers/go-feature-flag": "0.2.15",
"providers/flagsmith": "0.0.8",
Expand Down
27 changes: 27 additions & 0 deletions providers/flagd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## [0.6.7](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.6.6...dev.openfeature.contrib.providers.flagd-v0.6.7) (2023-11-17)


### 🐛 Bug Fixes

* **deps:** update dependency com.fasterxml.jackson.core:jackson-databind to v2.15.3 ([#493](https://github.com/open-feature/java-sdk-contrib/issues/493)) ([f6cb68f](https://github.com/open-feature/java-sdk-contrib/commit/f6cb68f3c54e67a10f7e2f5bf9f5a2a840689491))
* **deps:** update dependency com.fasterxml.jackson.core:jackson-databind to v2.16.0 ([#538](https://github.com/open-feature/java-sdk-contrib/issues/538)) ([4857448](https://github.com/open-feature/java-sdk-contrib/commit/485744828ee3c2dc772ada94cb443b516adc9f78))
* **deps:** update dependency io.grpc:grpc-netty to v1.59.0 ([#509](https://github.com/open-feature/java-sdk-contrib/issues/509)) ([cb00b6d](https://github.com/open-feature/java-sdk-contrib/commit/cb00b6df92901701632673d566eecd681b9b21b8))
* **deps:** update dependency io.grpc:grpc-protobuf to v1.59.0 ([#510](https://github.com/open-feature/java-sdk-contrib/issues/510)) ([9df6523](https://github.com/open-feature/java-sdk-contrib/commit/9df65239b591cf527b9b5501eea0fee2aebb5d04))
* **deps:** update dependency io.grpc:grpc-stub to v1.59.0 ([#511](https://github.com/open-feature/java-sdk-contrib/issues/511)) ([9c5df8e](https://github.com/open-feature/java-sdk-contrib/commit/9c5df8e264c3d339684b331f65475f92e809032b))
* **deps:** update dependency io.netty:netty-transport-native-epoll to v4.1.100.final ([#482](https://github.com/open-feature/java-sdk-contrib/issues/482)) ([9c08799](https://github.com/open-feature/java-sdk-contrib/commit/9c087997281cdc83de84a01743c2fcef8e1fb0d1))
* **deps:** update dependency io.netty:netty-transport-native-epoll to v4.1.101.final ([#532](https://github.com/open-feature/java-sdk-contrib/issues/532)) ([4e293bf](https://github.com/open-feature/java-sdk-contrib/commit/4e293bfa3f761aab82986c76efef375112a42154))
* **deps:** update dependency io.opentelemetry:opentelemetry-api to v1.32.0 ([#534](https://github.com/open-feature/java-sdk-contrib/issues/534)) ([9d66306](https://github.com/open-feature/java-sdk-contrib/commit/9d66306094146f1983852d06506609e51b5983d9))
* set flag key on `$flagd.flagKey` ([#492](https://github.com/open-feature/java-sdk-contrib/issues/492)) ([934f934](https://github.com/open-feature/java-sdk-contrib/commit/934f9340b613cde127377d80b576a685843070f7))


### ✨ New Features

* `$flagd.timestamp` added to in-process evaluator ([#512](https://github.com/open-feature/java-sdk-contrib/issues/512)) ([3a074b2](https://github.com/open-feature/java-sdk-contrib/commit/3a074b29ebbfb0300591d36ded3d08c2f1ae84a9))
* Allow global otel configuration extraction ([#505](https://github.com/open-feature/java-sdk-contrib/issues/505)) ([addbc31](https://github.com/open-feature/java-sdk-contrib/commit/addbc310249f0e6c6c753827ea4b48bdbfe02a43))


### 🧹 Chore

* **deps:** update dependency org.codehaus.mojo:exec-maven-plugin to v3.1.1 ([#543](https://github.com/open-feature/java-sdk-contrib/issues/543)) ([56ebf39](https://github.com/open-feature/java-sdk-contrib/commit/56ebf39a26d3ef09c4fdec70b48e0911335dbc85))
* remove experimental badge ([#522](https://github.com/open-feature/java-sdk-contrib/issues/522)) ([ffc1c3b](https://github.com/open-feature/java-sdk-contrib/commit/ffc1c3be1bfd870f1c265690a068ee5f143ba3bb))

## [0.6.6](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.6.5...dev.openfeature.contrib.providers.flagd-v0.6.6) (2023-10-10)


Expand Down
2 changes: 1 addition & 1 deletion providers/flagd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This provider is designed to use flagd's [evaluation protocol](https://github.co
<dependency>
<groupId>dev.openfeature.contrib.providers</groupId>
<artifactId>flagd</artifactId>
<version>0.6.6</version>
<version>0.6.7</version>
</dependency>
```
<!-- x-release-please-end-version -->
Expand Down
2 changes: 1 addition & 1 deletion providers/flagd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>dev.openfeature.contrib.providers</groupId>
<artifactId>flagd</artifactId>
<version>0.6.6</version> <!--x-release-please-version -->
<version>0.6.7</version> <!--x-release-please-version -->

<properties>
<!-- exclusion expression for e2e tests -->
Expand Down
2 changes: 1 addition & 1 deletion providers/flagd/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.6
0.6.7

0 comments on commit aecafd5

Please sign in to comment.