Releases: mickem/nscp
0.6.8
What's Changed
- Fixes config is overwritten by installer when upgrading from 0.4.x or 0.5.x
- Makes TLS default for web server (so enabled web server will now be exposed on https://localhost:8443 )
Full Changelog: 0.6.7...0.6.8
0.6.7
What's Changed
A bug fix release which fixes a regression issue from 0.5.x
- Fixed broken TLS support in the WEBServer
- Added signatures to MSI (currently using a "personal signature" as I haven't managed to get Microsoft to cooperate)
Full Changelog: 0.6.6...0.6.7
WARNING! Upgrading from 0.5.x will delete existing config! We are currently looking into fixing this.
0.6.6
What's Changed
- Metrics added to the WebUI and new welcome screen
- Fixed: Version should be dot separated
- Bumped openssl to 1.1.1w
- Bumped protobuf to 21.12
- Bumped numerous web dependencies
New welcome screen:
New Metrics view:
Full Changelog: 0.6.5...0.6.6
WARNING! Upgrading from 0.5.x will delete existing config! We are currently looking into fixing this.
0.6.5
Bug fix release which fixes a few important installer issues.
- The installer in version 0.6.4 had the wrong version number
- The installer in version 0.6.4 had a miss configuration causing the config file name to be wrong which in terms caused a permission issue during installation
- The
check_service
command would fails on some services which could not be described correctly.
WARNING! Upgrading from 0.5.x will delete existing config! We are currently looking into fixing this.
0.6.4 - First official 0.6.x release
Added back the WEB UI which is now fully working again
The WEB UI has the same functions as before but is now written in a modern framework.
It is still a bit bare bones and I have plans to add configuration wizzards to simplify configuration.
Other Fixes
- Fixed an issue where the config was not read by the installer causing the config to be reset every time you upgraded NSClient++
- Added missing symbols to releases
- Swapped versioning to use semantic versioning
- Automated version bumps
WARNING! Upgrading from 0.5.x will delete existing config! We are currently looking into fixing this.
Preview for 0.6.2.1
Fixed crash in NRPE server
Preview for 0.6.2.0
Changes:
- Removed secondary installer
The secondary installer was a work around for as it was hard to build NSClient++ but now with automated builds anyone wanting the secondary installer can easily fork and maintain their own - Fixed script installed in wrong folder
Scripts were wrongly installed in the root folder - Added debug symbols archive
To helt debug crashes I have added an archive with debug symbols
Preview for 0.6.1.0
- Added support for older windows
Preview for 0.6.0.1
- Added NRPE 3/4 support
- Currently Disabled:
- DotNet modules
- Lua scripting
- Web interface (server still works, just no UI)
Preview for 0.6.0.0
- Massive update with changes updates to all libraries and third party dependencies
- Updated to python 3
- Automated build pipelines (Github Actions)
- Currently Disabled:
- DotNet modules
- Lua scripting
- Web interface (server still works, just no UI)
- Fixed more build issues
- Fixed performance data parsing when > 1Tb
- Added option to disable TLS1.1, TLS1.2 and TLS1.3