v0.4.3
Changelog
Patch fix release. Major fixes are the correction of file IO for LinuxWriters and
improved stability with better exception handling.
Fixed
- Pinned container base image to alpine 3.13.5 and installed to virtualenv (#134)
- Fixed syntax for f-strings in escalation command
- Re-added
readline
import for windows platform after being accidentally removed
Changed
- Changed session tracking so session IDs aren't reused
- Changed zsh prompt to match CWD of other shell prompts
- Improved exception handling throughout framework (#133)
- Added explicit permission checks when opening files
- Changed LinuxWriter close routine again to account for needed EOF signals (#140)
Added
- Added better file io test cases