What's New
Bug Fixes
- Fixed port reuse bug (
SO_REUSEADDR/SO_REUSEPORT) in both WSGI and ASGI servers- This fix was already in the code since v1.1.2 but was not mentioned in that release - documenting it properly here
- Improved connection handling and error recovery
New Features
- Colored CLI logging via new
colors.pymodule- Request/response lines now display with ANSI colors for easy reading
- Status codes are color-coded (2xx green, 3xx cyan, 4xx yellow, 5xx red)
--log-levelCLI flag - control verbosity:critical,error,warning,info,debug\n
Install / Upgrade
bash pip install minicorn --upgrade \n