The Ruby client should be pretty stable now, but no warranty is given.
- Document writing of custom strategies.
- MetricsReporter
- everything else :)
- Not using class hierarchy for strategies (more duck typing)
- Better compliance to https://github.com/rubocop-hq/ruby-style-guide
- Reduce the amount of comments and logs
- Client registration with the server.
- Reporter of the status of the feature toggles used.
- Abstract the Thread/sleep loop with scheduled_executor
- Thread the Reporter code
- Tests for All of strategies
- Configure via yield/blk
- Configurable Logging (logger + level)
- Switch hashing function to use murmurhash3 as per Unleash/unleash#247
- Document usage with Rails
- Support for allowing custom strategies.
- Possibility for custom HTTP headers when interacting with unleash server.
- Implement spec test for ruby client specs using https://github.com/Unleash/client-specification/blob/master/05-gradual-rollout-random-strategy.json (similar to the examples below) to ensure consistent client behaviour.