Skip to content

Commit

Permalink
releasing 0.11.0. 🍻
Browse files Browse the repository at this point in the history
  • Loading branch information
apotonick committed Nov 15, 2024
1 parent 3f821c7 commit 1bfcd57
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.11.0

* Introduce `Operation.call_with_public_interface_from_call` which merges `ctx` and `circuit_options`
accordingly, so the overrider of `Operation.call_with_public_interface` gets correct args.
* Removing `Operation.trace`, you've been warned! Use `Operation.wtf?`. This also removes `Result#wtf`.
See [https://github.com/trailblazer/trailblazer-operation/blob/3f821c7d576e7ccccf580fbd8c9305501fdc5d2c/test/trace_test.rb#L22](this sample test case)
if you need a more low-level interface to tracing.
* No need to pass `:exec_context` in `#call_with_public_interface`. This is done in `Strategy.call`.
* Rename `Result#event` to `Result#terminus` for consistency. Deprecate `Result#event`.

## 0.10.1

* Deprecate `Operation.trace` and `Result#wtf?` in favor of `Operation.wtf?`.
Expand Down

0 comments on commit 1bfcd57

Please sign in to comment.