default bps to 256000 (same as VBAN-Text-Client SDK example) see https://github.com/vburel2018/VBAN-Text-Client

patch bump
This commit is contained in:
2025-01-25 02:06:42 +00:00
parent c9c365ac54
commit 91feccc509
4 changed files with 13 additions and 2 deletions

View File

@@ -11,6 +11,15 @@ Before any major/minor/patch bump all unit tests will be run to verify they pass
- [x]
## [2.5.2] - 2025-01-25
### Changed
- ip kwargs defaults to 'localhost'
- bps kwarg defaults to 256000.
- factory builder steps now logged at `DEBUG` level.
- Internal socket changes, they don't affect interface usage.
## [2.4.9] - 2023-08-13
### Added