You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:scales: Stability improvement :scales: : When the two first requests for the KE REST server arrive almost simultaneously, it will now correclty create only a singleRestKnowledgeBaseManager.
🚀 Performance improvement 🚀 : When using the Knowledge Engine in distributed mode, different KE runtimes will now find each other much quicker!
✨ New feature! ✨ : It is now possible to optionally provide a name when registering a Knowledge Interaction. If the name is given, it is used instead of a UUID to build the Knowledge Interaction's URI. See the example in the OpenAPI spec.
Updates to the revamped admin-ui module: The Admin UI is a Knowledge Base that provides information about other Knowledge Bases via a REST API. This will be used in a front-end (Knowledge Explorer) where the Knowledge Network can be visualised and administered.
Removed/lowered a lot of logging. Special care was taken to lower the amount of privacy-sensitive data that is logged.