Releases: modelix/modelix.core
Releases · modelix/modelix.core
1.11.1
1.11.1 (2023-03-31)
Bug Fixes
- model-client: model-server-api has to be an api dependency (94edfda)
1.11.0
1.11.0 (2023-03-31)
Bug Fixes
- model-client: drop local changes when the synchronization fails (b58adbe)
- model-server: logging to the console was broken (5562b68)
- model-server: migrate legacy list of repositories at startup (78713d8)
- model-server: the new API at /v2/ wasn't initialized (21c4ee8)
- model-server: uploading a new version always failed (b408d87)
Features
- model-api: allow access to a model without starting a transaction (370c9ec)
1.10.4
1.10.4 (2023-03-28)
Bug Fixes
- model-client: keep using role names by default (a239fb6)
1.10.2
1.10.2 (2023-03-27)
Bug Fixes
- model-api: fixed name clash in CLVersion.getTree (ce55b0c)
1.10.0
1.10.0 (2023-03-24)
Features
- models can store role UIDs instead of names (f8e72aa)
1.9.0
1.9.0 (2023-03-24)
Features
- new HTTP API for the Git like model data structure (6930990)
1.8.0
1.8.0 (2023-03-23)
Features
- support for "references" and "referencesAndChildren" in ModelQL (4d513db)
1.7.0
1.7.0 (2023-03-22)
Features
- use kotlin 1.8 and also bump all other dependencies (8371373)
1.6.3
1.6.3 (2023-03-21)
Bug Fixes
- ensure new release artifacts get published (165dd10)
1.6.2
1.6.2 (2023-03-21)
Bug Fixes
- support .filterLoaded() on a child list of typed nodes (772fd67)