Release 0.8.0
QuantumLeap version 0.8.0
highlights:
- Experimental support to store NGSI-LD payloads: The
notify
API endpoint now accepts both NGSI-LD and NGSI-v2 entities! While there are still some limitations to what NGSI-LD payloads QuantumLeap can process, the most common scenarios should be covered. - Much improved data ingestion (
notify
API endpoint) performance with a brand new Redis query cache. - Full support for Timescale: The Timescale backend is now on par, in terms of features, with the CrateDB backend---i.e. all API endpoints work both with Timescale and CrateDB. Running both backends side-by-side is also supported---e.g. routing data to a specific DB depending on tenant.
- Gunicorn support: You can now run QuantumLeap as a WSGI app in your own Gunicorn server or even start QuantumLeap with its own embedded Gunicorn instance.
- Ability to collect telemetry time-series for performance analysis---turn on telemetry then use e.g. Pandas to analyse your data.
- Better logs and documentation as well as a number of critical bug fixes.
See #434 for the details. We recommend QuantumLeap 0.7.6
users to upgrade to this version.