CHANGELOG in pipeline-0.0.6 vs CHANGELOG in pipeline-0.0.7

- old
+ new

@@ -1,4 +1,17 @@ +0.0.7 +===== + +Features: +* Allowing for user-defined default failure mode: when generic errors are raised, pipeline can be paused (default) or fail. Usage: + class MySamplePipeline < Pipeline::Base + self.default_failure_mode = :cancel + end + +Bug Fix: +* Refreshes the pipeline and stage statuses before execution (at runtime) in case of offline status update +* Rescue from ActiveRecord::RecordNotFound instead of relying on ActiveRecord#find(id) returning nil + 0.0.6 ===== Bug Fix: * Logging error details when a stage raises exception