File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,18 @@ The project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1010### Added
1111
1212- Added support for checksums in GeoCOM transactions
13+ - Added ` SocketConnection ` to allow socket based communication
14+ - Added ` open_socket ` function to create TCP and RFCOMM socket connections
1315
1416## Changed
1517
18+ - Changed the ` Connection ` interface definition to require ` send_binary ` ,
19+ ` receive_binary ` and ` exchange_binary ` methods
20+ - Changed ` open_serial ` to raise ` ConnectionError ` instead of the original
21+ exception when the connection could not be opened
22+ - Changed all methods of ` SerialConnection ` to raise the general
23+ ` ConnectionEror ` and ` TimeoutError ` instead of serial specific
24+ ` SerialException ` and` SerialTimeoutException `
1625- Updated GeoCOM response parsing to raise exception when the number of
1726 received paramters does not match the number of parsers specified
1827- Updated ` GeoCom ` init signature to require keyword arguments
You can’t perform that action at this time.
0 commit comments