Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Opera Changelog

### 0.5.1 - Apr 15, 2026

- Remove `Marshal.dump` from instruction execution for ~40-55% throughput improvement
- Fix `Config.development_mode?` referencing non-existent constant
- Remove implicit `Rails.application.config.x.reporter` lookup from Config
- Restructure README into quick-start guide with examples moved to `docs/examples/`
- Add benchmark script for operation performance testing

### 0.5.0 - Apr 13, 2026

- Add `within` executor for wrapping one or more steps with a custom block method
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
opera (0.5.0)
opera (0.5.1)

GEM
remote: https://rubygems.org/
Expand Down
Loading
Loading