All Versions
17
Latest Version
Avg Release Cycle
84 days
Latest Release
1317 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.5.0 Changes
May 08, 2018➕ Added
- 👀 Module-Global options (see: https://github.com/zorbash/opus#module-global-options)
- 👻 Opus.PipelineError struct now includes a stacktrace (when it's a wrapped exception)
- New instrumentation events, :pipeline_started and :pipeline_completed (holds total time for a pipeline)
-
v0.4.0 Changes
May 03, 2018➕ Added
- Opus.Graph.generate/1 to create visualisations of pipelines of an app. Read more here.
-
v0.3.1 Changes
April 10, 2018🛠 Fixed
- 0️⃣ The :error_message option is respected in check stages and the default error message is an Atom, constructed :"failed_check_#{stage_name}".
-
v0.3.0 Changes
April 02, 2018➕ Added
call/2
to pipeline modules with:except
and:only
options
-
v0.2.0 Changes
March 31, 2018➕ Added
retry_times
andretry_backoff
optionserror_message
option
-
v0.1.1 Changes
March 21, 2018🛠 Fixed
- 🐛 Bug where recursive pipeline linking would fail (see: 07a44488f8f)
-
v0.1.0 Changes
March 05, 2018➕ Added
- 🎉 Initial release