summaryrefslogtreecommitdiff
path: root/announce.rst
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2013-07-08 09:25:42 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2013-07-08 09:25:42 -0400
commit4326707104403d92d6028fd0e8db2ae0384e3107 (patch)
tree9a85426f9455a177bcc285f2c48e06ed4a71ec92 /announce.rst
parent83946513116a9cc1c6e99e6976e82af3fff5da2b (diff)
downloadstevedore-4326707104403d92d6028fd0e8db2ae0384e3107.tar.gz
prep for 0.10 release0.10
Change-Id: Ifce736e14ac1f6721b2188b4bcb8f78534faffd9 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
Diffstat (limited to 'announce.rst')
-rw-r--r--announce.rst22
1 files changed, 8 insertions, 14 deletions
diff --git a/announce.rst b/announce.rst
index 85d0627..9781e03 100644
--- a/announce.rst
+++ b/announce.rst
@@ -1,6 +1,6 @@
-===============
- stevedore 0.8
-===============
+================
+ stevedore 0.10
+================
.. tags:: stevedore release python
@@ -25,17 +25,11 @@ dynamically loaded extensions.
What's New?
===========
-- Add ``name_order`` parameter to ``NamedExtensionManager`` to coerce
- ``map()`` into processing the extensions in the order they are named
- when the manager is created, instead of the random order they may
- have been loaded. Contributed by Daniel Rocco.
-- Change the ``NamedDispatchExtensionManager`` to ignore missing
- extensions (issue 14).
-- Add ``__getitem__`` to ``ExtensionManager`` for looking up
- individual plugins by name (issue 15).
-- Start working on the tutorial
-- Remove dependency on distribute, now that it is merged back into
- setuptools 0.7 (issue 19).
+- Adds ``propagate_map_exceptions`` parameter to all of the extension
+ managers which specifies whether exceptions are propagated up
+ through the map call or logged and then ignored. The default is to
+ preserve the current behavior of logging and ignoring exceptions.
+ Christopher Yeoh <cyeoh@au1.ibm.com>
Installing
==========