14
0

Accepting request 696990 from home:mcalabkova:branches:devel:languages:python

- update to version 4.1.22
 * Infinite retry attempts
 * Terminate heartbeat thread on shutdown
 * Remove unused wait_on_receipt parameter
 * Reduce verbosity in logging to not include headers unless debug 
   level is turned on (potential security issue)
 * Fix for disconnect receipt usage in transport
 * Add __enter__/__exit__ to Connection so it can be used as a 
   context
 * Additional ssl options
- enjoy :) now without remark of tests

OBS-URL: https://build.opensuse.org/request/show/696990
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stomp.py?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2019-04-24 08:46:34 +00:00
committed by Git OBS Bridge
parent 96fa94d111
commit e75f2f676b
4 changed files with 19 additions and 5 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Apr 18 16:12:05 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- update to version 4.1.22
* Infinite retry attempts
* Terminate heartbeat thread on shutdown
* Remove unused wait_on_receipt parameter
* Reduce verbosity in logging to not include headers unless debug
level is turned on (potential security issue)
* Fix for disconnect receipt usage in transport
* Add __enter__/__exit__ to Connection so it can be used as a
context
* Additional ssl options
-------------------------------------------------------------------
Tue Dec 4 12:54:58 UTC 2018 - Matej Cepl <mcepl@suse.com>