This repository has been archived by the owner on Dec 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Conversation
This file contains 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
…unchdarkly/xamarin-client-sdk-private into jc/45269/initialized-behavior
Fixes related to Initialized behavior
# Conflicts: # src/LaunchDarkly.XamarinSdk/Configuration.cs # src/LaunchDarkly.XamarinSdk/ILdClient.cs # src/LaunchDarkly.XamarinSdk/LaunchDarkly.XamarinSdk.csproj # src/LaunchDarkly.XamarinSdk/LdClient.cs # tests/LaunchDarkly.XamarinSdk.Tests/LaunchDarkly.XamarinSdk.Tests.csproj
…ited send event for evaluation even if client isn't inited
# Conflicts: # src/LaunchDarkly.XamarinSdk/ILdClient.cs # src/LaunchDarkly.XamarinSdk/LdClient.cs
add helper scripts
make sure Identify/IdentifyAsync only completes when we have new flags
Changed Online to use WaitSafely instead of storing result in a var
Added identical value check to SetOnlineAsync
disable REPORT mode because it doesn't work in Android yet
update WireMock, re-enable HTTP tests for Android
remove ReadTimeout setting which only worked in Android but not in a useful way
refactor ConnectionManager state management to handle diagnostic events correctly
# Conflicts: # src/LaunchDarkly.ClientSdk/LaunchDarkly.ClientSdk.csproj
remove prerelease notice from readme for GA release
update CommonSdk & InternalSdk to latest releases + delete obsolete project file
…mestamp fix unset timestamp in alias events
fix Android & iOS CI builds
use more correct path for release credential parameter
…ency bump LaunchDarkly.Logging to v1.0.2 for sc-177921
kinyoklion
approved these changes
Nov 28, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
[2.0.2] - 2022-11-28
Fixed:
LaunchDarkly.Logging
, had an Authenticode signature without a timestamp. The dependency has been updated to a new version with a valid signature. There are no other changes.