15
0

Accepting request 671893 from home:seanmarlow:branches:devel:languages:python

- Update to 2.6.2
  + Set default TCP Timeout to 10s on UriConnection to match
    Connection.
  + Internal RPC Timeout for Opening and Closing Connections are
    now set to a fixed 30s.
- Update to 2.6.1
  + Fixed minor issue with the last channel id not being available.
- Update to 2.6.0
  + Re-use closed channel ids.
  + Changed Poller Timeout to be a constant.
  + Improved Connection Close performance.
  + Channels is now a publicly available variable in Connections.
- Update to 2.5.0
  + Upgraded pamqp to v2.0.0.
  + Properly wait until the inbound queue is empty when
    break_on_empty is set.
  + Fixed issue with Management queue/exchange declare when the
    passive flag was set to True.

OBS-URL: https://build.opensuse.org/request/show/671893
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-amqpstorm?expand=0&rev=10
This commit is contained in:
2019-02-05 17:51:17 +00:00
committed by Git OBS Bridge
parent a2c2451a01
commit 8b491d2563
4 changed files with 32 additions and 8 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Tue Feb 5 00:31:23 UTC 2019 - Sean Marlow <sean.marlow@suse.com>
- Update to 2.6.2
+ Set default TCP Timeout to 10s on UriConnection to match
Connection.
+ Internal RPC Timeout for Opening and Closing Connections are
now set to a fixed 30s.
- Update to 2.6.1
+ Fixed minor issue with the last channel id not being available.
- Update to 2.6.0
+ Re-use closed channel ids.
+ Changed Poller Timeout to be a constant.
+ Improved Connection Close performance.
+ Channels is now a publicly available variable in Connections.
- Update to 2.5.0
+ Upgraded pamqp to v2.0.0.
+ Properly wait until the inbound queue is empty when
break_on_empty is set.
+ Fixed issue with Management queue/exchange declare when the
passive flag was set to True.
-------------------------------------------------------------------
Thu Sep 13 13:30:19 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>