Skip to content

Releases: waggle-sensor/wes-data-sharing-service

Release 0.14.0

09 Jan 20:48
998806a
Compare
Choose a tag to compare
  • 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

01 Dec 22:08
9810d87
Compare
Choose a tag to compare

This release adds stricter type checking as of pywagglemsg 0.4.0.

Release 0.12.2

14 Sep 19:46
Compare
Choose a tag to compare

Bug fix: Enforce default job of "sage" when empty.

Release 0.12.1

02 Sep 20:35
Compare
Choose a tag to compare

Bug fix: Properly handle implicit :latest tag in plugin image names.

Release 0.12.0

25 Aug 19:05
61ce62f
Compare
Choose a tag to compare

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

24 Aug 14:58
Compare
Choose a tag to compare

Explicitly setting publish delivery modes as transient to local and persistent to beehive as a preventative measure.

Release 0.11.3

19 Aug 14:57
Compare
Choose a tag to compare

Log app UID when missing meta.

Release 0.11.2

18 Aug 22:07
Compare
Choose a tag to compare

Logging upload message instead of raw body to show entire context.

Release 0.11.1

18 Aug 22:03
Compare
Choose a tag to compare

Bug fix: Uploads were failing due to creating URL before fetching app meta.

Release 0.11.0

18 Aug 20:42
36f06f8
Compare
Choose a tag to compare

Service now uses external app meta cache instead of querying Kubernetes for pod metadata.