Skip to content

Releases: mickem/nscp

0.6.8

08 Feb 17:10
fcf318a
Compare
Choose a tag to compare

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

26 Jan 19:56
ed676b3
Compare
Choose a tag to compare

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

19 Jan 20:04
7f091ec
Compare
Choose a tag to compare

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:

image

New Metrics view:

image

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

18 Jan 18:13
Compare
Choose a tag to compare

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

12 Jan 06:47
Compare
Choose a tag to compare

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.

image

image

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

15 Dec 19:14
8fbb2c3
Compare
Choose a tag to compare
Preview for 0.6.2.1 Pre-release
Pre-release

Fixed crash in NRPE server

Preview for 0.6.2.0

09 Dec 17:24
45c74c5
Compare
Choose a tag to compare
Preview for 0.6.2.0 Pre-release
Pre-release

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

25 Nov 10:56
dc1814c
Compare
Choose a tag to compare
Preview for 0.6.1.0 Pre-release
Pre-release
  • Added support for older windows

Preview for 0.6.0.1

04 Jan 07:15
1d3a1ba
Compare
Choose a tag to compare
Preview for 0.6.0.1 Pre-release
Pre-release
  • 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

19 Nov 20:01
7b3061f
Compare
Choose a tag to compare
Preview for 0.6.0.0 Pre-release
Pre-release
  • 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