Skip to content

Releases: Krillsson/sys-API

0.11

02 Feb 19:18
Compare
Choose a tag to compare
0.11 Pre-release
Pre-release

Changelog:

  • Dates are now serialized as: 2019-05-13T19:55:57.048+02:00[Europe/Stockholm]
  • Latest dropwizard and OSHI
  • More fixes related to migrated APFS drives

Please keep in mind that the API is still in it's early stages and is subject to change

0.10

26 Jul 16:40
Compare
Choose a tag to compare
0.10 Pre-release
Pre-release

Lot's of new features! And unfortunately an REST API breaking release.

Changelog:

  • Monitoring
  • Split static information from system load information
  • Load history
  • Caching of values so that each server call does not mean a system call
  • Latest dropwizard and OSHI
  • More flexible configuration of polling and caching

Please keep in mind that the API is still in it's early stages and is subject to change

0.9

12 Mar 20:24
Compare
Choose a tag to compare
0.9 Pre-release
Pre-release

Changelog:

  • Network tx/rx and Disk r/w are now fetched from OpenHardwareMonitor on Windows
  • Add support for hot reloading SSL certs (i.e Let's Encrypt) Guide

Please keep in mind that the API is still in it's early stages and is subject to change

0.8

27 Jan 11:05
Compare
Choose a tag to compare
0.8 Pre-release
Pre-release

Changelog:

  • New feature: GET /CPU/ now returns detailed load per core
  • The deliverable now includes a Postman collection that covers most of the functionality of the API
  • Fixes issue where APFS storage did not have a OSFileStore
  • Updated Dropwizard, OSHI and Jackson

Please keep in mind that the API is still in it's early stages and is subject to change

0.7

22 Nov 20:51
Compare
Choose a tag to compare
0.7 Pre-release
Pre-release

Changelog:

  • Fix bug where osFileStore was sometimes missing from JSON payload
  • Updated Dropwizard and OSHI

Please keep in mind that the API is still in it's early stages and is subject to change

0.6

06 May 10:29
Compare
Choose a tag to compare
0.6 Pre-release
Pre-release

Changelog:

  • Changed information source from Sigar to OSHI
  • Better calculation of speed (nic dl/upl, disk r/w)
  • GUI version is now included

Please keep in mind that the API is still in it's early stages and is subject to change

0.5

17 Oct 18:01
Compare
Choose a tag to compare
0.5 Pre-release
Pre-release

Changelog:

  • Support for Raspberry Pi
  • Added id's to Filesystems

Please keep in mind that the API is still in it's early stages and is subject to change

0.4

01 Apr 19:20
Compare
Choose a tag to compare
0.4 Pre-release
Pre-release

Changelog:

  • Added GET /meta/version and GET /meta/pid
  • GET /cpu/ now includes process statistics
  • Fixed nasty crash in Sigar
  • Fixed NullReferenceException in OpenHardwareMonitorLib.dll

Please keep in mind that the API is still in it's early stages and is subject to change

0.3

20 Feb 15:59
Compare
Choose a tag to compare
0.3 Pre-release
Pre-release

Changelog:

  • Added OpenHardwareMonitor support on Windows
  • Added configuration option to forward HTTP requests to HTTPS

Please keep in mind that the API is still in it's early stages and is subject to change

Version 0.2

13 Sep 20:55
Compare
Choose a tag to compare
Version 0.2 Pre-release
Pre-release

This is the first release of System Api. Keep in mind that this is a very early version.