Skip to content

1.3.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jan 10:25
· 17 commits to master since this release
606cd3e

What's new

  • NEW: Reimplemented the reasoner and we now support several levels of reasoning! See our documentation for more info.
  • NEW: (#523) Added REST API operation to return Knowledge Gaps
  • NEW: (#512) Improved way to configure the Knowledge Engine using MicroProfile Config standard
  • Improved documentation on docs.knowledge-engine.eu
  • Improved workflows to simplify release process
  • Fixes #581: Implemented a KB (separate from Admin UI) to exchange metadata
  • Fixes #573: Resolved bug in rest-api example where healthcheck fails
  • Fixes #563: Implemented several improvements based on code review
  • Fixes #531: Handle TimeoutException when using the reasoner
  • Fixes #525: Improved visualization of reasoning graph with number of matches on edges
  • Fixes #513: Fixed error when including Knowledge Engine as a maven dependency
  • Fixes #505: Added operation to reload metadata for Admin UI
  • Fixes #503: Added test to show 'generalize if necessary' scenario
  • Fixes #515: Added smoke test to detect issues with Docker images
  • Updated dependencies
Details
  • Prepare for snapshot by @bnouwt in #511
  • Add two necessary jersey dependencies. by @bnouwt in #514
  • Bump org.slf4j:slf4j-simple from 1.7.25 to 2.0.13 by @dependabot in #504
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 2.22.2 to 3.2.5 by @dependabot in #492
  • Add a new tests that illustrates the improvements made with the matcher. by @bnouwt in #524
  • Bump jersey3-version from 3.1.3 to 3.1.7 by @dependabot in #521
  • Add smoke test to detect issues with Docker images by @Sophietje in #515
  • Bump org.codehaus.mojo:build-helper-maven-plugin from 3.5.0 to 3.6.0 by @dependabot in #520
  • Bump com.squareup.okhttp3:okhttp from 4.9.1 to 4.12.0 by @dependabot in #494
  • Bump jakarta.servlet:jakarta.servlet-api from 5.0.0 to 6.1.0 by @dependabot in #522
  • Add unit test for reasoner video. by @bnouwt in #503
  • 411 implement combimatch to improve reasoner performance by @bnouwt in #526
  • Add (timeout) exceptions to exchange info. by @bnouwt in #536
  • Bump swagger-core-version from 2.2.20 to 2.2.22 by @dependabot in #528
  • Bump jackson-version from 2.16.1 to 2.17.2 by @dependabot in #527
  • 535 fix includemetakis call in reasonerprocessor by @bnouwt in #538
  • Added a more useful ReasonerPlan toString. by @bnouwt in #534
  • Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to 3.6.0 by @dependabot in #540
  • Bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.11.3 by @dependabot in #548
  • Bump org.junit.jupiter:junit-jupiter-engine from 5.7.0 to 5.11.3 by @dependabot in #549
  • Bump org.ehcache:ehcache from 3.9.9 to 3.10.8 by @dependabot in #473
  • Make AdminUI in distributive setup more useful. by @bnouwt in #553
  • Bump org.apache.jena:apache-jena-libs from 4.10.0 to 5.2.0 by @dependabot in #547
  • Bump jersey3-version from 3.1.7 to 3.1.9 by @dependabot in #559
  • Bump jackson-version from 2.17.2 to 2.18.1 by @dependabot in #556
  • Bump jakarta.validation:jakarta.validation-api from 3.0.2 to 3.1.0 by @dependabot in #560
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.5.2 by @dependabot in #558
  • Bump org.openapitools:openapi-generator-maven-plugin from 7.2.0 to 7.9.0 by @dependabot in #557
  • Merge Rest api with knowledge gaps into master by @JackJackie in #532
  • WIP: Improve documentation by @Sophietje in #554
  • Bump jetty-version from 11.0.15 to 11.0.24 by @dependabot in #565
  • Bump org.apache.maven:maven-model from 3.9.4 to 3.9.9 by @dependabot in #566
  • Bump ch.qos.logback:logback-core from 1.4.14 to 1.5.12 by @dependabot in #568
  • Bump jackson-version from 2.18.1 to 2.18.2 by @dependabot in #570
  • Bump swagger-core-version from 2.2.22 to 2.2.26 by @dependabot in #572
  • Update docker-compose.yml by @bnouwt in #574
  • Improve documentation by @Sophietje in #575
  • Bump org.slf4j:slf4j-simple from 2.0.13 to 2.0.16 by @dependabot in #577
  • Bump org.openapitools:openapi-generator-maven-plugin from 7.9.0 to 7.10.0 by @dependabot in #576
  • Bump jakarta.xml.bind:jakarta.xml.bind-api from 4.0.1 to 4.0.2 by @dependabot in #579
  • 563 code review by @bnouwt in #580
  • 512 improve configuration of the knowledge engine by @bnouwt in #569
  • 581 update admin UI implementation to make meta functionality reusable by @bnouwt in #583
  • Simplify process of making releases by @Sophietje in #582
  • Bump org.junit.jupiter:junit-jupiter-api from 5.11.3 to 5.11.4 by @dependabot in #584
  • Bump swagger-core-version from 2.2.26 to 2.2.27 by @dependabot in #578
  • Prepare for release 1.3.0 by @Sophietje in #589

New Contributors

Full Changelog: 1.2.5...1.3.0