From f122da6649a36df2ed9f5d9b3d8c5d910d664bf4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 11:27:49 +0200 Subject: [PATCH] chore(main): release 0.0.11 (#115) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ README.md | 2 +- pom.xml | 2 +- 4 files changed, 34 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d6b21292..0983e229 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.0.10"} +{".":"0.0.11"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 80f8d40f..e40a3f94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,36 @@ # Changelog +## [0.0.11](https://github.com/spotify/confidence-openfeature-provider-java/compare/v0.0.10...v0.0.11) (2024-04-30) + + +### ๐Ÿ› Bug Fixes + +* adding connection keepalive for eventsender channel ([#118](https://github.com/spotify/confidence-openfeature-provider-java/issues/118)) ([394e377](https://github.com/spotify/confidence-openfeature-provider-java/commit/394e377bbe3bebca35419e9fc3546b7930b29d52)) +* drop the flushpolicies interface to keep it simple ([#113](https://github.com/spotify/confidence-openfeature-provider-java/issues/113)) ([ba04c2d](https://github.com/spotify/confidence-openfeature-provider-java/commit/ba04c2d9f8c87864206192caa90a8ac148584cae)) +* event engine rewrite ([#117](https://github.com/spotify/confidence-openfeature-provider-java/issues/117)) ([b14e7d3](https://github.com/spotify/confidence-openfeature-provider-java/commit/b14e7d3c13ca593827433690c628a879a47d02dd)) +* Event errors dont trigger retries ([81cfcfd](https://github.com/spotify/confidence-openfeature-provider-java/commit/81cfcfd1b1b92de3c732e6aa18e50fd18ded36d0)) +* eventsender engine uploads on a cadence ([#112](https://github.com/spotify/confidence-openfeature-provider-java/issues/112)) ([1c895d0](https://github.com/spotify/confidence-openfeature-provider-java/commit/1c895d0757205090b7967a4717d6cc4ccc968c72)) +* remove some protos that can cause collisions ([#110](https://github.com/spotify/confidence-openfeature-provider-java/issues/110)) ([08878af](https://github.com/spotify/confidence-openfeature-provider-java/commit/08878af001813e36e24966d5e2e5bceb513eaba6)) +* Response Errors don't trigger retries ([#108](https://github.com/spotify/confidence-openfeature-provider-java/issues/108)) ([81cfcfd](https://github.com/spotify/confidence-openfeature-provider-java/commit/81cfcfd1b1b92de3c732e6aa18e50fd18ded36d0)) + + +### โœจ New Features + +* add logging with slf4j ([#90](https://github.com/spotify/confidence-openfeature-provider-java/issues/90)) ([9d10bfd](https://github.com/spotify/confidence-openfeature-provider-java/commit/9d10bfd5fd077f7af518b80f86bfe0d4d2728c00)) +* Telemetry for Events (SDK metadata) ([#109](https://github.com/spotify/confidence-openfeature-provider-java/issues/109)) ([3447e47](https://github.com/spotify/confidence-openfeature-provider-java/commit/3447e47f12cf10e31740d6a934c4e6579c7c274b)) +* Total Confidence - functionality to send tracking events ([#88](https://github.com/spotify/confidence-openfeature-provider-java/issues/88)) ([4106c9f](https://github.com/spotify/confidence-openfeature-provider-java/commit/4106c9f57e161f6e575f053b1c64814b7020092c)) + + +### ๐Ÿงน Chore + +* **main:** release 0.0.11-SNAPSHOT ([#98](https://github.com/spotify/confidence-openfeature-provider-java/issues/98)) ([173c72e](https://github.com/spotify/confidence-openfeature-provider-java/commit/173c72e212b0df56edf17f540ca474f4618707c3)) + + +### ๐Ÿ”„ Refactoring + +* Add message container to payload ([#119](https://github.com/spotify/confidence-openfeature-provider-java/issues/119)) ([176dec1](https://github.com/spotify/confidence-openfeature-provider-java/commit/176dec1ba1c997a5a753b7ac701433b716e7f8b5)) +* Remove message container ([#120](https://github.com/spotify/confidence-openfeature-provider-java/issues/120)) ([55e495b](https://github.com/spotify/confidence-openfeature-provider-java/commit/55e495b6b6974cfebaae7fed66422e1679746ba4)) + ## [0.0.10](https://github.com/spotify/confidence-openfeature-provider-java/compare/v0.0.9...v0.0.10) (2024-03-19) diff --git a/README.md b/README.md index eba0bbcd..fcfa8f5b 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ useful. com.spotify.confidence openfeature-provider - 0.0.10 + 0.0.11 ``` diff --git a/pom.xml b/pom.xml index c26f0711..05bd2060 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ com.spotify.confidence openfeature-provider - 0.0.11-SNAPSHOT + 0.0.11 https://github.com/spotify/confidence-openfeature-provider-java Confidence OpenFeature provider for Java