15
0

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-amqpstorm?expand=0&rev=25
This commit is contained in:
2020-07-28 06:14:28 +00:00
committed by Git OBS Bridge
parent 6c072527b1
commit 1cffe6eb6d
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Jul 28 06:12:20 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- 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 11:40:37 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>