CHANGELOG.md in influxdb-rails-1.0.0.beta1 vs CHANGELOG.md in influxdb-rails-1.0.0.beta2
- old
+ new
@@ -1,9 +1,17 @@
# Changelog
For the full commit log, [see here](https://github.com/influxdata/influxdb-rails/commits/master).
+## 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)
+- Added render instrumentation (#53, @ChrisBr)
+- Added SQL instrumentation (#55, @ChrisBr)
+
## v1.0.0.beta1, released 2018-11-22
- Added app name to the measurement's tag sets (#44, @stefanhorning)
- Added config parameters for additional series:
- `InfluxDB::Rails::Configuration#series_name_for_instrumentation`