Releases: jaredgorski/arpx
Releases · jaredgorski/arpx
0.5.0
What's new in 0.5.0
New
- Configure runtimes more expressively using arpx_job scripts
- Respond to multiline output with log monitors
- Customize the binary Arpx uses to run commands
- Verbose output available
Code improvements
- More reliable and performant due to code overhaul
- Tests and benchmarks added
- Better documentation
Breaking changes
- Removed
entrypoint
from profile - Changed
processes
to receive a mapping rather than a list - Removed
name
from process configuration object - Removed
color
from process configuration object - Removed
blocking
from process configuration object - Removed
silent
from process configuration object - Renamed
monitors
tolog_monitors
- Changed
log_monitors
(formerlymonitors
) to receive a mapping rather than a list - Removed
process
on log monitor configuration object (configure this viajobs
) - Renamed
condition
totest
on log monitor configuration object - Removed
actions
from profile - Removed all builtin actions except for
arpx_exit
(formerlyexit
) andarpx_exit_error
(exit
except with an error status)
0.5.0-beta.0
Cargo update, edit Cargo keywords [skip ci]
0.4.1
Bump to 0.4.1
alpha.1
arpx is ready for personal testing and unstable use. All suggestions and contributions should be sent to this repo and/or the owner (email address: [email protected])