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: Add support for configuration changed event. #27

Merged
merged 2 commits into from
Feb 23, 2024

Conversation

kinyoklion
Copy link
Member

@kinyoklion kinyoklion commented Feb 22, 2024

No description provided.

@kinyoklion kinyoklion marked this pull request as ready for review February 23, 2024 16:49
@kinyoklion kinyoklion requested a review from a team February 23, 2024 16:49
Base automatically changed from rlamb/init-shutdown-events to main February 23, 2024 16:50
Remove handler on shutdown.

Async send provider events.

Fix events.
@kinyoklion kinyoklion force-pushed the rlamb/configuration-change-events branch from 842f541 to 5c56ea0 Compare February 23, 2024 17:28
@kinyoklion kinyoklion marked this pull request as draft February 23, 2024 17:40
// Get the ready event.
await provider.GetEventChannel().Reader.ReadAsync();

// The ordering of the subsequent events is not going to be deterministic.
Copy link
Member Author

Choose a reason for hiding this comment

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

As another PR I will investigate if I can order these. I need to look into the SDK code to understand how it runs these handlers.

Copy link
Member Author

Choose a reason for hiding this comment

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

The SDK delivery method isn't going to be deterministic, so this will remain as is for now.

@kinyoklion kinyoklion marked this pull request as ready for review February 23, 2024 18:40
@kinyoklion kinyoklion merged commit 3e61faa into main Feb 23, 2024
4 checks passed
@kinyoklion kinyoklion deleted the rlamb/configuration-change-events branch February 23, 2024 19:15
kinyoklion pushed a commit that referenced this pull request Mar 1, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.6.0](0.5.0...0.6.0)
(2024-02-23)


### Features

* Add support for configuration changed event.
([#27](#27))
([3e61faa](3e61faa))
* Add support for initialization, shutdown, and provider status events.
([#26](#26))
([fe8db98](fe8db98))
* Support the LaunchDarkly for .NET Server-Side 8.x SDK.
([#22](#22))
([da4a264](da4a264))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.

2 participants