- Threading model support added on service level. Now you can run the service class on EventLoop, Virtual Thread and Worker Thread when you set the type attribute of a service unit to EL, VT, or W respectively.
- Workers naming convention changed to ServiceUnits as it makes more sense after this new support
- Redundant code removal