Skip to content

Releases: Ido-Don/commander

v0.4.7

03 Jun 09:04
Compare
Choose a tag to compare

What's Changed

  • added more supported devices
  • made code structure changes - now we are doing as little db calls as possible. all of the processing is done on the python side.
  • changed the maximum threads to 60

Full Changelog: v0.4.2...v0.4.7

v0.4.2

16 Mar 21:47
Compare
Choose a tag to compare

What's Changed

  • added a progress bar to deploy and ping so you can see how many more devices are there to connect to.
  • added end to end tests.
  • improved code quality.

0.3.9

24 Feb 21:39
4f0975d
Compare
Choose a tag to compare

What's Changed

  • added support for enable secret and any other potential useful value. for example you can now add a read_timeout to a device in case it has high latency or takes a large amount of time to query
  • fixed a bug where if you didn't specify every tag in the entry it wouldn't select it.
  • changed the supported python versions to 3.9> >3.12
  • improved doc strings and code readability.