Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (27 loc) · 1.11 KB

CHANGELOG.rst

File metadata and controls

33 lines (27 loc) · 1.11 KB

0.1.3 First public release

Changes since Pluggy:

  • Made everything asynchronous.
  • Removed deprecated code, including the legacy __multicall__ parameter handling.
  • Renamed from pluggy to aiopluggy
  • Removed compatibility with Python versions before 3.5.
  • Updated documentation.
  • Stripped much of the original CI stuff (tox, travis-ci) because I was in a hurry to get some MVP running. Will probably be re-introduced later.
  • Stripped some of the less-frequently used parts of the API, including:
    • the many hook-2-plugin, plugin-2-name, name-2-plugin, plugin-2-hooks translators in PluginManager;
    • plugin unloading.

0.1.0