From 92d835f93be6725feda1935922b251c197a3e4ab Mon Sep 17 00:00:00 2001 From: Ask Solem Date: Sat, 5 Mar 2011 11:50:00 +0100 Subject: [PATCH] Updates Changelog --- Changelog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/Changelog b/Changelog index 320964b6..67809774 100644 --- a/Changelog +++ b/Changelog @@ -2,6 +2,26 @@ Change history ================ +1.0.5 +===== +:release-date: 2011-03-05 16:00 P.M CET + +* Fixed memory leak when creating virtual channels. All virtual transports + affects (redis, mongodb, memory, django, sqlalchemy, couchdb, beanstalk). + +* Virtual Transports: Fixed potential race condition when acking messages. + + If you have been affected by this, the error would show itself as an + exception raised by the OrderedDict implementation. (``object no longer + exists``). + +* MongoDB transport requires the ``findandmodify`` command only available in + MongoDB 1.3+, so now raises an exception if connected to an incompatible + server version. + +* Virtual Transports: ``basic.cancel`` should not try to remove unknown + consumer tag. + 1.0.4 ===== :release-date: 2011-02-28 16:00 P.M CET