New
v0.6.0
Added
- Added support 32-bit ARM/Thumb and RISC-V CPUs
- Added
Pipeto explicitly support streaming-only file descriptors (#267) - Added
Socketmethods for configuring OS-level buffer sizes (#243) - Added custom panic handler that fully extends stack before calling the default handler
- Added convenience
fromXxx()methods toTimeout
Changed
- All timeout parameters now accept
Timeoutinstead ofDuration(#238, #239) - Increased default stack committment to 256KiB to avoid stack overflows in the default panic handler
- Internal refactoring to reduce memory usage and binary size
Fixed
- Fixed possible race condition between
Channel.closeand task cancelation