SHA256
1
0
forked from pool/python-kombu

- Update to 2.1.5:

* The url parser removed more than the first leading slash (Issue #121).
  * SQLAlchemy: Can now specify url using + separator
    Example::
        BrokerConnection("sqla+mysql://localhost/db")
  * Better support for anonymous queues (Issue #116).
    Contributed by Michael Barrett.
  * Connection.as_uri now quotes url parts (Issue #117).
  * Beanstalk: Can now set message TTR as a message property.
    Contributed by Andrii Kostenko

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=36
This commit is contained in:
Alexandre Rogoski
2012-04-13 17:39:47 +00:00
committed by Git OBS Bridge
parent a30ab228f7
commit 88c90dee03
4 changed files with 25 additions and 7 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Apr 13 17:37:56 UTC 2012 - alexandre@exatati.com.br
- Update to 2.1.5:
* The url parser removed more than the first leading slash (Issue #121).
* SQLAlchemy: Can now specify url using + separator
Example::
BrokerConnection("sqla+mysql://localhost/db")
* Better support for anonymous queues (Issue #116).
Contributed by Michael Barrett.
* Connection.as_uri now quotes url parts (Issue #117).
* Beanstalk: Can now set message TTR as a message property.
Contributed by Andrii Kostenko
-------------------------------------------------------------------
Tue Apr 3 16:49:46 UTC 2012 - alexandre@exatati.com.br