Releases: basalt-rs/leucite
Releases · basalt-rs/leucite
v1.0.0
What's Changed
- Replace
anyhowwith custom error type by @oeb25 in #5 - Prep for 1.0.0 by @funnyboy-roks in #7
- Seal
CommandExttrait by @funnyboy-roks in #7 - Add
RestrictThreaderror by @funnyboy-roks in #7 - Add thead limit via
RLIMIT_NPROCtrait by @funnyboy-roks in #7 - Tweaks for 1.0.0 release by @funnyboy-roks in #8
New Contributors
Full Changelog: v0.2.0...v1.0.0
v0.2.0
What's Changed
- Large change to the API to make it a bit easier to use, now
CommandExt::restrictand thenCommand::spawn - Add memory limits through
prlimit(max_memory) - Add file size limits through
prlimit(max_file_size) - Add utility functions on
CommandExt:restrict_if,max_memory_if, andmax_file_size_ifthat acceptOptions
Full Changelog: https://github.com/basalt-rs/leucite/commits/v0.2.0