Sha256: 8b0fbcb21290fe91914d2dd9b257fbe1ecd4f6cbba08d60cf99358b8e5cb5ec8

Contents?: true

Size: 1.35 KB

Versions: 1

Compression:

Stored size: 1.35 KB

Contents

## nxt_pipeline 0.4.3 (October 20, 2020)

Add new attribute readers on step object.

After executing a step execution_finished_at execution_started_at and execution_duration
will be set and can be accessed via attribute readers.

## nxt_pipeline 0.4.2 (October 12, 2020)

* Fix bug when registering an error without passing arguments in which case the callback didn't get executed. More info: https://github.com/nxt-insurance/nxt_pipeline/issues/39

## nxt_pipeline 0.4.1 (March 13, 2020)

* Fix deprecation warnings for Ruby 2.7

## nxt_pipeline 0.2.0 (March 10, 2019)

* Added pipeline callback support.

  *Nils Sommer*

* Renamed class and method names

  Renamed `NxtPipeline::Segment` to `NxtPipeline::Step`.
  Renamed `NxtPipeline::Pipeline::segment` to `NxtPipeline::Pipeline::step`.
  Renamed `NxtPipeline::Pipeline#call` to `NxtPipeline::Pipeline#run`.
  Renamed `NxtPipeline::Pipeline#burst?` to `NxtPipeline::Pipeline#failed?`.
  Renamed `NxtPipeline::Pipeline#burst_segment` to `NxtPipeline::Pipeline#failed_step`.
  Renamed `NxtPipeline::Pipeline::rescue_segment_burst` to `NxtPipeline::Pipeline::rescue_errors`.

  *Nils Sommer*

* Setup [guard](https://github.com/guard/guard) to run specs upon file changes during development.

  *Nils Sommer*

* Added CHANGELOG file.

  *Nils Sommer*

## nxt_pipeline 0.1.0 (February 25, 2019)

* Initial Release.

  *Nils Sommer*

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
nxt_pipeline-0.4.3 CHANGELOG.md