Releases: quantumsheep/godbox
Releases · quantumsheep/godbox
2.5.0
2.4.1
Parse `API_MAX_PAYLOAD_SIZE` as a `f64` for compatiblity with scienti…
2.4.0
Add configurable API maximum payload size limit
2.3.0
Document `stdin` phase setting
2.2.0
Improve phase result content
2.1.0
Improve JSON body error handling
2.0.0
2.0.0
Features
- More flexibility for
/run
settings- Now works by "phases"
- Each phases will be run one by one on the same environment
- Allow profiling for only specific phases
- Can have more than two phases (which was not possible in v1)
- Now differentiate each phase
stdout
,stderr
and exit code
- Now works by "phases"
- Limits can be set using environment variables
Technical changes
1.5.2
Return `stderr` instead of `stdout` in case of non-successfull execution
1.5.1
Re-enable isolate cleanup
1.5.0
Add profiling option