* Fixed bug with heartbeat interval on the client not sent
frequently enough [#127] - Thanks Ivan Héda.
* Added support for Python 3.12.
* Fixed deprecated warning when using Python 3.11.
* Added support for bulk removing users with the Management
Api.
* Added support to get the Cluster Name using the Management
Api.
* Fixed ConnectionUri to default to port 5761 when using ssl
* Added support for passing your own ssl context
- Intial release v2.2.2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-amqpstorm?expand=0&rev=32
* Cleaned up documentation.
* Introduced a new channel function called check_for_exceptions.
* Fixed issue where a publish was successful but raised an error because
connection was closed
* Updated TLS handling to use the non-deprecated way of creating a TLS
Connection
* Enabled SNI for TLS connections by default
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-amqpstorm?expand=0&rev=25
- 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