Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Conversation

@LaunchDarklyCI
Copy link
Contributor

[5.13.4] - 2020-08-27

Fixed:

  • When using the Redis integration without trying to connect to LaunchDarkly (such as when using the Relay Proxy with Redis in "daemon mode"), a flag evaluation that was done immediately after initializing the SDK client could fail due to the Redis client not having time to make its connection to Redis. This has been fixed so that it will wait for the connection to be established. This was never an issue when not using daemon mode, because if the SDK did connect to LaunchDarkly then it would proceed to store the flags in Redis and would not finish initializing until it had done so. (#193)

eli-darkly and others added 30 commits February 22, 2019 14:35
many TS doc fixes and TypeDoc build script
add secondary attribute to LDUser interface
bump up Jest version to avoid Node 11.11 bug
add experimentation event overrides for rules and fallthrough
stringify built-in user attributes in events, and secondary key for evals
eli-darkly and others added 25 commits April 23, 2020 14:03
…-logger

Fix/throw err on malformed logger
fix proxy tunnel configuration and make sure it's used in streaming
…ollowup

minor cleanup and comments for ch74741 fix (logger wrapper)
…steners

reuse same Promise and same event listeners for all waitForInitialization calls
retroactively update changelog for bugfix in 5.13.2 release
allow get/getAll Redis queries to be queued if Redis client hasn't yet connected
@eli-darkly eli-darkly requested a review from bwoskow-ld August 27, 2020 23:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants