athena v0.5.0 Release Notes

Release Date: 2019-04-16 // about 5 years ago
  • ๐Ÿ†• New Features

    Global

    • ๐Ÿ”ง YAML based config file. Currently only used for CORS, but future configuration would live within it
    • ๐Ÿ“„ The athena executable will be added to the project's bin/ directory on install

    Routing

    CLI

    • Commands are grouped based on the first part of the command name, separated by :
    • The -e NAME or --explain NAME can be used to get more detailed information about a given command

    ๐Ÿ”„ Changes

    Routing

    • ๐Ÿ’ฅ Breaking Controllers now are class based
    • ๐Ÿ’ฅ Breaking Route actions are now instance methods

    ๐Ÿ› Bug Fixes

    Routing

    • ๐Ÿ›  Controller prefixes were not inherited #5
    • Leaking request/response when dealing with concurrent requests using fibers #15