Aah Versions Save

A secure, flexible, rapid Go web framework

v0.12.5

4 years ago

Changelog

  • Cleanup debug print line

v0.12.4

4 years ago

Changelog

Bug fix

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

v0.12.3

5 years ago

Changelog

Bug fix

  • #248 Methods are not discovered and not registered from controller struct properly

v0.12.2

5 years ago

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

5 years ago

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

5 years ago

Release Notes

https://docs.aahframework.org/v0.12/release-notes.html

I appreciate your feedback, thank you 😄

v0.11.4

5 years ago

Changelog

Bug fix

  • Fixed route URL generation for single domain use case #213

v0.11.3

5 years ago

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

5 years ago

Changelog

  • code optimize and condition simplified

v0.11.1

5 years ago

Changelog

  • code optimize and cleanup