Files
pylibmeshctrl/CHANGELOG.rst

47 lines
1.1 KiB
ReStructuredText
Raw Normal View History

=========
Changelog
=========
2025-04-01 12:17:38 -07:00
version 1.2.0
=============
Bugs:
* Fixed agent sometimes being None causing an oxception
* Fixed bad code in device_open_url
Features:
* Changed websockets version to 15. This now uses the proxy implemention from that library, instead of the previous hack.
* Added lastaddr and lastconnect to list_devices API
2025-02-17 11:51:13 -08:00
version 1.1.2
=============
Bugs:
* Fixed semver for requirements. New version of websockets broke this library.
2025-02-17 12:07:19 -08:00
Security:
* Updated cryptogaphy to ~44.0.1 to fix ssl vulnerability.
2025-02-05 12:35:23 -08:00
Version 1.1.1
=============
Bugs:
* Fixed bug when running device_info when user has access to multiple meshes
2025-01-08 14:24:19 -08:00
Version 1.1.0
=============
Features:
* Added overrides for meshcentral files for testing purposes
* Added `users` field to `device` object
Bugs:
* Fixed connection errors not raising immediately
* Fixed run_commands parsing return from multiple devices incorrectly
* Fixed listening to raw not removing its listener correctly
* Fixed javascript timecodes not being handled in gnu environments
* Changed some fstring formatting that locked the library into python >3.13
2024-12-13 16:39:59 -08:00
Version 1.0.0
2025-01-08 14:24:19 -08:00
=============
2024-12-13 16:39:59 -08:00
First release