Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updates Changelog
  • Loading branch information
ask committed Mar 5, 2011
1 parent 835ce39 commit 92d835f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Changelog
Expand Up @@ -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
Expand Down

0 comments on commit 92d835f

Please sign in to comment.