This is the mORMot 2.4 Stable Release.
How to install this release:
- Download the mORMot 2.4.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.4.stable static binaries .7z and extract it into the
staticsub-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.51.2 for FPC and Delphi, on various platforms.
ChangeLog extract
Added
- SCRAM-MCF based REST Authentication support (secure password hashing and mutual authentication).
- Modern password hashing algorithms (
bcrypt scrypt...) for secure server-side storage. - AI-Generated new Samples and new Documentation.
Changed
- Upgraded SQLite3 to 3.51.2.
- Fixed slow REST server startup when a lot of services are defined (PUT/POST not enabled by default any more for interfaces).
- Lots other bug fixes, optimisations and enhancements in all parts of the framework: more than 4500 commits since the previous version.