Skip to content

1.1.1

Compare
Choose a tag to compare
@Sophietje Sophietje released this 15 Dec 11:03
· 630 commits to master since this release
  • :scales: Stability improvement :scales: : When the two first requests for the KE REST server arrive almost simultaneously, it will now correclty create only a single RestKnowledgeBaseManager.
  • 🚀 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.