# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [0.5.0] ### Changed - Added missing db column to migration file - Clear the cache on server restart - Add more info to logging ## [0.4.0] ### Changed - Switch to periodic writing to the database ## [0.3.0] - 2019-10-27 ### Changed - Changed the command-line name to match gem ### Fixed - Sleep between connection attempts ### Added - Unit type filtering ## [0.2.1] - 2019-10-13 ### Changed - Added separate events in / events out for the queue logging ## [0.2.0] - 2019-10-13 ### Added - JRuby support ### Changed - Improve logging of events with number of events processed. ## [0.1.1] - 2019-09-05 ### Added - Added Net::HTTP error handling