All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Added protection against user-given pollingInterval values #129
- Added custom user agent and header #148
- Added
messageBacktoCardActionTypesand updatedCardActionfields, by @corinagum, in PR #138 - Expand
CardActions with specific types, by @corinagum, in PR #141
- Prevents infinite WebSocket reconnection spam on subsequent token expiration signals #127
- Add support for watermark in Web Socket, in #96
- Delay before retrying Web Socket, in #97
- Slow down polling on congested traffic, in #98
- Bump dependencies, in #100
deep-extendfrom0.4.2to0.5.1randomaticfrom1.1.7to3.1.0
- Add handling of 403/500 for
getSessionId, in #87
- Added optional
roletoUserinterface, must be either"bot","channel", or"user", in #79