I really hope you enjoy using Fantastico framework as much as we love developing it. Your feedback is highly appreciated so do not hesitate to get in touch with us (for support, feature requests, suggestions, or everything else is on your mind): Provide feedback [https://docs.google.com/forms/d/1tKBopU3lfDB_w8F4h7Rl1Rn4uydAJq-nha09L_ptJck/edit?usp=sharing]
v0.5.0 (Work in progress)
- Added specification for auto generated API for resources.
- Added OAUTH2 draft implementation details for Fantastico.
- Added Identity Provider draft specification.
- Added REST API Standard for ROA (Resource Oriented Architecture).
- Added REST filter parser implementation using fast ll grammar for ROA (Resource Oriented Architecture).
- Added auto generated APIs for resources (Resource Oriented Architecture).
- Improved routing loaders so that multiple methods can serve separate http verbs of a route.
- Added support for multiple routes mapped on the same controller.
- Fixed a bug in MySql connections pool (not recycling correctly after a long idle period).
- I changed thread local MySql connection strategy to request based.