15
0
Files
python-amqpstorm/python-amqpstorm.changes
Robert Schweikert 8b491d2563 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
2019-02-05 17:51:17 +00:00

66 lines
2.4 KiB
Plaintext

-------------------------------------------------------------------
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>
- Do not distribute generic examples folder
-------------------------------------------------------------------
Mon Sep 10 06:56:40 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 2.4.2:
* Install license file out of the box
-------------------------------------------------------------------
Wed Aug 29 13:47:38 UTC 2018 - tchvatal@suse.com
- Install license file
- Make sure we run unittests
- State out all the requirements from setup.py and friends
- Drop not really required devel dependency
-------------------------------------------------------------------
Tue Aug 28 22:14:56 UTC 2018 - sean.marlow@suse.com
- Update to v2.4.1
+ Added client/server negotiation to better determine the
maximum supported channels and frame size.
+ We now raise an exception if the maximum allowed channel
count is ever reached.
-------------------------------------------------------------------
Wed Feb 7 16:34:51 UTC 2018 - sean.marlow@suse.com
- Update to v2.4.0
+ basic.consume now allows for multiple callbacks.
- Update to v.2.3.0
+ Added delivery_tag abd redelivered properties to message.
+ Added support for Management Api Healthchecks.
+ Fixed delivery_tag being set to None by default.
+ Exposed requests verify and certs flags to Management API.
-------------------------------------------------------------------
Thu Dec 7 02:12:27 UTC 2017 - sean.marlow@suse.com
- Intial release v2.2.2