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 flag push #30

Merged
merged 18 commits into from
Nov 4, 2024
Merged

feat: add flag push #30

merged 18 commits into from
Nov 4, 2024

Conversation

zhukaihan
Copy link
Collaborator

@zhukaihan zhukaihan commented Oct 5, 2024

Summary

Add flag push.
Enables the SDK to receive push flag updates in real time.

Checklist

  • Does your PR title have the correct title format?
  • Does your PR have a breaking change?: no

@zhukaihan zhukaihan requested review from bgiori and tyiuhc and removed request for bgiori October 5, 2024 08:51
Comment on lines +101 to +103
} else if onUpdate != nil {
err = onUpdate(flags)
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

onInitUpdate is never nil, so onUpdate is never called?

@zhukaihan zhukaihan merged commit 62dad32 into main Nov 4, 2024
3 checks passed
github-actions bot pushed a commit that referenced this pull request Nov 5, 2024
# [1.8.0](v1.7.0...v1.8.0) (2024-11-05)

### Features

* add flag push ([#30](#30)) ([62dad32](62dad32))
* support non-string group prop values ([#31](#31)) ([7064c5d](7064c5d))
Copy link

github-actions bot commented Nov 5, 2024

🎉 This PR is included in version 1.8.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants