Releases: christophhagen/Clairvoyant
Releases · christophhagen/Clairvoyant
Use id hashes in API
Switches tho SHA256 hashes of metric ids for the API, to prevent special characters from breaking the routes.
Fix server status
Bugfix release.
- Fixes the
MetricType
onServerStatus
, which was still.enumeration
, notserverStatus
- Adds a bit more documentation to the public interface
New metrics
Includes most features.
This release is intended to be used for a prototype implementation in some services.
Let's try again
0.2.8 I'm tired
Of course, this wasn't it
Final try to fix linux
Can't extend URLSession
with async
functions, so use compiler macros
More Linux fixes
Adds a missing async
function to URLRequest
on Linux
Linux networking
Fixes compilation on Linux due to Networking dependency
Remote metric collection
Adds the ability to collect properties from other servers
Fix optionals and logging
Fixes:
- Only log values on update when logging is specified
- Remove the use of optionals when reading properties