Skip to content

Releases: modelix/modelix.core

8.1.1

07 Jun 02:25
cef7ec7
Compare
Choose a tag to compare

8.1.1 (2024-06-07)

Bug Fixes

  • model-server: fix IgniteStoreClient.getAll not returning values for existing entries (4ac2181)

8.1.0

05 Jun 02:23
29cfda7
Compare
Choose a tag to compare

8.1.0 (2024-06-05)

Features

  • model-client: start ReplicatedModel with a lastKnownRemoteVersion explicitly (3b24507)

8.0.2

04 Jun 02:23
73402ad
Compare
Choose a tag to compare

8.0.2 (2024-06-04)

Bug Fixes

  • mps-model-adapters: allow removing references on node (2b19264)

8.0.1

29 May 02:24
7a9dc07
Compare
Choose a tag to compare

8.0.1 (2024-05-29)

Bug Fixes

  • mps-model-adapters: return null when resolving project module in an unresolvable project (8b8c920)

8.0.0

28 May 02:23
ced688f
Compare
Choose a tag to compare

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.

7.5.1

21 May 02:20
caddd60
Compare
Choose a tag to compare

7.5.1 (2024-05-21)

Bug Fixes

  • model-client: sort the uploadable objects to avoid freezing the model server (71ca7cd)
  • model-server: deadlock between transactions (852a0c5)

7.5.0

18 May 02:20
386ba03
Compare
Choose a tag to compare

7.5.0 (2024-05-18)

Features

  • model-client: let the user set useRoleIds in the initRepository call (bcb6191)

7.4.0

09 May 02:22
77cd6d9
Compare
Choose a tag to compare

7.4.0 (2024-05-09)

Features

  • model-server: report errors as application/problem+json (35500c1)

7.3.1

30 Apr 02:16
fe1b246
Compare
Choose a tag to compare

7.3.1 (2024-04-30)

Bug Fixes

  • model-server: make initial branch created through V2 API visible in V1 API (bd0476a)

7.3.0

26 Apr 02:17
48aa04b
Compare
Choose a tag to compare

7.3.0 (2024-04-26)

Bug Fixes

  • model-client: detect incomplete version delta streams (5328bdb)

Features

  • model-client: allow deleting branches (0ea0ee5)
  • model-server: add a version delta stream format that enables to detect incomplete responses (28fd007)
  • model-server: implement deleting branches via REST API (25b67e6)