FogLAMP ======= * Features - New features have been added to the north and south services to allow debugging options for tracing data as it flows through the pipelines in those services. - Optimisations have been added to the north service such that if a connection fails the service uses less system resources while trying to establish the connection. - A new configuration category has been added tat allows features to be turned on or off selectively for an entire instance. Currently only two features can be controlled using these options, the control features and the pipeline debugger. - Improvements have been made to unit tests that have resulted in some minor resource leaks being resolved. - A small resource leak in the Python35 filter has been fixed. This only impacts the filter when a specific error condition is encountered and is unlikely to impact most users. - A command line interface has been added to allow users with sufficient privilege to debug processing pipelines in both south and north services. * Bug Fixes - The fledge script used to start, stop and monitor a Fledge instance has been updated to allow certificate based authentication to be used when authenticating the script with the Fledge instance. - A resource leak issue has been fixed in this reales. It is *required* that all plugins used against this version have been built for this version to avoid an issue with passing binary objects through the plugin interface. This is recommended practice for all releases, however it is vital that it is done for this release. - User were incorrectly given the option for south services to be the source of control pipelines and for north services to be the destination. This has now been corrected. FogLAMP GUI =========== * Features * Bug Fixes FogLAMP Plugins =============== * Features - A resource leak in the asset filter has been fixed. - - An issue in the change filter that could result in incorrect initial values has been resolved. - Error handling in the Simple-REST south login has been improved to reduce the number of messages logged during a period when the REST endpoint is not available. * Bug Fixes