Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 949 Bytes

CHANGELOG.md

File metadata and controls

22 lines (14 loc) · 949 Bytes

Changelog

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.

Added

  • Create new ActorSystem::spawn_pool function for spawning actor pools and returning an AidPool implementation.
    • Add traits: AidPool, SyncAidPool
    • Add AidPool implementations: RandomAidPool, Aid ( the existing Aid type now implements AidPool )
    • Add actor-pool Cargo feature that is enabled by default and gates off the RandomAidPool implementation to avoid bringin in extra dependencies.