CHANGELOG.md in influxdb-rails-1.0.0.beta4 vs CHANGELOG.md in influxdb-rails-1.0.0
- old
+ new
@@ -1,11 +1,15 @@
# Changelog
For the full commit log, [see here](https://github.com/influxdata/influxdb-rails/commits/master).
-## v1.0.0.beta4, unreleased
+## v1.0.0.beta5, unreleased
+- Silently eat all dropped configuration options and do not crash
+- Add per action view to the sample dashboard
+## v1.0.0.beta4
+
- 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.
@@ -44,11 +48,9 @@
- Support for Rails <= 4.1.x has been removed
- Removed previously deprecated methods:
- `InfluxDB::Rails::Configuration#reraise_global_exceptions`
- `InfluxDB::Rails::Configuration#database_name`
- `InfluxDB::Rails::Configuration#application_id`
-
-[migrate]: https://gist.github.com/dmke/2d0f4ccf9f43faf82e732dc041e90ca2
## v0.4.3, released 2017-12-12
- Added `time_precision` config option (#42, @kkentzo)