All Versions
10
Latest Version
Avg Release Cycle
66 days
Latest Release
1514 days ago

Changelog History

  • v0.12.5 Changes

    March 04, 2020

    ๐Ÿ”„ Changelog

    • ๐Ÿ–จ Cleanup debug print line
  • v0.12.4 Changes

    March 03, 2020

    ๐Ÿ”„ Changelog

    ๐Ÿ› Bug fix

    #266 Addressed path traversal issue, Thank you @snyff for identifying and reporting.

  • v0.12.3 Changes

    February 07, 2019

    ๐Ÿ”„ Changelog

    ๐Ÿ› Bug fix

    • #248 Methods are not discovered and not registered from controller struct properly
  • v0.12.2 Changes

    December 13, 2018

    ๐Ÿ”„ Changelog

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixed - the router when static doesn't match then use param/wild node from parent node #228
    • ๐Ÿ›  Fixed - External config file load issue in cmd run --config file #226
    • โšก๏ธ http header names canonicalized and code quality updates goreport, etc
  • v0.12.1 Changes

    December 08, 2018

    ๐Ÿ”„ Changelog

    • VFS path handling fix and improvement
    • โšก๏ธ forge library version update to v0.7.0

    ๐Ÿš€ Release Notes

    ๐Ÿš€ https://docs.aahframework.org/v0.12/release-notes.html

    ๐Ÿฑ I appreciate your feedback, thank you ๐Ÿ˜„

  • v0.12.0 Changes

    December 02, 2018

    ๐Ÿš€ Release Notes

    ๐Ÿš€ https://docs.aahframework.org/v0.12/release-notes.html

    ๐Ÿฑ I appreciate your feedback, thank you ๐Ÿ˜„

  • v0.11.4 Changes

    August 28, 2018

    ๐Ÿ”„ Changelog

    ๐Ÿ› Bug fix

    • ๐Ÿ›  Fixed route URL generation for single domain use case #213
  • v0.11.3 Changes

    August 18, 2018

    ๐Ÿ”„ Changelog

    • ๐Ÿ› Bug fix #207 let's encrypt with HTTP2 handling and certs
    • ๐Ÿ› Bug fix #208 redirect issue of www => non-www, vice versa
  • v0.11.2 Changes

    July 28, 2018

    ๐Ÿ”„ Changelog

    • โšก๏ธ code optimize and condition simplified
  • v0.11.1 Changes

    July 22, 2018

    ๐Ÿ”„ Changelog

    • โšก๏ธ code optimize and cleanup