Skip to content

v0.22.0

Compare
Choose a tag to compare
@alexhsamuel alexhsamuel released this 06 Feb 16:48
· 620 commits to master since this release
  • Procstar agent-based programs.
  • The child-class API of apsis.program.base.Program has changed. Implement run() and connect() in subclasses, rather than deprecated start() and reconnect(). Default implementations of the new methods provide compatibility with the old methods, but these will be removed in the future.