0.8-alpha
Pre-release
Pre-release
New features:
- gunicorn as web server
- implement basic redis cache for metadata (reducing number of queries to database)
- provide a reusable connection to database (nor crate driver or pg8000 seems to support pool natively)
- improve logs and use orion like format
- add support for fiware-correlator (facilitate tracking data chains between agents, orion and quantumleap)
- fix postgres issue in travis tests
- split create table from update table logic
- use alter table for adding column to crate
- change crate table column_policy from dynamic to strict
- support injection of NGSI-LD payloads in NGSI-V2 backcompatible way
- when type is not an NGSI type, it's type is derived from value (support #383)
- query api support for timescaledb (#374)
- Improve crate 4.x support (#370)
- update docs
Bugs: