Skip to content

Releases: fanoframework/fano

v1.5.1

07 Dec 07:03

Choose a tag to compare

What is new

  • Fix bug of Kqueue implementation.

v1.5.0

30 Nov 03:05

Choose a tag to compare

What is new

  • Base64 string validation rule
  • Fix bug in FastCGI parser where 4-byte length not properly decoded leading to segmentation fault.

v1.4.1

16 Nov 23:26

Choose a tag to compare

What is new

  • Fix alias name of directory validation rule

v1.4.0

14 Nov 01:40

Choose a tag to compare

What is new

  • IPv6 address input validation rule.
  • Static password hash authenticator
  • Logger implementation that logs to stderr.
  • Serializeable implementation that can serialize Exception as string.
  • Few bug fixes.

v1.3.0

31 Oct 01:42

Choose a tag to compare

What is new

  • IPv6 support. Now you can create web application server which binds on IPv6 address.

v1.2.1

23 Oct 07:20

Choose a tag to compare

This is minor bug fix release.

  • Improve exception handling when verifying invalid JWT token.
  • Fix warning when compiled with Free Pascal 3.2.0

v1.2.0

19 Oct 01:58

Choose a tag to compare

What is new,

  • BCrypt password hash implementation.
  • JWT signing and verification using HMAC SHA256, HMAC SHA384 and HMAC SHA512.
  • Bug fixes

v1.1.1

06 Oct 10:33

Choose a tag to compare

What is new

  • Fix infinite recursion bug when create dependency alias with same name.
  • Improve dependency container error message.

v1.1.0

20 Sep 02:53

Choose a tag to compare

What is new:

  • Ability to query client browser , device type and client OS identity via user agent information if available.

v1.0.2

16 Sep 03:58

Choose a tag to compare

What is new:

  • Fix bug that prevent multipart/form-data request from being parsed correctly.
  • Fix access violation bug when multipart/form-data does not contain file upload.
  • Change precedence of body parameters over query strings. Now body parameters are looked first when using getParam() method. This is to reduce risk of HTTP parameters pollution using cross-channel pollution.