0.52
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, toAWSIoTConfiguration
.
MQTTService
- Added
created_by
, containing the user id of the user who created this publisher, toMQTTPublisher
.
SlackIntegrationService
- Added
created_by
, containing the user id of the user who created this publisher, toSlackPublisher
.
WebhookService
- Added
created_by
, containing the user id of the user who created this publisher, toWebhook
.
Other
- Added
created_by
, containing the user id of the user who created this publisher, toPublisher
(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 newModemMessageBodyReceivedEvent
andModemMessageBodyParsedEvent
types.
No data was lost, and the events will be generated by the system after the update.