14
0

- Update to version 8.1.0:

- Remove ssl expiration check as per PR: #380
 - Change deprecated PROTOCOL_TLS to PROTOCOL_TLS_CLIENT
 - Mock dns responses for testing: #383
 - Support for connection over websocket: #395
 - Add default arg for try_setsockopt (#391)
 - Updating log levels (#401)
 - General tidy up of log messages

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-stomp.py?expand=0&rev=27
This commit is contained in:
Sebastian Wagner
2023-03-11 10:22:58 +00:00
committed by Git OBS Bridge
parent 1d08278379
commit d74493cd81
4 changed files with 24 additions and 8 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Mar 11 10:22:27 UTC 2023 - Sebastian Wagner <sebix@sebix.at>
- Update to version 8.1.0:
- Remove ssl expiration check as per PR: #380
- Change deprecated PROTOCOL_TLS to PROTOCOL_TLS_CLIENT
- Mock dns responses for testing: #383
- Support for connection over websocket: #395
- Add default arg for try_setsockopt (#391)
- Updating log levels (#401)
- General tidy up of log messages
-------------------------------------------------------------------
Tue May 24 06:55:07 UTC 2022 - Sebastian Wagner <sebix+novell.com@sebix.at>