Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: improve error handling #1214

Merged
merged 18 commits into from
Mar 8, 2025
Merged
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
873e4f8
feat: improve error handling
Feb 12, 2025
1ba540e
chore: remove release as release-please-config.json
toddbaert Feb 12, 2025
c9852a0
chore(main): release dev.openfeature.contrib.providers.flagd 0.11.0 (…
github-actions[bot] Feb 12, 2025
63b82dd
fix: missing common lang dep (#1216)
toddbaert Feb 12, 2025
0451ee6
chore(main): release dev.openfeature.contrib.providers.flagd 0.11.1 (…
github-actions[bot] Feb 12, 2025
63b8d32
chore(flagd): Improve grpc logging (#1219)
chrfwow Feb 13, 2025
71c5e8b
fix: selector not being sent in sync call (#1220)
aepfli Feb 13, 2025
460d4f4
chore(main): release dev.openfeature.contrib.providers.flagd 0.11.2 (…
github-actions[bot] Feb 13, 2025
b938ffe
chore(deps): update providers/flagd/spec digest to 54952f3 (#1218)
renovate[bot] Feb 13, 2025
c591f0c
chore(deps): update providers/flagd/test-harness digest to ec1d75c (#…
renovate[bot] Feb 14, 2025
4914945
chore(deps): update dependency providers/flagd/test-harness to v2.2.0…
renovate[bot] Feb 14, 2025
503fbbc
fix tests
Feb 17, 2025
f231d24
Merge branch 'main' into feat/improve-error-handling
Nikzz3 Feb 17, 2025
f6882fa
Merge branch 'main' into feat/improve-error-handling
Nikzz3 Feb 19, 2025
3978422
Merge branch 'main' into feat/improve-error-handling
toddbaert Feb 28, 2025
3fe0ca6
Merge branch 'main' into feat/improve-error-handling
toddbaert Feb 28, 2025
0bff31d
Merge branch 'main' into feat/improve-error-handling
beeme1mr Mar 3, 2025
9eaa1d0
Merge branch 'main' into feat/improve-error-handling
Nikzz3 Mar 8, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore(main): release dev.openfeature.contrib.providers.flagd 0.11.1 (#…
…1217)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: Nick Zimmermann <[email protected]>
github-actions[bot] authored and Nick Zimmermann committed Feb 17, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 0451ee6015e2f500f6b0ce54713ba42bfb516a1c
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.11.0",
"providers/flagd": "0.11.1",
"hooks/open-telemetry": "3.2.1",
"providers/go-feature-flag": "0.4.2",
"providers/flagsmith": "0.0.9",
7 changes: 7 additions & 0 deletions providers/flagd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.11.1](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.11.0...dev.openfeature.contrib.providers.flagd-v0.11.1) (2025-02-12)


### 🐛 Bug Fixes

* missing common lang dep ([#1216](https://github.com/open-feature/java-sdk-contrib/issues/1216)) ([379a89d](https://github.com/open-feature/java-sdk-contrib/commit/379a89d0563982dcb65ca060678d049e2e39f264))

## [0.11.0](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.10.5...dev.openfeature.contrib.providers.flagd-v0.11.0) (2025-02-12)


2 changes: 1 addition & 1 deletion providers/flagd/README.md
Original file line number Diff line number Diff line change
@@ -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.11.0</version>
<version>0.11.1</version>
</dependency>
```
<!-- x-release-please-end-version -->
2 changes: 1 addition & 1 deletion providers/flagd/pom.xml
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
</parent>
<groupId>dev.openfeature.contrib.providers</groupId>
<artifactId>flagd</artifactId>
<version>0.11.0</version> <!--x-release-please-version -->
<version>0.11.1</version> <!--x-release-please-version -->

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