Skip to content

v1.2.0 - Colored Logging & Port Reuse Bug Fix

Latest

Choose a tag to compare

@Shankar-105 Shankar-105 released this 21 Feb 04:58

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.py module
    • 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-level CLI flag - control verbosity: critical, error, warning, info, debug\n

Install / Upgrade

bash pip install minicorn --upgrade \n

PyPI

https://pypi.org/project/minicorn/1.2.0/