stevedore/docs/source/history.rst

412 B

History

0.4

  • Removed the name argument to plugin constructors.

0.3

  • Added dispatch managers for selecting among a set of plugins at runtime instead of load time.
  • Added __call__ method to ~stevedore.driver.DriverManager so it can be invoked in a more natural fashion for a single plugin.

0.2

  • Added documentation

0.1

  • First public release