Skip to content

Version 2.12.0

Compare
Choose a tag to compare
@ppillot ppillot released this 09 Aug 14:55
· 329 commits to master since this release
c9c904a

Public endpoints revision, Improvements in overview generation and developer experience

Public configuration

The format of the public configuration file (config.json) has been modified. Please see the documentation for a detailed explanation of the latest specifications.

Public enpoints

The three public endpoints have been modified to apply privacy rules to the computation of their responses and restrict the queries accordingly.

Overview

The statistics generated for the overview response are now computed using distinct queries to the database. This reduces the computations on the backend side and the overall response time

Developper experience

  • swagger documentation is available in the repository directly
  • debugpy is invoked in DEBUG mode. This allows attaching the VS-code debugger to a running instance of Katsu within a container. Amongst other features, it is possible to step through the code execution, add breakpoints, inspect variables as the code is running in a complete microservice architecture.