Skip to content

Latest commit

 

History

History
58 lines (40 loc) · 1.66 KB

CHANGELOG.md

File metadata and controls

58 lines (40 loc) · 1.66 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

2.0.0 - 2021-02-09

Added

  • Added Ruby 2.7 and 3.0 to the Travis build matrix

Changed

  • Bumped the Ruby version for development to 3.0.0
  • Fixed deprecation warnings around positional and keyword arguments from ruby 2.7.0
  • Updated rubocop to v1.9.1, and fixed rubocop violations
  • Configured rspec to emit warnings, and fix them
  • Re-recorded the spec cassettes
  • Fixed broken links in the README

Removed

  • Removed Ruby 2.3 and 2.4 from the Travis build matrix

1.3.0 - 2020-04-20

Changed

  • Relaxed the constraint on the httparty dependency
  • Added Ruby 2.5 and 2.6 to the build matrix
  • Updated development dependencies

1.2.1 - 2019-11-07

Added

  • A new exception with the request to mistral attached

1.2.0 - 2018-12-17

Added

  • A get health endpoint

1.1.0 - 2017-12-15

Added

  • Made the input parameter available to execute! so that users can parameterize workflows.

Changed

  • Fixed transient spec failure in task_spec.rb

1.0.0 - 2017-10-09

  • Initial Release