2.11.0
Changes (since 2.10.0):
- Add: NGSIv2 context forwarding (lazy attributes and commands) (#527)
- Add: autoprovision (appendMode) in device and group provision (#805)
- Add: configure multithreading using cluster nodejs module (through multicore config.js parameter or IOTA_MULTI_CORE environment variable).
- Fix: avoid using throttling in subscriptions (both in NGSIv1 and NGSIv2 configurations)
- Fix: deviceRegistrationDuration ignored in NGSIv2 registrations and subscriptions creation so they are created non-expirable
- Fix: possible startup fail using IOTA_CB_ and IOTA_NORTH_ env vars due to uninitization of config object
- Fix: using "append" instead of "APPEND" (which is deprecated) in NGSIv2 operations
- Fix: allow blank as an override for defaultResource
- Upgrade mongoose dependency from 5.5.4 to 5.7.5 due to security warning