mORMot 2.2 stable
This is the mORMot 2.2 Stable Release.
How to install this release:
- Download the mORMot 2.2.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.2.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.44.2 for FPC and Delphi, on various platforms.
ChangeLog extract
Added
- OpenSSL 3.0/3.1 direct support in addition to 1.1
- Native X.509, RSA and HSM support
mget
utility withTHttpPeerCache
peer-to-peer caching
Changed
- Upgraded SQLite3 to 3.44.2
- Lots of bug fixes and enhancements (especially about cryptography and networking)
- A lot of optimizations, so that we eventually reached in top 12 ranking of all frameworks tested by TFB