Bridge 1.5.2 Golden Gate

Release Notes
* Improved package creation logic
* Refactor of sending functions to simplify code maintenance
* Added tests for package creation

Fixed
* Bridge crashes related to labels handling
* GUI popup related to TLS connection error
* An issue where a random session key is included in the data payload
* Error handling (including improved detection)
This commit is contained in:
Jakub
2020-11-23 07:29:10 +01:00
parent 1f31df3a94
commit 072ce54fe1
10 changed files with 199 additions and 32 deletions

View File

@ -2,6 +2,12 @@
Changelog [format](http://keepachangelog.com/en/1.0.0/)
## [Bridge 1.5.2] Golden Gate
### Changed
* GODT-883 Use `ClearPacket` for `text/plain` with signature
## [Bridge 1.5.1] Golden Gate
### Added