mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-15 15:55:54 +01:00
18 lines
734 B
Plaintext
18 lines
734 B
Plaintext
15/03/2015
|
|
- all the built-in methods have been moved under the /system controller
|
|
- messaging system is ready to test. It now uses RabbitMQ
|
|
- authentication/authorization architecture
|
|
- basic authentication is builtin
|
|
- new method for middleware: OnBeforeControllerAction
|
|
- new configuration block in TMVCEngine.Create (now is the preferred way to configure the server)
|
|
- Declared in MVCFramework.Commons the record HTTP_STATUS which defines all the HTTP/1.1 status code.
|
|
|
|
31/03/2015
|
|
- messaging system now supports queues and topics
|
|
- some minor bug fixes in the objectsmappers
|
|
- added new build system based on a python script
|
|
- added more unit tests
|
|
|
|
|
|
- added support for JWT
|
|
- added auth middleware based on JWT |