Changelog for
python311-amqpstorm-2.10.7-1.3.noarch.rpm :
* Sat Dec 02 2023 Dirk Müller
- update to 2.10.7:
* 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
* Mon May 09 2022 Markéta Machová - Update to 2.10.4
* Fixed a potential deadlock when opening a channel with a broken connection [#97]
* Added support for custom Message implementations
* Added Pagination and Filtering support to Management list calls
* Updated to use pytest framework instead of nose for testing.
* Fixed bug with UriConnection not handling amqps:// properly.
* Fixed bad socket fd causing high cpu usage [#110]- Get new pamqp3.patch from https://github.com/eandersson/amqpstorm/pull/95, which should be in v3 (which is somehow not tagged yet)
* rebased it to the new codestream- Do not require mock
* mock.patch
* Mon Apr 19 2021 Markéta Machová - Update to 2.8.4
* Added getter/setter methods for Message properties expiration, message_type and user_id
* Fixed pip sdist circular dependency
* Fixed basic.consume argument type in documentation
* Fixed a bug in Message.create where it would mutate the properties dict- Create patch pamqp3.patch for better compatibility
* Tue Jul 28 2020 Steve Kowalik - Update to 2.8.1:
* 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
* Wed Jun 10 2020 Marketa Calabkova - replace nose with pytest
* Thu Jan 16 2020 Marketa Calabkova - update to 2.7.2
* Added ability to override client_properties
* Fri Sep 13 2019 Tomáš Chvátal - Update to 2.7.1:
* Fixed Connection close taking longer than intended when using SSL [#75]- Thanks troglas.
* Fixed an issue with closing Channels taking too long after the server initiated it.
* Fri Jul 19 2019 John Paul Adrian Glaubitz - Fix build on SLE-12 + Add python to BuildRequires for suse_version < 1500
* Fri Jun 07 2019 Marketa Calabkova - Update to 2.7.0
* Added support for passing your own ssl context
* Improved logging verbosity on connection failures
* Fixed occasional error message when closing a SSL connection
* Tue May 07 2019 Tomáš Chvátal - Switch of randomly failing test:
* test_heartbeat_basic_raise_on_missed_heartbeats