Releases: modelix/modelix.core
Releases · modelix/modelix.core
11.2.1
11.2.0
11.1.4
11.1.3
11.1.2
11.1.0
11.0.0
11.0.0 (2024-12-19)
- feat(model-server)!: use a consistent status code for query failures (ff653fd)
Bug Fixes
- authorization: reload keys when the file changes (2b80425)
- model-server: do not put objects into store in request thread (0c69ab2)
BREAKING CHANGES
- resolving a non-existing node via ModelQL now returns
status code 422 instead of 404.
10.2.1
10.2.1 (2024-12-13)
Bug Fixes
- model-server: @RequiresTransaction annotation to help avoiding MissingTransactionException (cfebf70)
- model-server: @RequiresTransaction annotation to help avoiding MissingTransactionException (2a10185)
- model-server: deadlock caused by non-existing lock ordering (2670d49)
- model-server: IImmutableStore is supposed to return null values (ed9bd6d)
10.2.0
10.2.0 (2024-12-12)
Bug Fixes
- authorization: allow only resource owners/admins to manage permissions (817f454)
- authorization: also install status page handler for Throwable (ce06948)
- authorization: cache remote keys (64053df)
- authorization: ignore unknown granted permissions (e4b5415)
- authorization: MODELIX_PERMISSION_CHECKS_ENABLED wasn't applied to Keycloak checks (8179c75)
- authorization: publish sources jar (be8bd81)
- authorization: trust own tokens (also add public key when adding private key) (165d453)
- model-datastructure: implement IKVEntryReference.toString (01812f5)
- model-server: /history /content /diff and /repos always returned 401 (693f3bd)
- model-server: make modelix-admin also model-server admin (dd1fe1d)
- model-server: RestWebModelClient couldn't request a clientId (ff08972)