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
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.
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.