All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.0-alpha.0 - 2020-03-26
The first release after forking from Axiom.
- Create new
ActorSystem::spawn_poolfunction for spawning actor pools and returning anAidPoolimplementation.- Add traits:
AidPool,SyncAidPool - Add
AidPoolimplementations:RandomAidPool,Aid( the existingAidtype now implementsAidPool) - Add
actor-poolCargo feature that is enabled by default and gates off theRandomAidPoolimplementation to avoid bringin in extra dependencies.
- Add traits: