v0.22.0
- Procstar agent-based programs.
- The child-class API of
apsis.program.base.Program
has changed. Implementrun()
andconnect()
in subclasses, rather than deprecatedstart()
andreconnect()
. Default implementations of the new methods provide compatibility with the old methods, but these will be removed in the future.