Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.19 KB

CHANGELOG.md

File metadata and controls

45 lines (35 loc) · 1.19 KB

Changelog

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

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • logging both own version and RELP library version at startup

Changed

  • moved plugin version definition to separate file
  • new configuration options for ssl

[0.2.0] - 2017-10-19

Added

  • TLS encryption
  • now depends on openssl
  • checking length of actually transmitted data

Changed

  • raised minimal required relp version to 0.2

[0.1.4] - 2017-08-08

Added

  • code coverage testing
  • now depends on simplecov
  • first iteration of travis CI
  • Gem, build and coverages badges to README

[0.1.3] - 2017-07-11

Added

  • unit tests suite
  • dependencies needed for tests

[0.1.2] - 2017-06-27

Added

  • Started writing this changelog
  • Small fix for emit method

[0.1.1] - 2017-06-23

Added

  • Version number started to follow Semantic versioning
  • First released rubygem with correct dependencies