You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PL-56357 - Fix regex used to generate notifications (#359)
**What**
- Updates the regex's used to extract flag names from redis keys to
handle underscores
**Why**
- When the Primary restarts it diffs the new and old config and sends
notifications if there have been any changes. The Regex used to
extract the identifier wasn't handling underscores and was truncating
flag identifiers. This meant it sent notifications with incorrect flag
identifiers to SDKs.
**Testing**
- Added a unit test for the `BuildNotification` method
- Tested manually locally
0 commit comments