Skip to content

0.52

Compare
Choose a tag to compare
@wbouvy wbouvy released this 06 Jul 11:45
· 140 commits to master since this release

0.52 (2020-07-06)

This release contains a few minor additions and some bugfixes.

Changes

AWSIoTService
  • Added created_by, containing the user id of the user who created this publisher, to AWSIoTConfiguration.
MQTTService
  • Added created_by, containing the user id of the user who created this publisher, to MQTTPublisher.
SlackIntegrationService
  • Added created_by, containing the user id of the user who created this publisher, to SlackPublisher.
WebhookService
  • Added created_by, containing the user id of the user who created this publisher, to Webhook.
Other
  • Added created_by, containing the user id of the user who created this publisher, to Publisher
    (the generic publisher object used in events).

Bugfixes

  • Fixed a bug where some message would not generate message events, because of a bug in the changes that introduced
    the new ModemMessageBodyReceivedEvent and ModemMessageBodyParsedEvent types.
    No data was lost, and the events will be generated by the system after the update.