What's Changed
Cleaning up some old rest API.
The oldest REST apis (endpoints starting without */
api) were not stable as they exposed an JSON representation of the internal NSClient++ messages.
To mitigate this the newer endpoints (which is found in the documentation) starting with /api/v1
or /api/v2
were added.
As the tool which generated JSON from protobuf is a cumbersome to maintain I have now removed the older API:s which some exceptions to allow removing the JSON conversion tool and soon the old JSON library as well.
Bug fixes:
- This release should also fix the icing check for NSClient++.
- This release should fix the installer issue added in 0.8.1
Full Changelog: 0.8.1...0.9.0