Skip to content

v5.2.0 — Styled craft serve output

Choose a tag to compare

@eaguad1337 eaguad1337 released this 07 Jun 01:37
· 37 commits to 5.0 since this release

What's new

Styled craft serve output

  • Branded startup banner with the framework version and server URL — printed once, even with the auto-reloader.
  • Laravel-style request logs: timestamp, method and path with the status code dotted out to the terminal edge and colored by status class (2xx violet, 4xx amber, 5xx red).
  • File-change reloads now show as a single muted line.
  • Plain-text fallback honoring NO_COLOR, dumb terminals and non-TTY output.

Cleaner startup

  • Werkzeug's development-server warning and address/reloader chatter are no longer printed (errors are kept).
  • Suppressed the cleo 0.8 re.split DeprecationWarning on Python 3.13+.

Full Changelog: v5.1.0...v5.2.0