Skip to content

9.0.0

Compare
Choose a tag to compare
@slisson slisson released this 24 Sep 02:43
· 123 commits to main since this release
7d2b5c4

9.0.0 (2024-09-24)

Bug Fixes

  • model-datastructure: correctly calculate linear history between the same version (424ad26)

Features

  • mps-model-adapters: remove code for mps-model-server-plugin (de7673d)
  • mps-model-adapters: remove documentation for mps-model-server-plugin (978599e)

BREAKING CHANGES

  • mps-model-adapters: We decided to remove the components light-model-client and mps-model-sever-plugin.
    The light-model-server/client was not used required continuous maintenance.
    As an alternative, we suggest using the mps-sync-plugin to sync models with a model server and access the data through the model-sever.
    See https://issues.modelix.org/issue/MODELIX-996
    Fixes: MODELIX-996