Skip to content

Commit 95bf014

Browse files
committed
Update CHANGELOG.md
1 parent d4e6756 commit 95bf014

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)