0.9.0 #957
mickem
announced in
Announcements
0.9.0
#957
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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:
Full Changelog: 0.8.1...0.9.0
This discussion was created from the release 0.9.0.
Beta Was this translation helpful? Give feedback.
All reactions