py4.2.0
Changes the API of collectors in what shouldn't be a breaking way - introduced the config.Config
class which can optionally be passed to a collector.Collector
initializer to set configuration on a per-host basis. By default, the initializer uses the global configuration, which is now contained in config.CONFIG
rather than just at the config
module level.