Skip to content

14.1.0

Compare
Choose a tag to compare
@slisson slisson released this 03 Apr 02:54
· 294 commits to main since this release

14.1.0 (2025-04-03)

Bug Fixes

  • model-api: cleanup conversion between IRoleReference and strings (563d73b)
  • model-api: implemented equals/hashCode for INodeReference (e365873)
  • model-api: implemented equals/hashCode for IRoleReference (9c25978)
  • model-server: removed unnecessary endpoints for RepositoryConfig retrieval (4b10d47)
  • mps-model-adapters: remove names from references (7e83a40)
  • streams: improved support for working with local data sources (245e054)

Features

  • datastructures: B+ Tree (6ec4eb2)
  • datastructures: B+ Tree (7b98a3c)
  • datastructures: btree (c22c7c5)
  • datastructures: general purpose HAMT implementation (199e8f5)
  • datastructures: HAMT combined with Btree for handling hash collisions (35566dc)
  • datastructures: IModelTree (c475386)
  • datastructures: IModelTree (fd58e09)
  • datastructures: IModelTree (9e2cd1c)
  • datastructures: IModelTree (763c8b0)
  • datastructures: IModelTree (9b36002)
  • datastructures: patricia trie (b429abc)
  • datastructures: serializer (123e3b5)
  • model-datastructure: a version can now contain multiple trees (7b04935)
  • model-datastructure: introduced IModelTree.builder as a public API for creating new instances (e07eef3)
  • model-server: lionweb API (7719088)
  • model-server: new configuration variable MODELIX_LIONWEB_API_ENABLED (17b3923)
  • streams: DeferredStreamBuilder (4be178b)

Performance Improvements

  • performance of RandomModelChangeGenerator (4915ddd)