Skip to content

Latest commit

 

History

History
54 lines (29 loc) · 1.07 KB

CHANGELOG.md

File metadata and controls

54 lines (29 loc) · 1.07 KB

Changelog

All notable changes to this project will be documented in this file.

[0.5.1] - 2019-09-25

Fixed

  • Properly unscope Sidekiq class

[0.5.0] - 2019-09-25

Added

  • Set Redis namespace when needed

0.4.0 - 2019-08-22

Added

  • Collect Sidekiq queue.latency (#1)

0.3.0 - 2019-07-01

Added

  • Document middleware class
  • Test for header pattern before calculating queue_time

Changed

  • Do not calculate queue_time if header is not present

Fixed

  • Use String =~ instead of String#match? due to Ruby 2.3

0.2.0 - 2019-06-28

Fixed

  • Extract timestamp from the header

[0.1.0] - 2019-06-28

Added

  • Initial implementation of the gem