prepare release 0.7
Change-Id: Ic9c619a2cbcdb1cef52fedbf18f677377fbdd212 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
This commit is contained in:
parent
2106ab5e26
commit
589dd73fc7
10
announce.rst
10
announce.rst
@ -1,5 +1,5 @@
|
||||
===============
|
||||
stevedore 0.6
|
||||
stevedore 0.7
|
||||
===============
|
||||
|
||||
.. tags:: stevedore release python
|
||||
@ -25,11 +25,9 @@ dynamically loaded extensions.
|
||||
What's New?
|
||||
===========
|
||||
|
||||
- Add ``TestExtensionManager`` for writing tests for classes that use
|
||||
extension managers.
|
||||
- Change the ``EnabledExtensionManager`` to load the extension before
|
||||
calling the check function so the plugin can be asked if it should
|
||||
be enabled.
|
||||
- Add memoization to the entrypoint scanning code in
|
||||
``ExtensionManager`` to avoid performance issues in situations where
|
||||
lots of managers are instantiated with the same namespace argument.
|
||||
|
||||
Installing
|
||||
==========
|
||||
|
@ -2,6 +2,13 @@
|
||||
History
|
||||
=========
|
||||
|
||||
0.7
|
||||
|
||||
- Add memoization to the entrypoint scanning code in
|
||||
:class:`~stevedore.extension.ExtensionManager` to avoid
|
||||
performance issues in situations where lots of managers are
|
||||
instantiated with the same namespace argument.
|
||||
|
||||
0.6
|
||||
|
||||
- Change the :class:`~stevedore.enabled.EnabledExtensionManager` to
|
||||
|
Loading…
x
Reference in New Issue
Block a user