Releases: BrianPugh/belay
Releases · BrianPugh/belay
v0.22.6
What's Changed
- Improved Telnet performance. Python3.13 compatibility by @BrianPugh in #173
Full Changelog: v0.22.5...v0.22.6
v0.22.5
Bugfixes
- skip telnet authentication if username is empty. Properly parse port number. By @BrianPugh in #172
Full Changelog: v0.22.4...v0.22.5
v0.22.4
Bug Fixes
- Fix minifying strings-in-containers as if they were docstrings. by @BrianPugh in #168
Full Changelog: v0.22.3...v0.22.4
v0.22.3
v0.22.2
What's Changed
- Fix bug where single ".mpy" dependencies were not renamed to
__init__.mpy
. by @BrianPugh in #158
Full Changelog: v0.22.1...v0.22.2
v0.22.1
Bug Fixes
- use pypi importlib_resources for <3.9 by @BrianPugh in #156
Full Changelog: v0.22.0...v0.22.1
v0.22.0
What's Changed
- Introduce
trusted
keyword to task decorator for allowing arbitrary response execution. by @BrianPugh in #152 - temporarily fix all pydantic warnings by using v1 by @BrianPugh in #154
Full Changelog: v0.21.3...v0.22.0
v0.21.3
v0.21.2
Bug Fixes
- catch DeviceNotFoundError error on reconnect by @BrianPugh in #144
Full Changelog: v0.21.1...v0.21.2
v0.21.1
Bug Fixes
- Fix bug in
device.sync
that prevented it from working on some drives by @TimAidley in #141
New Contributors
- @TimAidley made their first contribution in #141
Full Changelog: v0.21.0...v0.21.1