This is the mORMot 2.3 Stable Release.
How to install this release:
- Download the mORMot 2.3.stable source code .zip and extract it into a local folder (e.g.
d:\dev\mormot2
). On POSIX, consider the source code .tgz format. - Download associated mORMot 2.3.stable static binaries .7z and extract it into the
static
sub-folder of local source (e.g.d:\dev\mormot2\static
). On POSIX, consider the static binaries .tgz. - Install it on your Delphi or Lazarus IDE following the quick-start steps.
This release includes SQLite3 in latest revision 3.46.1 for FPC and Delphi, on various platforms.
ChangeLog extract
Added
- Swagger/OpenAPI Client Generator
- IDocList/IDocDict Containers
- SID/DACL/SACL/SDDL/ACE Security Objects
- async web server: IOCP support on Windows, metrics gathering and standard logging
TSynMustache
can work on plain data via RTTI, in addition toTDocVariant
- introducing
TRttiMap
for DTO process.
Changed
- Upgraded SQLite3 to 3.46.1
- Enhancements to the LDAP client, HTTP/HTTPS client, Kerberos auth, Peer Cache, ORM.
- Lots other bug fixes, optimisations and enhancements.