opera 0.5.0 → 0.5.1

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: d93222fbcb9fdd360cdadc340319157bc57dfe2229cb33a03ed46b1995f31a65
4
+ data.tar.gz: 7e909537e4b3af6d636d0eb174180f47212e8e49a7bf76a66c47109c60c363e7
5
5
  SHA512:
6
- metadata.gz: d9dd59443656d91803423be7dd4d9e3d5ed64b28ae6c73faf27de2d594c9bdf79a76d6a72f8a15c8e070d528605eda775d61c7078389d798352c6ced0226e8f4
7
- data.tar.gz: dbf6035c7d8330e6b9df93942f8ca6973a15cc4605adcf7851037cb924dc3efbf89bcbeaaf95697b0b70c87fbda8ec43802595806834e73c0dbd776ac400ddd4
6
+ metadata.gz: 76e6997c8fd873844a0a91c93e03c55e7297312abfd5e8ad45471c310c2d943e222664f7bbd0439a25cf7bb287aeac92dca0dd24ea9b84d653dd6d16d6b259cd
7
+ data.tar.gz: 0f2c582ef8d69e8e90010aa7c9b8db2c7e7483514dd3dc7da4da1ca521f5ae71e5f799c99744b75e8c0b4d32a220273b32e2f5e946a1a3060aa48280648674ee
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Opera Changelog
2
2
 
3
+ ### 0.5.1 - Apr 15, 2026
4
+
5
+ - Remove `Marshal.dump` from instruction execution for ~40-55% throughput improvement
6
+ - Fix `Config.development_mode?` referencing non-existent constant
7
+ - Remove implicit `Rails.application.config.x.reporter` lookup from Config
8
+ - Restructure README into quick-start guide with examples moved to `docs/examples/`
9
+ - Add benchmark script for operation performance testing
10
+
3
11
  ### 0.5.0 - Apr 13, 2026
4
12
 
5
13
  - Add `within` executor for wrapping one or more steps with a custom block method
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.5.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/