Skip to content

chore(deps): bump dev.openfeature:sdk to 1.22.0 - #197

Merged
jonathannorris merged 1 commit into
mainfrom
chore/of-sdk-bump
Aug 6, 2026
Merged

chore(deps): bump dev.openfeature:sdk to 1.22.0#197
jonathannorris merged 1 commit into
mainfrom
chore/of-sdk-bump

Conversation

@jonathannorris

Copy link
Copy Markdown
Member

Summary

  • Bumps dev.openfeature:sdk from 1.14.2 to 1.22.0 (one line in build.gradle)
  • No provider code changes required; 117 tests pass, 0 failures

Notes

Validated the three risky changes against the 1.22.0 bytecode rather than the changelog:

  • 1.22.0 domain binding: initialize(ctx, domain) and isDomainScoped() are default methods, and the 2-arg default delegates to the 1-arg one. DevCycleProvider keeps receiving the same call, so the readiness poll is unaffected.
  • 1.21.0 shutdown (spec 1.6.2): the change is in OpenFeatureAPI.shutdown(), not the provider contract. Worth knowing as a consumer-facing behavior change: anyone calling OpenFeatureAPI.shutdown() and then re-registering a provider must re-add global hooks and re-set the global evaluation context. Nothing in this repo does that.
  • 1.20.x: getLongEvaluation is a default that routes through getDoubleEvaluation with range validation, which suits our all-doubles internal representation. Empty-string targeting keys were already guarded in DevCycleUser.java:147.

Follow-up worth its own PR: the provider implements plain FeatureProvider and never emits PROVIDER_READY / PROVIDER_ERROR, which is why initialize() still needs the 2s busy-wait poll.

@jonathannorris
jonathannorris requested a review from Copilot August 5, 2026 19:54

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@jonathannorris
jonathannorris marked this pull request as ready for review August 5, 2026 20:02
@jonathannorris
jonathannorris requested a review from a team as a code owner August 5, 2026 20:02
@jonathannorris
jonathannorris requested a review from Copilot August 5, 2026 20:02

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.

@jonathannorris
jonathannorris merged commit 5a629d9 into main Aug 6, 2026
8 checks passed
@jonathannorris
jonathannorris deleted the chore/of-sdk-bump branch August 6, 2026 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants