File tree Expand file tree Collapse file tree 3 files changed +25
-2
lines changed
Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,29 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
55
66<!-- changelog -->
77
8+ ## [ v0.17.0] ( https://github.com/ash-project/reactor/compare/v0.16.0...v0.17.0 ) (2025-09-30)
9+
10+
11+
12+
13+ ### Features:
14+
15+ * Add backoff support for retries. (#267 ) by James Harton
16+
17+ ### Bug Fixes:
18+
19+ * Add stacktrace to exception (#265 ) by Rutgerdj
20+
21+ * Add stacktrace to exception by Rutgerdj
22+
23+ * remove rescue statement inside AnonFn.run/3 by Rutgerdj
24+
25+ ### Improvements:
26+
27+ * Add ` description ` option to Reactor DSL and struct. (#268 ) by James Harton
28+
29+ * Prepare Minimal Spark Update (#266 ) by Jonatan Männchen
30+
831## [ v0.16.0] ( https://github.com/ash-project/reactor/compare/v0.15.6...v0.16.0 ) (2025-09-21)
932
1033
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ The package can be installed by adding `reactor` to your list of dependencies in
3939``` elixir
4040def deps do
4141 [
42- {:reactor , " ~> 0.16 .0" }
42+ {:reactor , " ~> 0.17 .0" }
4343 ]
4444end
4545```
Original file line number Diff line number Diff line change 11defmodule Reactor.MixProject do
22 use Mix.Project
33
4- @ version "0.16 .0"
4+ @ version "0.17 .0"
55 @ description "An asynchronous, graph-based execution engine"
66
77 def project do
You can’t perform that action at this time.
0 commit comments