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: update sdk to support sdkPlatform metadata, update WASM lib, update OpenFeature #166

Merged
merged 4 commits into from
Feb 18, 2025

Conversation

jonathannorris
Copy link
Member

@jonathannorris jonathannorris commented Feb 12, 2025

  • Update SDK to support setting sdkPlatform metadata for OpenFeature providers.
  • Update to latest OpenFeature spec
  • Add event tracking support in OpenFeature provider
  • Use new initialization format for OpenFeature

throw new GeneralError("DevCycle client not initialized within 2 seconds");
}
Thread.sleep(5);
} while (!devcycleClient.isInitialized());
Copy link
Member Author

Choose a reason for hiding this comment

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

this is how it's done in Flagd provider and other places...

Copy link
Member

Choose a reason for hiding this comment

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

don't we have a way of doing our initialization callback here? That would be cleaner

Copy link
Member Author

Choose a reason for hiding this comment

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

well, no, this function is also synchronous and wouldn't do anything with a callback here. https://openfeature.dev/docs/reference/technologies/server/java#synchronous

@jonathannorris jonathannorris merged commit 4f733cb into main Feb 18, 2025
7 checks passed
@jonathannorris jonathannorris deleted the feat-sdk-platform-updates branch February 18, 2025 22:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants