15
0
forked from pool/python-pika
Files
python-pika/python-pika.changes
Ondřej Súkup 7f5fb4a5b6 - update to 1.0.0
* AsyncioConnection, TornadoConnection and TwistedProtocolConnection
     are no longer auto-imported
 * BlockingConnection.consume now returns (None, None, None) when inactivity
     timeout is reached
 * Python 3.7 support
 * all_channels parameter of the Channel.basic_qos method renamed to global_qos
 *  global_ parameter of the Basic.Qos spec class renamed to global_qos
 * NOTE: heartbeat_interval is removed, use heartbeat instead.
 * NOTE: The backpressure_detection option of ConnectionParameters
     and URLParameters property is REMOVED in favor of Connection.Blocked
     and Connection.Unblocked. See Connection.add_on_connection_blocked_callback

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pika?expand=0&rev=28
2019-04-08 11:46:45 +00:00

18 KiB