CHANGELOG.md in influxdb-rails-1.0.0 vs CHANGELOG.md in influxdb-rails-1.0.1.beta1
- old
+ new
@@ -1,8 +1,25 @@
# Changelog
For the full commit log, [see here](https://github.com/influxdata/influxdb-rails/commits/master).
+## v1.0.1.beta1, released 2020-08-21
+- Drop support for Ruby 2.3
+- Drop support for Rails 4.x
+- Add `auth_method` to client configuration (#96, @anlek)
+- Drop undocumented `instrumentation_enabled` setting, use
+ `ignored_environments` do disable instrumentation
+- Simplified spec with a PORO test client
+- Implement `instantiation.active_record` subscriber (https://guides.rubyonrails.org/active_support_instrumentation.html#instantiation-active-record)
+- Implement `enqueue.active_job` subscriber (https://guides.rubyonrails.org/active_support_instrumentation.html#enqueue-active-job)
+- Implement `perform_start.active_job` subscriber (https://guides.rubyonrails.org/active_support_instrumentation.html#perform-start-active-job)
+- Implement `perform.active_job` subscriber (https://guides.rubyonrails.org/active_support_instrumentation.html#perform-active-job)
+- Implement block instrumentation `InfluxDB::Rails.instrument do; 1 + 1; end`
+- Record unhandled exceptions as tags for process_action.action_controller
+
+## v1.0.0, released 2019-10-23
+The Final release, no code changes.
+
## 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