CHANGELOG.md in influxdb-rails-1.0.0.beta3 vs CHANGELOG.md in influxdb-rails-1.0.0.beta4

- old
+ new

@@ -1,18 +1,29 @@ # Changelog For the full commit log, [see here](https://github.com/influxdata/influxdb-rails/commits/master). +## v1.0.0.beta4, unreleased +- Introduces a Sample Grafana Dashboard + docker-compose demo (#75/#79, @hennevogel) +- Redesign Measurement Output (#66, @dmke, @ChrisBr, @hennevogel) + - Switching from emitting eight different measurements to one called `rails` + to support easier aggregation across data, to simplify configuration and to + stay closer to the InfluxDB/Grafana nomenclature. +- Introduced configuration option `ignored_hooks` to disable specifc hooks +- Enable SQL subscriber by default + - Set a default location (:raw) for SQL subscriber +- Add dynamic values (#65, @ChrisBr) +- Remove empty tags (#64, @ChrisBr) + ## v1.0.0.beta3, released 2019-01-07 - Add dynamic tags (#62, @ChrisBr) - Reduce cardinality of resulting InfluxDB measurement by moving some tags to values (#63, @ChrisBr) - Remove SCHEMA queries from SQL instrumentation (#61, @ChrisBr) - ## v1.0.0.beta2, released 2018-12-07 - Added `tags_middleware` config option (#47, @Kukunin) - Removed path tag from metrics (introduced with #50), because it potentially produces "exceed tag value limit" (#54, @ChrisBr) @@ -29,18 +40,9 @@ ### Breaking changes - Support for Ruby <= 2.2.x has been removed - Support for Rails <= 4.1.x has been removed -- Changed keys for exceptions (#43, @vassilevsky & @kkentzo) - - Exception message and backtrace are now InfluxDB values (changed from tags). - - The keys changed from `message` to `exception_message` and from - `backtrace` to `exception_backtrace`, since a single shard does not - allow for tags and values to share the same key - - To convert existing exception traces into the new format for - consistency, see [this gist][migrate]. -- Removed `time` key from InfluxDB::Rails::ExceptionPresenter#context` - - use `InfluxDB::Rails.current_timestamp` directly - Removed previously deprecated methods: - `InfluxDB::Rails::Configuration#reraise_global_exceptions` - `InfluxDB::Rails::Configuration#database_name` - `InfluxDB::Rails::Configuration#application_id`