Actions Required: * Change calls to msg.prepare to msg.prepare_payload. For messages with a user-defined Fields, provide the function prepare_payload_impl in the fields type according to the Fields requirements.
A new server framework is introduced, allowing users to quickly get off the ground. Example servers are refactored to use the common framework.