Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 1.58 KB

CHANGELOG.md

File metadata and controls

53 lines (39 loc) · 1.58 KB

Change Log

This project adheres to Semantic Versioning.

This CHANGELOG follows the format listed here

1.2.0 - 2023-10-16

Changed

  • Added backwards compatible support for solr 9.x in check-solr-replication-lag by checking both (follower|slave) terms in API response (@danieltoader)
  • Added authentication in check-solr-replication-lag (@danieltoader)

1.1.0 - 2018-07-12

Added

  • Added solr replication lag check (@alexbumbacea)

Changed

  • updated link to changelog guidelines (@majormoses)

Fixed

  • minor typos in PR template (@majormoses)

1.0.0 - 2017-05-10

Added

  • Ruby 2.3 and 2.4 support (@eheydrick)

Removed

  • Ruby 1.9.3 support (@eheydrick)

Changed

  • Update to nokogiri 1.6.8.1 to address security issues (@eheydrick)

0.0.3 - 2015-07-14

Changed

  • updated sensu-plugin gem to 1.2.0

0.0.2 - 2015-06-03

Fixed

  • added binstubs

Changed

  • removed cruft from /lib

0.0.1 - 2015-05-20

Added

  • initial release