Skip to content

Latest commit

 

History

History
86 lines (47 loc) · 2.05 KB

CHANGELOG.md

File metadata and controls

86 lines (47 loc) · 2.05 KB

Change Log

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.

3.4.0 (2018-07-22)

Changed

  • Introduce rubocop style guide #37
  • Use test module from Phobos to run handler specs #39
  • Accomodate future breaking changes of Phobos around_consume being moved to an instance method #38

3.3.0 (2017-10-26)

  • [enhancement] Bump Phobos version to 1.5.0 to better support Avro. #34

3.2.0 (2017-10-23)

  • [enhancement] Make pool_size only configurable through configuration files

3.1.0 (2017-06-19)

  • [enhancement] Add support for erb syntax in database config file

3.0.0 (2017-03-21)

  • [enhancement] Remove endpoint for retrying events

2.4.0 (2017-03-13)

  • [enhancement] Add endpoint for retrieving the number of failures

2.3.1 (2017-03-11)

  • [bugfix] Add index required for current implementation of Phobos Checkpoint UI

2.3.0 (2017-03-08)

  • [enhancement] Add created_at to events table

2.2.0 (2017-03-08)

  • [enhancement] Add delete failure end point

2.1.0 (2017-03-07)

  • [enhancement] When retrying failures, an event is created if they return an ack

2.0.0 (2017-03-01)

  • [enhancement] Rename tables

1.1.0 (2017-02-28)

  • [feature] Add end point for fetching individual failures

1.0.0 (2017-02-24)

  • [feature] Introduce failures and failure handling in Handler. Add failures to the events API

0.5.0 (2016-12-28)

  • [feature] Add another instrumentation to wrap the entire around consume

0.4.0 (2016-12-28)

  • [feature] Add more instrumentation for consuming
  • [feature] Support custom db config path

0.3.0 (2016-10-10)

  • [feature] Built-in sinatra APP with events API

0.2.0 (2016-09-06)

  • [feature] New CLI command to generate migrations #6
  • [feature] Automatically sets database pool size based on listeners max_concurrency #2

0.1.1 (2016-09-02)

  • [bugfix] Handler is not injecting start and stop methods #4

0.1.0 (2016-08-29)

  • Published on Github