Mojolicious 5.0 has been released

Mojolicious 5.0 has been released. According to the release report of Mojolicious, the community seems to be expanding. Compared to Ruby on Rails, Mojolicious is more focused on the web framework, so it's compact, quirky, and very manageable.

Features added in Mojolicious 5.0

  • The exception page and Not Found page have been redesigned.
  • Addition of easy and extensible form validation function.
  • CSRF protection
  • Template variant. You can easily switch between the design for smartphones and the design for PCs.
  • Mojo::DOM enhancements
  • New hooks: "around_action" and "before_render"
  • SO_REUSEPORT: Zero downtime restart and new way for high performance
  • Rotating secret: You can change the secret without creating an invalid session.
  • Non-blocking bridge
  • Cheap helper
  • Optional placeholders are now valid everywhere
  • RFC 7159 support for new JSON
  • permessage-deflate: WebSocket compression
  • Minion: Another new project for the job queue.

Associated Information