Skip to content

Latest commit

 

History

History
80 lines (60 loc) · 2.77 KB

CHANGELOG.md

File metadata and controls

80 lines (60 loc) · 2.77 KB

Change Log

This project adheres to Semantic Versioning.

This CHANGELOG follows the format listed here

2.1.0 - 2019-03-04

Added

  • metrics-cassandra-graphite.rb: Earlier versions of nodetool incorrectly append a . to the ms SI unit. In newer versions where this has been corrected, the missing . failed to match causing a missed chomp operation. (@zenmetsu)

Removed

  • metrics-cassandra-graphite.rb: removed superfluous gsub operation (@zenmetsu) (@majormoses)

2.0.2 - 2018-01-25

Fixed

  • metrics-cassandra-graphite.rb: fixed conditional assignments broken by agressive rubocop rule fix and following the instructions during a demo (@majormoses)

2.0.1 - 2018-01-23

Changed

  • no-op change (@majormoses)

2.0.0 - 2018-01-23

Security

Breaking Changes

  • in order to bring in new rubocop dependency we need to drop ruby 2.0 support as it is EOL and aligns with out support policy. (@majormoses)

Changed

  • updated Changelog guideline location (@majormoses)

[1.1.0] 2017-07-26

Added

  • Test Ruby 2.4.1 (@thomasriley)
  • metrics-cassandra-graphite.rb: Added key cache parsing for newer nodetool version (@jthunt)

1.0.0 - 2016-11-26

Changed

  • Update some metrics not shown due to new nodetool version.

Added

  • Ruby 2.3.0 support

Removed

  • Ruby 1.9.3 support

0.0.5 - 2016-08-16

Changed

  • Updated sensu-plugin dependency from = 1.2.0 to ~> 1.2.0

0.0.4 - 2015-08-04

Changed

  • general cleanup

0.0.3 - 2015-07-14

Changed

  • updated sensu-plugin gem to 1.2.0

0.0.2 - 2015-06-02

Fixed

  • added binstubs

Changed

  • removed cruft from /lib

0.0.1 - 2015-04-30

Added

  • initial release