- Configuration, user and session data are now internally stored as objects.
- Object wrappers for many structs and primitives added.
- Code partially rewritten to work with objects and benefit out-of-scope clean-up using object destructors.
- …And a lot more code internal changes.
Configuration, user and other data is now passed as compact BLOBs in inter-process communication greatly reducing communication payload.