ruby-server-sdk
ruby-server-sdk copied to clipboard
LaunchDarkly Server-side SDK for Ruby
:robot: I have created a release *beep* *boop* --- ## [8.4.3](https://github.com/launchdarkly/ruby-server-sdk/compare/8.4.2...8.4.3) (2024-05-17) ### Bug Fixes * Log warning if client init timeout is considered high ([#278](https://github.com/launchdarkly/ruby-server-sdk/issues/278)) ([61f4c7e](https://github.com/launchdarkly/ruby-server-sdk/commit/61f4c7e589e9d0da94e4f289e9c601aa36028c95)) --- This PR...
**Is your feature request related to a problem? Please describe.** When in `ldd` mode, I would like to be able to manually clear the in-memory cache rather than wait for...
**Is this a support request?** Not sure we need it anymore. We had to remove all feature flags from our background jobs as application was not working reliably. It took...
**Is this a support request?** We are encountering an issue with LaunchDarkly feature flag evaluations in our Ruby on Rails application. The problem specifically occurs when the feature flag value...
**Related issues** N/A **Describe the solution you've provided** This PR modifies the `FileDataSourceImpl` to accept an additional value in the options hash called `allow_duplicates`. `false` will be used if no...