Releases: waggle-sensor/wes-data-sharing-service
Releases · waggle-sensor/wes-data-sharing-service
Release 0.14.0
- Added connection name to aid debugging.
- Using explicit heartbeat and blocked connection timeout.
- Attempt to reconnect on various disconnect events instead relying on system to restart.
Release 0.13.0
This release adds stricter type checking as of pywagglemsg 0.4.0.
Release 0.12.2
Bug fix: Enforce default job of "sage" when empty.
Release 0.12.1
Bug fix: Properly handle implicit :latest
tag in plugin image names.
Release 0.12.0
Added support for trusted messages from system services by verifying the AMQP user ID is in a list of system users. Trusted messages are only tagged with node metadata, but not app metadata.
Release 0.11.4
Explicitly setting publish delivery modes as transient to local and persistent to beehive as a preventative measure.
Release 0.11.3
Log app UID when missing meta.
Release 0.11.2
Logging upload message instead of raw body to show entire context.
Release 0.11.1
Bug fix: Uploads were failing due to creating URL before fetching app meta.
Release 0.11.0
Service now uses external app meta cache instead of querying Kubernetes for pod metadata.