Go to file
Alexandre Rogoski e1990d2200 - Update to 2.2.1:
- SQS: Default visibility timeout is now 30 minutes.
    Since we have ack emulation the visibility timeout is
    only in effect if the consumer is abrubtly terminated.
  - retry argument to ``Producer.publish`` now works properly,
    when the declare argument is specified.
  - Json serializer: didn't handle buffer objects (Issue #135).
    Fix contributed by Jens Hoffrichter.
  - Virtual: Now supports passive argument to exchange_declare.
  - Exchange & Queue can now be bound to connections (which will use
    the default channel):
    >>> exchange = Exchange("name")
    >>> bound_exchange = exchange(connection)
    >>> bound_exchange.declare()
  - SimpleQueue & SimpleBuffer can now be bound to connections (which
    will use the default channel).
  - Connection.manager.get_bindings now works for librabbitmq and pika.
  - Adds new transport info attributes:
    - Transport.driver_type
        Type of underlying driver, e.g. "amqp", "redis", "sql".
    - Transport.driver_name
        Name of library used e.g. "amqplib", "redis", "pymongo".
    - Transport.driver_version()
        Version of underlying library.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=41
2012-06-21 15:00:10 +00:00
.gitattributes Accepting request 60656 from home:aledr 2011-02-14 16:14:53 +00:00
.gitignore Accepting request 60656 from home:aledr 2011-02-14 16:14:53 +00:00
kombu-2.2.1.tar.bz2 - Update to 2.2.1: 2012-06-21 15:00:10 +00:00
python-kombu.changes - Update to 2.2.1: 2012-06-21 15:00:10 +00:00
python-kombu.spec - Update to 2.2.1: 2012-06-21 15:00:10 +00:00