For the full commit log, see here.
- Bump
influx
version dependency (#40, @rockclimber73)
- Drop support for Rails 3, Ruby < 2.2
- Sync version with
influxdb
gem
- Added Rails 5.1 compatibility (#31, @djgould).
- Added
retry
config option (#17, @scambra and #18, @bcantin).
- Bumped
influxdb
Rubygem dependency (#28, #32, @agx).
Note: The real changelog starts here. Previous entries are reconstructed from the commit history by correlating release version with Git tags, which may or may not reflect what was really released.
- Lazy loading of
InfluxDB::Client
(#15, @chingo13). - Various test fixes.
- v0.1.8 was yanked
- Initializer now allows multiple hosts.
- Added logger.
- No changes (?)
- No changes (?)
- Added docs
- Made
async
option default totrue
.
- Set series name defaults.
- Fixed a configuration bug.
- Graceful handling of authentication errors.
- Fixes in documentation.
- Refactoring of
ActiveSupport::Notification
handling. - Added more initializer options.
- Larger refactoring.