Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vassilevsky committed Sep 23, 2020
1 parent e2d38bc commit 594e9ce
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Sidekiq-InfluxDB Changelog

## 1.3.0 (2020-09-23)

* Dropped dependency on Bundler and Rake for development. The `gem` command is enough, really.
* Dropped **run-time** dependency on InfluxDB client. It was always possible to pass any object as client anyway.
* Added 100% test coverage with RSpec.
* Fixed and improved the "ignored classes" feature:
* It now correctly ignores job class names even if they come via ActiveJob (wrapped).
* It is now possible to pass either an array of class names or a single class name.
* It is now possible to pass either classes themselves or class names as strings.
* Fixed timestamps for minute and hour precisions

## 1.2.0 (2019-05-03)

* Support all InfluxDB time resolutions (added `ns`, `m`, `h`)
Expand Down
2 changes: 1 addition & 1 deletion lib/sidekiq/influxdb/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Sidekiq
module InfluxDB
VERSION = "1.2.0"
VERSION = "1.3.0"
end
end

0 comments on commit 594e9ce

Please sign in to comment.