Skip to content

v1.4.0

Compare
Choose a tag to compare
@pilinux pilinux released this 07 Jan 23:20
25506bd

Breaking changes!! If your application is built on one of the previous releases, you need to do some adjustments to your codes before switching to v1.4.

  • Now it is possible to serve both JSON response and HTML pages (Django-like syntax)
  • To serve HTML pages, the template files must be located in the templates directory
  • Newly added: Basic Auth. Users can use either one of them or both - JWT and Basic Auth
  • At the application level, it is now possible to allow/block requests from user-defined IPs using Firewall