Releases: AndrewPiroli/NOS-MCT
6.0 - Rename CLI arguments
--yeet
-> --push
--yoink
-> --pull
Full Changelog: 5.1...6.0
Release 5.1 - Minor Updates
819f5d0 Allow overriding the output directory.
d6b20a4 Use term.perf_counter_ns to measure performance
4b8139d Rework logging
Full Changelog: 5.0.1...5.1
Minor changes to logging levels as part of rework.
Release 5.0.1 - Minor style/bugfix
96c349a Make requests dependency optional
d94bd46 Update MSPV to 3.7
31e00cb README fixups
12cbafe Autoformat: target version py37 to reflect MSPV
Full Changelog: 5.0...5.0.1
Release 5.0 - LibreNMS integration
We now support retrieving the inventory from LibreNMS API.
Documentation available in README and example configs in the examples directory.
Release 4.3.1 Add Save Only mode
This new mode just saves the config of each device
Release 4.3 -- Quality Update
Just tagging all the little quality updates that have made their way in the year since the last real rework.
Functionality is the same, it just works a little nicer inside.
Release 4.2 - Simplify Internals
The old organization system is now removed.
It used to be the worker process pool dumped output to a common directory and then notified a separate organization process over a queue proxy system, and then the organization process put the files in the right place. This was necessary at the time it was implemented (and left in because it actually worked pretty well), but the structure has changed over time and now each worker in the pool can simply write output to the correct place to begin with. This simplifies the program overall, and reduces the number of queues and processes.
4.1.4 Ctrl-C improvements
Ctrl-C is a lot better now.
4.1.3 Backend Improvements pt3
Kind of fix the usage of Ctrl-C to cancel. It still kills the organize process.
Updated readme with examples
4.1.2 Backend Improvements
Merge pull request #61 from AndrewPiroli/improvements-2020-12-09 General refactor/reorganization