-
-
Notifications
You must be signed in to change notification settings - Fork 112
Change Log
Andrea Magni edited this page Nov 26, 2016
·
4 revisions
- fixed binary streaming
- several fixes for bugs and memory leaks
- integration of (part of) JWT method (http://jwt.io/) against Indy's (cookie based) session management
- enhanced support for HTTP custom headers
- refactoring (from Java-like to more Delphi-like approach)
- added some utilities (i.e. Parameters support) and shortcuts
- added Engine registry
- restructured Source folder (unique folder now)
- heavy refactoring of invocation mechanism
- added MessageBodyReader mechanism
- metadata support and emission
- bugfixing
- added integration with DelphiRazor project
- support for JWT token expiration
- improved error handling on client side
- added multiple parallel request execution (client side)
- added cookie support (JWT tokens can now be stored in cookies)
- added Gallery demo
- package re-structured to better support Delphi editions (Enterprise / Professional / ...) [still WIP]