Skip to content

2021-04-09

Compare
Choose a tag to compare
@NorfairKing NorfairKing released this 09 Apr 10:48

Added

Changed

  • smos-data:
    Updated the data format to include a data format version.
    This way, we can change change the data format in the future and not get crashes.
    The previous version was already forward-compatible with this change so you should not notice this change unless you wrote custom tooling to work with smos files.
    The newest data-format version is version 1.0.0.

  • smos:
    The components of an entry are now drawn in the following order:

    1. timestamps
    2. properties
    3. contents
    4. logbook
    5. history

    where they used to be drawn in this order:

    1. contents
    2. timestamps
    3. properties
    4. history
    5. logbook
  • smos-web-server:
    The web server now calls the API server during startup.
    This way the web server checks for both liveness of the API server and version compatibility.

  • smos-sync-client:
    The sync client now checks compatibility with the server's API version.

Deleted

  • smos-client-gen: This package was empty