Releases: modelix/modelix.core
Releases · modelix/modelix.core
8.2.0
8.2.0 (2024-06-12)
Features
- model-server: log the cause of internal server errors (6f955d1)
Performance Improvements
- model-server: inefficient SQL query was generated for getAll (81af573)
8.1.2
8.1.2 (2024-06-11)
Bug Fixes
- model-api: fix typo that breaks backwards compatibility (a8de09f)
- model-server: fix merging versions through V1-API (fd53d64)
8.1.1
8.1.1 (2024-06-07)
Bug Fixes
- model-server: fix
IgniteStoreClient.getAll
not returning values for existing entries (4ac2181)
8.1.0
8.1.0 (2024-06-05)
Features
- model-client: start ReplicatedModel with a lastKnownRemoteVersion explicitly (3b24507)
8.0.2
8.0.2 (2024-06-04)
Bug Fixes
- mps-model-adapters: allow removing references on node (2b19264)
8.0.1
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
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
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
7.5.0 (2024-05-18)
Features
- model-client: let the user set useRoleIds in the initRepository call (bcb6191)
7.4.0
7.4.0 (2024-05-09)
Features
- model-server: report errors as application/problem+json (35500c1)