Skip to content

Releases: go-aah/aah

v0.12.5 Release

04 Mar 09:06
29ef52b
Compare
Choose a tag to compare

Changelog

  • Cleanup debug print line

v0.12.4 Release

03 Mar 09:33
881dc9f
Compare
Choose a tag to compare

Changelog

Bug fix

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

v0.12.3 Release

07 Feb 06:49
def102f
Compare
Choose a tag to compare

Changelog

Bug fix

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

v0.12.2 Release

13 Dec 08:25
Compare
Choose a tag to compare

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 Release

08 Dec 07:39
Compare
Choose a tag to compare

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 Release

02 Dec 16:45
06aa9c6
Compare
Choose a tag to compare

Release Notes

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

I appreciate your feedback, thank you 😄

v0.11.4 Release

28 Aug 13:32
e2923c0
Compare
Choose a tag to compare

Changelog

Bug fix

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

v0.11.3 Release

18 Aug 05:33
eeb7f0f
Compare
Choose a tag to compare

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 Release

28 Jul 06:06
aa1960d
Compare
Choose a tag to compare

Changelog

  • code optimize and condition simplified

v0.11.1 Release

22 Jul 09:10
f7bf268
Compare
Choose a tag to compare

Changelog

  • code optimize and cleanup