Skip to content

8.0.0

Compare
Choose a tag to compare
@slisson slisson released this 28 May 02:23
· 2101 commits to main since this release
ced688f

8.0.0 (2024-05-28)

Features

  • model-server: isolated storage of repository data (bdc697f)
  • support for MPS 2023.3 and 2024.1-EAP1 (5b5993b)

Performance Improvements

  • model-datastructure: HashUtil.isSha256 is now ~ 6 times faster (3179ebf)

BREAKING CHANGES

  • model-server: New repositories are not accessible via the
    deprecated RestWebModelClient.
    Use IModelClientV2.initRepositoryWithLegacyStorage to create a new
    repository that is also accessible via the deprecated client.
    If you directly use the REST API to create repositories then add the
    query parameter ?legacyGlobalStorage=true.