Skip to content

2024.04

Compare
Choose a tag to compare
@ankraft ankraft released this 18 Apr 10:48
· 248 commits to master since this release
  • ACME finally gets a serious database binding. Form this release on resources and runtime data can be stored in a PostgreSQL database backend.
    TinyDB will still be supported for local file-based and in-memory deployments.
  • Updated the MQTT client and connection functions to the Paho 2.0 version.
  • Fixes for issues #146 and #147
  • Improved the handling of semantic queries' result serialization. The proper format (JSON or XML) is now used depending on the original request's content serialization. Also, corrected the handling of semantic request parameters. See PR #149.

Breaking Changes

  • The configuration for database settings has been changed. It has been split into different sections for the different database bindings.