Skip to content

Commit

Permalink
Add auto-execution for chained requests
Browse files Browse the repository at this point in the history
This is a breaking change because the !request variant of ChainSource is now a map instead of just a string. I also converted the other variants of ChainSource to be maps as well, for consistency/future expansion.
  • Loading branch information
LucasPickering committed Apr 7, 2024
1 parent e79df38 commit 26e8a96
Show file tree
Hide file tree
Showing 27 changed files with 1,513 additions and 235 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## [Unreleased] - ReleaseDate

### Breaking

- All variants of the `Chain.source` field are now maps
- This is to support the next request auto-execution feature, as well as future proofing for additional chain configuration

### Added

- Chained requests can now be auto-executed according to various criteria. See [the docs](https://slumber.lucaspickering.me/book/user_guide/chaining_requests.html) for more

### Changed

- Don't print full stack trace for failed CLI commands
Expand Down
Loading

0 comments on commit 26e8a96

Please sign in to comment.