Skip to content

Commit f122da6

Browse files
chore(main): release 0.0.11 (#115)
1 parent 55e495b commit f122da6

File tree

4 files changed

+34
-3
lines changed

4 files changed

+34
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.0.10"}
1+
{".":"0.0.11"}

CHANGELOG.md

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

3+
## [0.0.11](https://github.com/spotify/confidence-openfeature-provider-java/compare/v0.0.10...v0.0.11) (2024-04-30)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* 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))
9+
* 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))
10+
* 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))
11+
* Event errors dont trigger retries ([81cfcfd](https://github.com/spotify/confidence-openfeature-provider-java/commit/81cfcfd1b1b92de3c732e6aa18e50fd18ded36d0))
12+
* 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))
13+
* 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))
14+
* 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))
15+
16+
17+
### ✨ New Features
18+
19+
* 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))
20+
* 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))
21+
* 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))
22+
23+
24+
### 🧹 Chore
25+
26+
* **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))
27+
28+
29+
### 🔄 Refactoring
30+
31+
* 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))
32+
* 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))
33+
334
## [0.0.10](https://github.com/spotify/confidence-openfeature-provider-java/compare/v0.0.9...v0.0.10) (2024-03-19)
435

536

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ useful.
1919
<dependency>
2020
<groupId>com.spotify.confidence</groupId>
2121
<artifactId>openfeature-provider</artifactId>
22-
<version>0.0.10</version>
22+
<version>0.0.11</version>
2323
</dependency>
2424
```
2525
<!---x-release-please-end-->

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<groupId>com.spotify.confidence</groupId>
1717
<artifactId>openfeature-provider</artifactId>
18-
<version>0.0.11-SNAPSHOT</version>
18+
<version>0.0.11</version>
1919

2020
<url>https://github.com/spotify/confidence-openfeature-provider-java</url>
2121
<description>Confidence OpenFeature provider for Java</description>

0 commit comments

Comments
 (0)