- error with importlib_metadata.entry_points
- python 3.11, 3.12
- use importlib instead of imp
- update Importer to use 3.12 machinery
- python 3.7
- python 3.10
- python 3.6
- only require py3.6+
- poetry
- python to 3.9
- python 2.7 - 3.5 support
- support entry points for plugins from external packages
- issue with get_instance not checking for existing plugins when passed a dict
- py36 tests
- moved config plugins into separate config.ConfigPluginManager class
- renamed plugin config attr to pluginmgr_config
- name attr from ConfigPlugin objects
- args and kwargs from config.PluginBase
- py3 support
- always use full module name in sys.modules
- check searchpath for null values
- allow changing searchpath after instantiation
- variadic arguments to plugin ctors