mORMot 2.3 Stable
You can go on github and get the 2.3 stable release of our mORMot framework:
https://github.com/synopse/mORMot2/releases/tag/2.3.stable
Here are the highlights of this new release:
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 to TDocVariant.
- introducing TRttiMap for DTO process.
Changed
- Upgraded SQLite3 to its latest 3.46.1 revision.
- Enhancements to the LDAP client, HTTP/HTTPS client, Kerberos auth, Peer Cache, ORM.
- Lots other bug fixes, optimisations and enhancements.
Long Term Security Support
For our security requirements at TranquilIT, we will branch this release, and make it a Security branch with long term support (several years).
We won't add any new feature to this branch, but push forward the quality commits to it, i.e. the main bug and security fixes.
So you could consider to use it if you need an audited stable solution to build your projects upon.