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

fix: Use correct flag version in evaluation events. #166

Merged
merged 1 commit into from
Oct 9, 2024

Conversation

kinyoklion
Copy link
Member

There is an associated change to the sdk-test harness to ensure we don't encounter this again.

@@ -398,7 +398,7 @@ packages:
path: "../../packages/flutter_client_sdk"
relative: true
source: path
version: "4.6.0"
version: "4.7.0"
Copy link
Member Author

Choose a reason for hiding this comment

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

Change from melos bs.

@@ -551,7 +551,7 @@ final class LDCommonClient {
? DateTime.fromMillisecondsSinceEpoch(
evalResult!.flag!.debugEventsUntilDate!)
: null,
version: evalResult?.version));
version: evalResult?.flag?.flagVersion ?? evalResult?.version));
Copy link
Member Author

Choose a reason for hiding this comment

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

Primary change of importance.

@kinyoklion kinyoklion marked this pull request as ready for review October 8, 2024 19:40
@kinyoklion kinyoklion requested a review from a team as a code owner October 8, 2024 19:40
@kinyoklion kinyoklion merged commit 5d3e826 into main Oct 9, 2024
2 checks passed
@kinyoklion kinyoklion deleted the rlamb/SDK-748/correct-eval-event-version branch October 9, 2024 22:02
kinyoklion pushed a commit that referenced this pull request Oct 9, 2024
🤖 I have created a release *beep* *boop*
---


##
[1.2.1](launchdarkly_dart_common-v1.2.0...launchdarkly_dart_common-v1.2.1)
(2024-10-09)


### Bug Fixes

* Use correct flag version in evaluation events.
([#166](#166))
([5d3e826](5d3e826))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
kinyoklion added a commit that referenced this pull request Oct 9, 2024
🤖 I have created a release *beep* *boop*
---


##
[1.3.1](launchdarkly_common_client-v1.3.0...launchdarkly_common_client-v1.3.1)
(2024-10-09)


### Bug Fixes

* Use correct flag version in evaluation events.
([#166](#166))
([5d3e826](5d3e826))

---
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: Ryan Lamb <[email protected]>
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