opera 0.5.0 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 945d80567051bd32270f0c3d3a783f0b93cde791190a6dada241d3649e5c3feb
4
- data.tar.gz: 0d0ecf1ba795750c0b1286c45520b18e3b8c038cdb1777c3008cc4207c42fa06
3
+ metadata.gz: d601d62d89303ad4efaa6ab156894bdcd247964977f3bb23fd43f2236cdf7655
4
+ data.tar.gz: 42c7cb409cec7f9dc66cd63dd723d39170cc5c02c5704e79d886869570b7775e
5
5
  SHA512:
6
- metadata.gz: d9dd59443656d91803423be7dd4d9e3d5ed64b28ae6c73faf27de2d594c9bdf79a76d6a72f8a15c8e070d528605eda775d61c7078389d798352c6ced0226e8f4
7
- data.tar.gz: dbf6035c7d8330e6b9df93942f8ca6973a15cc4605adcf7851037cb924dc3efbf89bcbeaaf95697b0b70c87fbda8ec43802595806834e73c0dbd776ac400ddd4
6
+ metadata.gz: 3725001498c05f07eae31e1f85e9801833820a1f4a4c8175e9fff13977390c6aaad4da5d3787b669fe7ddf4f84fd65752857f16bc0c84d822a3bff97b10b7467
7
+ data.tar.gz: 50a96d11c1f419bfc82934403793814029f088ba2b48d8df9083ee3f5383937dc95cc312339c1ce8619fc1358bd9e2b23aac3124aca6e4b61269fd5efacb93ae
data/CHANGELOG.md CHANGED
@@ -1,11 +1,24 @@
1
1
  # Opera Changelog
2
2
 
3
+ ### 0.6.0 - Apr 15, 2026
4
+
5
+ - Add `always` executor: runs its step unconditionally after all regular steps, regardless of failure or an early finish
6
+
7
+ ### 0.5.1 - Apr 15, 2026
8
+
9
+ - Remove `Marshal.dump` from instruction execution for ~40-55% throughput improvement
10
+ - Fix `Config.development_mode?` referencing non-existent constant
11
+ - Remove implicit `Rails.application.config.x.reporter` lookup from Config
12
+ - Restructure README into quick-start guide with examples moved to `docs/examples/`
13
+ - Add benchmark script for operation performance testing
14
+
3
15
  ### 0.5.0 - Apr 13, 2026
4
16
 
5
17
  - Add `within` executor for wrapping one or more steps with a custom block method
6
18
  - Remove `benchmark` executor
7
19
 
8
20
  ### 0.4.1 - Feb 18, 2026
21
+
9
22
  - Add parsed errors to default `output!` exception message
10
23
 
11
24
  ### 0.4.0 - May 22, 2025
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- opera (0.5.0)
4
+ opera (0.6.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/