-
Notifications
You must be signed in to change notification settings - Fork 3
feat: generate events for flag prerequisites #465
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12b7b1a
to
0288894
Compare
0288894
to
683c12d
Compare
…stalled version 1.87.0 Co-Authored-By: [email protected] <[email protected]>
…n output Co-Authored-By: [email protected] <[email protected]>
… use standard lib directory Co-Authored-By: [email protected] <[email protected]>
…s.yml to use standard lib directory" This reverts commit 1e6e37a.
…st action output" This reverts commit 71f33c9.
…match installed version 1.87.0" This reverts commit db6dbe1.
…ion 1.87.0" This reverts commit e19f597.
kinyoklion
approved these changes
May 2, 2025
Merged
keelerm84
pushed a commit
that referenced
this pull request
May 2, 2025
🤖 I have created a release *beep* *boop* --- <details><summary>launchdarkly-cpp-client: 3.9.0</summary> ## [3.9.0](launchdarkly-cpp-client-v3.8.2...launchdarkly-cpp-client-v3.9.0) (2025-05-02) ### Features * generate events for flag prerequisites ([#465](#465)) ([30378a1](30378a1)) ### Dependencies * The following workspace dependencies were updated * dependencies * launchdarkly-cpp-internal bumped from 0.10.1 to 0.11.0 * launchdarkly-cpp-common bumped from 1.9.0 to 1.10.0 </details> <details><summary>launchdarkly-cpp-common: 1.10.0</summary> ## [1.10.0](launchdarkly-cpp-common-v1.9.0...launchdarkly-cpp-common-v1.10.0) (2025-05-02) ### Features * generate events for flag prerequisites ([#465](#465)) ([30378a1](30378a1)) ### Bug Fixes * handle setting protected/type-enforced attributes correctly ([#433](#433)) ([d73de43](d73de43)) </details> <details><summary>launchdarkly-cpp-internal: 0.11.0</summary> ## [0.11.0](launchdarkly-cpp-internal-v0.10.1...launchdarkly-cpp-internal-v0.11.0) (2025-05-02) ### Features * generate events for flag prerequisites ([#465](#465)) ([30378a1](30378a1)) ### Dependencies * The following workspace dependencies were updated * dependencies * launchdarkly-cpp-common bumped from 1.9.0 to 1.10.0 </details> <details><summary>launchdarkly-cpp-server: 3.8.2</summary> ## [3.8.2](launchdarkly-cpp-server-v3.8.1...launchdarkly-cpp-server-v3.8.2) (2025-05-02) ### Dependencies * The following workspace dependencies were updated * dependencies * launchdarkly-cpp-internal bumped from 0.10.1 to 0.11.0 * launchdarkly-cpp-common bumped from 1.9.0 to 1.10.0 </details> <details><summary>launchdarkly-cpp-server-redis-source: 2.1.18</summary> ## [2.1.18](launchdarkly-cpp-server-redis-source-v2.1.17...launchdarkly-cpp-server-redis-source-v2.1.18) (2025-05-02) ### Dependencies * The following workspace dependencies were updated * dependencies * launchdarkly-cpp-server bumped from 3.8.1 to 3.8.2 </details> --- 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This implements event generation when a flag with prerequisites is evaluated.