Releases: redBorder/druid_config
Releases · redBorder/druid_config
v0.5.0
v0.4.0
- Fixed verify_node function to retry to connect /status end point three times before ignoring the node.
- Don't store old nodes of a service when receiving an event from a Zookeeper watcher
- Raise a DruidConfig::Exceptions::NotAvailableNodes when there aren't any available
- Fixed an error on Client that cause an error when call .reset method
v0.3.0
- Protect free memory against negative values.
- Create Rule entity
- Create RuleCollection entity
- Added a method to udpate rules of a datasource
- Added a method on cluster to return _default data source
v0.2.0
- Improved worker class with new methods to calculate capacity
- Fixed some bugs on cluster class
- Improve response time by loading segments, segments_to_load and segments_to_drop on demand
- Added method to cluster to return all tasks or filter them by status
- Created task entity.
v0.1.0
First version